diff options
author | 2005-09-03 09:31:19 +0000 | |
---|---|---|
committer | 2005-09-03 09:31:19 +0000 | |
commit | e8389f6dfc4609e55cd4f3ce2eda3a7052fe53cb (patch) | |
tree | 34977f2d14f2a89aac08af7dd487f79e95b6e785 /app-misc | |
parent | Reorganization complete (diff) | |
download | overlay-e8389f6dfc4609e55cd4f3ce2eda3a7052fe53cb.tar.gz overlay-e8389f6dfc4609e55cd4f3ce2eda3a7052fe53cb.tar.bz2 overlay-e8389f6dfc4609e55cd4f3ce2eda3a7052fe53cb.zip |
Updated my scripts version
svn path=/; revision=334
Diffstat (limited to 'app-misc')
-rw-r--r-- | app-misc/scripts-gw/scripts-gw-1.2.ebuild | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/app-misc/scripts-gw/scripts-gw-1.2.ebuild b/app-misc/scripts-gw/scripts-gw-1.2.ebuild new file mode 100644 index 0000000..dac2643 --- /dev/null +++ b/app-misc/scripts-gw/scripts-gw-1.2.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} +} |