summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Hadaway <raker@gentoo.org>2003-07-15 08:09:24 +0000
committerNick Hadaway <raker@gentoo.org>2003-07-15 08:09:24 +0000
commit4f0d3559b8368689cb3964c4a62742de73eddce1 (patch)
tree3267e6aeb897e540af5e5df8f3859f2220cf4d56 /app-gnustep/renaissance/renaissance-0.7.0.ebuild
parentsimplified the ebuild (diff)
downloadgentoo-2-4f0d3559b8368689cb3964c4a62742de73eddce1.tar.gz
gentoo-2-4f0d3559b8368689cb3964c4a62742de73eddce1.tar.bz2
gentoo-2-4f0d3559b8368689cb3964c4a62742de73eddce1.zip
first big gnustep package import.
Diffstat (limited to 'app-gnustep/renaissance/renaissance-0.7.0.ebuild')
-rw-r--r--app-gnustep/renaissance/renaissance-0.7.0.ebuild20
1 files changed, 20 insertions, 0 deletions
diff --git a/app-gnustep/renaissance/renaissance-0.7.0.ebuild b/app-gnustep/renaissance/renaissance-0.7.0.ebuild
new file mode 100644
index 000000000000..cac2ceecd344
--- /dev/null
+++ b/app-gnustep/renaissance/renaissance-0.7.0.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-gnustep/renaissance/renaissance-0.7.0.ebuild,v 1.1 2003/07/15 08:09:24 raker Exp $
+
+inherit gnustep
+
+S=${WORKDIR}/${P/r/R}
+
+DESCRIPTION="GNUstep xml-based UI toolkit"
+HOMEPAGE="http://www.gnustep.org"
+SRC_URI="http://www.gnustep.it/Renaissance/Download/${P/r/R}.tar.gz"
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="x86"
+DEPEND=">=dev-util/gnustep-gui-0.8.5"
+
+src_compile() {
+ addwrite ~/GNUstep/Library/Services/.GNUstepAppList
+ egnustepmake
+}