x11-plugins/wmppp: bump to EAPI 8

Closes: https://bugs.gentoo.org/819156
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Bernard Cafarelli <voyageur@gentoo.org>
This commit is contained in:
Bernard Cafarelli 2021-10-24 09:22:43 +02:00
parent 49ac84eda4
commit 253386480c
No known key found for this signature in database
GPG Key ID: 00F7AB331B0F097F
1 changed files with 34 additions and 0 deletions

View File

@ -0,0 +1,34 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit toolchain-funcs
MY_P=${PN}.app-${PV}
DESCRIPTION="PPP dial control and network load monitor with NeXTStep look"
HOMEPAGE="http://www.dockapps.net/wmpppapp"
SRC_URI="http://www.dockapps.net/download/${MY_P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~sparc ~x86"
IUSE=""
RDEPEND=">=x11-libs/libdockapp-0.7:=
x11-libs/libX11
x11-libs/libXext
x11-libs/libXpm"
DEPEND="${RDEPEND}"
# Specific to this tarball
S=${WORKDIR}/dockapps-7ec9002
DOCS=( BUGS CHANGES HINTS README TODO )
src_compile() {
emake CC="$(tc-getCC)" CFLAGS="${CFLAGS}"
}
src_install() {
emake DESTDIR="${D}" PREFIX=/usr install
einstalldocs
}