diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2003-03-27 08:42:02 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2003-03-27 08:42:02 +0000 |
commit | 739570d720dfbe6f1410d0df28ab0b55fd26edd5 (patch) | |
tree | fea40521ade99c1ec4e5045e1f12286b9af6db3f /dev-util/patchutils/patchutils-0.2.22.ebuild | |
parent | marked as stable. (diff) | |
download | gentoo-2-739570d720dfbe6f1410d0df28ab0b55fd26edd5.tar.gz gentoo-2-739570d720dfbe6f1410d0df28ab0b55fd26edd5.tar.bz2 gentoo-2-739570d720dfbe6f1410d0df28ab0b55fd26edd5.zip |
version bump
Diffstat (limited to 'dev-util/patchutils/patchutils-0.2.22.ebuild')
-rw-r--r-- | dev-util/patchutils/patchutils-0.2.22.ebuild | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/dev-util/patchutils/patchutils-0.2.22.ebuild b/dev-util/patchutils/patchutils-0.2.22.ebuild new file mode 100644 index 000000000000..bf136000800a --- /dev/null +++ b/dev-util/patchutils/patchutils-0.2.22.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-util/patchutils/patchutils-0.2.22.ebuild,v 1.1 2003/03/27 08:42:02 seemant Exp $ + +S="${WORKDIR}/${P}" +DESCRIPTION="A collection of tools that operate on patch files" +HOMEPAGE="http://cyberelk.net/tim/patchutils/" +SRC_URI="http://cyberelk.net/tim/data/patchutils/stable/${P}.tar.bz2" + +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="~x86 ~ppc ~sparc ~alpha ~mips ~hppa ~arm" + +DEPEND="virtual/glibc" + +src_install () { + make DESTDIR=${D} install || die +} |