diff options
author | Gunnar Wrobel <wrobel@gentoo.org> | 2007-09-04 04:57:11 +0000 |
---|---|---|
committer | Gunnar Wrobel <wrobel@gentoo.org> | 2007-09-04 04:57:11 +0000 |
commit | 38312922777418bc9d9355d7fbcb04b2c9b927a8 (patch) | |
tree | 5fda1d5e9b97a47aa812b1796c5acfd671867b4b /app-misc/scripts-gw/scripts-gw-1.3.1.ebuild | |
parent | Added ~amd64 keyword to pyblosxom-plugins. (diff) | |
download | overlay-38312922777418bc9d9355d7fbcb04b2c9b927a8.tar.gz overlay-38312922777418bc9d9355d7fbcb04b2c9b927a8.tar.bz2 overlay-38312922777418bc9d9355d7fbcb04b2c9b927a8.zip |
app-misc/scripts-gw: Update to version 1.3.1.
svn path=/stable/; revision=818
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.ebuild | 22 |
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} +} |