wok annotate alien/receipt @ rev 18255
Up tazpkg(825): restore tazpkg working
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Tue Aug 04 17:15:28 2015 +0300 (2015-08-04) |
parents | a4586533487d |
children | fa0a227b0380 |
rev | line source |
---|---|
pascal@14779 | 1 # SliTaz package receipt. |
pascal@14779 | 2 |
pascal@14779 | 3 PACKAGE="alien" |
pascal@15668 | 4 VERSION="8.89" |
pascal@14779 | 5 CATEGORY="misc" |
pascal@14779 | 6 SHORT_DESC="Converts between the rpm, dpkg, stampede slp, and slackware tgz file formats." |
pascal@14779 | 7 MAINTAINER="pascal.bellard@slitaz.org" |
pascal@14779 | 8 LICENSE="GPL2" |
pascal@14779 | 9 TARBALL="${PACKAGE}_$VERSION.tar.gz" |
pascal@14779 | 10 WEB_SITE="http://joeyh.name/code/alien/" |
pascal@14779 | 11 WGET_URL="http://ftp.de.debian.org/debian/pool/main/${PACKAGE:0:1}/$PACKAGE/$TARBALL" |
pascal@17487 | 12 SUGGESTED="dpkg debhelper gcc make" |
pascal@14779 | 13 |
pascal@14781 | 14 DEPENDS="perl rpm4 cpio" |
pascal@14779 | 15 BUILD_DEPENDS="" |
pascal@14779 | 16 |
pascal@14779 | 17 # Rules to configure and make the package. |
pascal@14779 | 18 compile_rules() |
pascal@14779 | 19 { |
pascal@14779 | 20 cd $src |
pascal@14779 | 21 perl Makefile.PL && |
pascal@14779 | 22 make && |
pascal@14779 | 23 make DESTDIR=$DESTDIR install |
pascal@14779 | 24 } |
pascal@14779 | 25 |
pascal@14779 | 26 # Rules to gen a SliTaz package suitable for Tazpkg. |
pascal@14779 | 27 genpkg_rules() |
pascal@14779 | 28 { |
pascal@14779 | 29 cp -a $install/* $fs |
pascal@14779 | 30 } |