You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/app-arch/alien/alien-8.87.ebuild

34 lines
832 B

# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-arch/alien/alien-8.87.ebuild,v 1.2 2012/09/13 10:09:50 ago Exp $
EAPI=1
inherit perl-app
DESCRIPTION="Converts between the rpm, dpkg, stampede slp, and slackware tgz file formats"
HOMEPAGE="http://kitenet.net/programs/alien"
SRC_URI="mirror://debian/pool/main/a/${PN}/${PN}_${PV}.tar.gz"
LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="~alpha amd64 ~hppa ~ppc ~x86"
IUSE="+bzip2"
RDEPEND="app-arch/rpm
app-arch/dpkg
bzip2? ( app-arch/bzip2 )
dev-util/debhelper
>=app-arch/tar-1.14.91"
DEPEND="${RDEPEND}"
S=${WORKDIR}/${PN}
mydoc="TODO"
src_unpack() {
perl-module_src_unpack
sed -e s%'$(VARPREFIX)'%${D}% -e s%'$(PREFIX)'%${D}/usr%g \
-i "${S}"/Makefile.PL || die "sed failed."
}