summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-misc/scripts-gw/scripts-gw-1.3.1.ebuild')
-rw-r--r--app-misc/scripts-gw/scripts-gw-1.3.1.ebuild22
1 files changed, 22 insertions, 0 deletions
diff --git a/app-misc/scripts-gw/scripts-gw-1.3.1.ebuild b/app-misc/scripts-gw/scripts-gw-1.3.1.ebuild
new file mode 100644
index 0000000..e3b7053
--- /dev/null
+++ b/app-misc/scripts-gw/scripts-gw-1.3.1.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2007 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://projects.gunnarwrobel.de/scripts"
+LICENSE="GPL-2"
+SRC_URI="http://build.pardus.de/downloads/${P}.tar.bz2"
+
+S=${WORKDIR}/${PN}
+
+SLOT=0
+
+src_install()
+{
+ cd ${S}
+ make install DESTDIR=${D}
+}