wok annotate alien/receipt @ rev 22417
clamav-dev rebuild: WANTED package clamav is broken
author | Erkan Yilmaz <erkan@slitaz.org> |
---|---|
date | Sun Dec 15 08:20:39 2019 +0000 (2019-12-15) |
parents | fa0a227b0380 |
children | 9af0e03b8ad0 |
rev | line source |
---|---|
pascal@14779 | 1 # SliTaz package receipt. |
pascal@14779 | 2 |
pascal@14779 | 3 PACKAGE="alien" |
Hans-G?nter@20702 | 4 VERSION="8.95" |
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" |
Hans-G?nter@20702 | 9 TARBALL="${PACKAGE}_$VERSION.tar.xz" |
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@19019 | 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 } |