commit:     3e4dc63ac8aac23539e48b399d10d63a4c000ea3
Author:     Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Sun Jul  8 13:28:19 2018 +0000
Commit:     Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
CommitDate: Thu Jul 19 13:25:23 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e4dc63a

x11-plugins/wmcalc: add EAPI7 ebuild

 x11-plugins/wmcalc/wmcalc-0.6-r1.ebuild | 31 +++++++++++++++++++++++++++++++
 1 file changed, 31 insertions(+)

diff --git a/x11-plugins/wmcalc/wmcalc-0.6-r1.ebuild 
b/x11-plugins/wmcalc/wmcalc-0.6-r1.ebuild
new file mode 100644
index 00000000000..fb13528822a
--- /dev/null
+++ b/x11-plugins/wmcalc/wmcalc-0.6-r1.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+inherit toolchain-funcs
+
+DESCRIPTION="A WindowMaker DockApp calculator"
+HOMEPAGE="https://www.dockapps.net/wmcalc";
+SRC_URI="https://www.dockapps.net/download/${P}.tar.gz";
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86"
+
+RDEPEND="x11-libs/libX11
+       x11-libs/libXext
+       x11-libs/libXpm"
+DEPEND="${RDEPEND}
+       x11-base/xorg-proto"
+
+# Specific to this tarball
+S=${WORKDIR}/dockapps-43ddcdf
+
+src_compile() {
+       emake CC="$(tc-getCC)" CFLAGS="${CFLAGS}"
+}
+
+src_install() {
+       emake DESTDIR="${D}" PREFIX=/usr install
+       dodoc README
+}

Reply via email to