wok annotate alien/receipt @ rev 14781

Add some licenses
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Jul 05 13:51:55 2013 +0200 (2013-07-05)
parents dfbec69888ad
children a4586533487d
rev   line source
pascal@14779 1 # SliTaz package receipt.
pascal@14779 2
pascal@14779 3 PACKAGE="alien"
pascal@14779 4 VERSION="8.88"
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@14781 12 SUGGESTED="dpkg dpkg-dev 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 }