summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArmando Di Cianno <fafhrd@gentoo.org>2004-09-25 23:27:12 +0000
committerArmando Di Cianno <fafhrd@gentoo.org>2004-09-25 23:27:12 +0000
commit9fc8abcabc9ba7f2fb27d155afb0dfedf10994a7 (patch)
treee5f3a4c66b4ae07eca276b5cfdaf8b02da6413b8 /gnustep-apps/gmines/gmines-0.1.ebuild
parentversion bump. (Manifest recommit) (diff)
downloadgentoo-2-9fc8abcabc9ba7f2fb27d155afb0dfedf10994a7.tar.gz
gentoo-2-9fc8abcabc9ba7f2fb27d155afb0dfedf10994a7.tar.bz2
gentoo-2-9fc8abcabc9ba7f2fb27d155afb0dfedf10994a7.zip
New package; key'd for ~x86.
Diffstat (limited to 'gnustep-apps/gmines/gmines-0.1.ebuild')
-rw-r--r--gnustep-apps/gmines/gmines-0.1.ebuild19
1 files changed, 19 insertions, 0 deletions
diff --git a/gnustep-apps/gmines/gmines-0.1.ebuild b/gnustep-apps/gmines/gmines-0.1.ebuild
new file mode 100644
index 000000000000..5358a2ed6ff8
--- /dev/null
+++ b/gnustep-apps/gmines/gmines-0.1.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2004 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/gnustep-apps/gmines/gmines-0.1.ebuild,v 1.1 2004/09/25 23:27:12 fafhrd Exp $
+
+inherit gnustep
+
+S=${WORKDIR}/${PN/gm/GM}
+
+DESCRIPTION="The well-known minesweeper game."
+HOMEPAGE="http://www.gnustep.it/marko/GMines/index.html"
+SRC_URI="http://www.gnustep.it/marko/GMines/${PN/gm/GM}.tgz"
+KEYWORDS="~x86"
+SLOT="0"
+LICENSE="GPL-2"
+
+IUSE="${IUSE}"
+DEPEND="${GS_DEPEND}"
+RDEPEND="${GS_RDEPEND}"
+