games-arcade/xsfcave: Stop using games.eclass
authorPacho Ramos <pacho@gentoo.org>
Wed, 25 Apr 2018 18:15:40 +0000 (20:15 +0200)
committerPacho Ramos <pacho@gentoo.org>
Wed, 25 Apr 2018 18:29:34 +0000 (20:29 +0200)
Package-Manager: Portage-2.3.31, Repoman-2.3.9

games-arcade/xsfcave/xsfcave-0.5-r1.ebuild [new file with mode: 0644]

diff --git a/games-arcade/xsfcave/xsfcave-0.5-r1.ebuild b/games-arcade/xsfcave/xsfcave-0.5-r1.ebuild
new file mode 100644 (file)
index 0000000..5d28c02
--- /dev/null
@@ -0,0 +1,23 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit desktop
+
+DESCRIPTION="A X11 sfcave clone"
+HOMEPAGE="http://xsfcave.idios.org"
+SRC_URI="mirror://sourceforge/scrap/${P}.tar.gz"
+
+LICENSE="public-domain"
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~x86-fbsd"
+IUSE=""
+
+DEPEND="x11-libs/libXext
+       x11-libs/libSM"
+RDEPEND="${DEPEND}"
+
+src_install() {
+       default
+       make_desktop_entry "${PN}"
+}