|
|
# Distributed under the terms of the GNU General Public License v2 | # 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.7 2005/06/17 01:05:34 vapier Exp $ | # $Header: /var/cvsroot/gentoo-x86/app-arch/rzip/rzip-2.0-r1.ebuild,v 1.7 2005/06/17 01:05:34 vapier Exp $ |
| |
|
inherit autotools |
|
|
DESCRIPTION="compression program for large files" | DESCRIPTION="compression program for large files" |
HOMEPAGE="http://rzip.samba.org/" | HOMEPAGE="http://rzip.samba.org/" |
SRC_URI="http://rzip.samba.org/ftp/rzip/${P}.tar.gz" | SRC_URI="http://rzip.samba.org/ftp/rzip/${P}.tar.gz" |
|
|
KEYWORDS="amd64 ppc ppc64 sparc x86" | KEYWORDS="amd64 ppc ppc64 sparc x86" |
IUSE="" | IUSE="" |
| |
DEPEND="app-arch/bzip2" |
DEPEND="app-arch/bzip2 |
|
>=sys-devel/autoconf-2.59" |
|
RDEPEND="app-arch/bzip2" |
|
|
|
src_unpack() { |
|
unpack "${A}" |
|
epatch "${FILESDIR}/${P}-darwin.patch" |
|
cd ${S} |
|
WANT_AUTOCONF="2.5" eautoreconf |
|
} |
| |
src_install() { | src_install() { |
make \ |
make DESTDIR="${D}" install || die "failed installing" |
INSTALL_BIN="${D}"/usr/bin \ |
|
INSTALL_MAN="${D}"/usr/share/man \ |
|
install || die |
|
dosym rzip /usr/bin/runzip | dosym rzip /usr/bin/runzip |
} | } |