diff options
author | 2004-06-28 18:58:10 +0000 | |
---|---|---|
committer | 2004-06-28 18:58:10 +0000 | |
commit | 0a3f123e6e16c8adba93444814a3dae7b87b1568 (patch) | |
tree | 9af43921cf8cf2d69d29b64f1a0f4f17b5b3f2b3 /app-arch/rzip/rzip-2.0-r1.ebuild | |
parent | Removing old files for gaim pruning (Manifest recommit) (diff) | |
download | gentoo-2-0a3f123e6e16c8adba93444814a3dae7b87b1568.tar.gz gentoo-2-0a3f123e6e16c8adba93444814a3dae7b87b1568.tar.bz2 gentoo-2-0a3f123e6e16c8adba93444814a3dae7b87b1568.zip |
added a /usr/bin/runzip link, ala bzip2's bzunzip -> bzip2. bug #55455
Diffstat (limited to 'app-arch/rzip/rzip-2.0-r1.ebuild')
-rw-r--r-- | app-arch/rzip/rzip-2.0-r1.ebuild | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/app-arch/rzip/rzip-2.0-r1.ebuild b/app-arch/rzip/rzip-2.0-r1.ebuild new file mode 100644 index 000000000000..d406d5732404 --- /dev/null +++ b/app-arch/rzip/rzip-2.0-r1.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2004 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-arch/rzip/rzip-2.0-r1.ebuild,v 1.1 2004/06/28 18:58:10 ferringb Exp $ + +DESCRIPTION="compression program for large files" +HOMEPAGE="http://rzip.samba.org/" +SRC_URI="http://rzip.samba.org/ftp/rzip/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="x86 ~ppc ~sparc ~amd64" +IUSE="" + +DEPEND="virtual/libc + sys-apps/coreutils + app-arch/bzip2" + +src_install() { + einstall || die + dosym /usr/bin/rzip /usr/bin/runzip +} |