From ac608e62508be9198b6411636c5a5d563b406203 Mon Sep 17 00:00:00 2001 From: Gunnar Wrobel Date: Wed, 7 Sep 2005 05:34:31 +0000 Subject: Added new scripts version svn path=/; revision=373 --- app-misc/scripts-gw/scripts-gw-1.2.1.ebuild | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 app-misc/scripts-gw/scripts-gw-1.2.1.ebuild (limited to 'app-misc') 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} +} -- cgit v1.2.3-65-gdbad