summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGunnar Wrobel <wrobel@gentoo.org>2005-09-07 05:34:31 +0000
committerGunnar Wrobel <wrobel@gentoo.org>2005-09-07 05:34:31 +0000
commitac608e62508be9198b6411636c5a5d563b406203 (patch)
treece38b540d79601615abff309cc5868077eecbc17 /app-misc
parentFixed digests (diff)
downloadoverlay-ac608e62508be9198b6411636c5a5d563b406203.tar.gz
overlay-ac608e62508be9198b6411636c5a5d563b406203.tar.bz2
overlay-ac608e62508be9198b6411636c5a5d563b406203.zip
Added new scripts version
svn path=/; revision=373
Diffstat (limited to 'app-misc')
-rw-r--r--app-misc/scripts-gw/scripts-gw-1.2.1.ebuild20
1 files changed, 20 insertions, 0 deletions
diff --git a/app-misc/scripts-gw/scripts-gw-1.2.1.ebuild b/app-misc/scripts-gw/scripts-gw-1.2.1.ebuild
new file mode 100644
index 0000000..dac2643
--- /dev/null
+++ b/app-misc/scripts-gw/scripts-gw-1.2.1.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2004 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+#
+# $Header: $
+
+DESCRIPTION="Some sys-admin scripts by Gunnar Wrobel"
+
+KEYWORDS="~x86"
+
+SRC_URI="http://www.gunnarwrobel.de/downloads/${P}.tar.bz2"
+
+S=${WORKDIR}/${PN}
+
+SLOT=0
+
+src_install()
+{
+ cd ${S}
+ make install DESTDIR=${D}
+}