summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-misc/scripts-gw/scripts-gw-1.3.2.ebuild')
-rw-r--r--app-misc/scripts-gw/scripts-gw-1.3.2.ebuild22
1 files changed, 22 insertions, 0 deletions
diff --git a/app-misc/scripts-gw/scripts-gw-1.3.2.ebuild b/app-misc/scripts-gw/scripts-gw-1.3.2.ebuild
new file mode 100644
index 0000000..5b41329
--- /dev/null
+++ b/app-misc/scripts-gw/scripts-gw-1.3.2.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2008 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+#
+# $Header: $
+
+DESCRIPTION="Some sys-admin scripts by Gunnar Wrobel"
+
+KEYWORDS="~x86 ~amd64"
+
+HOMEPAGE="http://www.gunnarwrobel.de"
+LICENSE="GPL-2"
+SRC_URI="http://files.pardus.de/${P}.tar.bz2"
+
+S=${WORKDIR}/${PN}
+
+SLOT=0
+
+src_install()
+{
+ cd "${S}"
+ make install DESTDIR="${D}"
+}