x11-plugins/wmcdplay: EAPI7, improve ebuild
authorMichael Mair-Keimberger <m.mairkeimberger@gmail.com>
Sat, 21 Jul 2018 20:23:06 +0000 (22:23 +0200)
committerBernard Cafarelli <voyageur@gentoo.org>
Sat, 28 Jul 2018 10:00:52 +0000 (12:00 +0200)
x11-plugins/wmcdplay/wmcdplay-1.1-r1.ebuild [new file with mode: 0644]

diff --git a/x11-plugins/wmcdplay/wmcdplay-1.1-r1.ebuild b/x11-plugins/wmcdplay/wmcdplay-1.1-r1.ebuild
new file mode 100644 (file)
index 0000000..e9eed5c
--- /dev/null
@@ -0,0 +1,33 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+inherit autotools desktop
+
+DESCRIPTION="CD player applet for WindowMaker"
+HOMEPAGE="https://www.dockapps.net/wmcdplay"
+SRC_URI="https://www.dockapps.net/download/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+
+RDEPEND="x11-libs/libX11
+       x11-libs/libXext
+       x11-libs/libXpm"
+DEPEND="${RDEPEND}
+       x11-base/xorg-proto"
+
+S="${WORKDIR}/dockapps"
+
+DOCS=( ARTWORK README )
+
+src_prepare() {
+       default
+       eautoreconf
+}
+
+src_install() {
+       default
+       domenu "${FILESDIR}"/${PN}.desktop
+}