wok-next view alien/receipt @ rev 20797

alien: up (8.95), androguard: up (3.2.0), apache-mod-wsgi: up (4.6.4), apng2gif: up (1.8), apngdis: up (2.9), aqualung: up (1.0+20170926)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Mon Jun 11 15:37:34 2018 +0300 (2018-06-11)
parents 8f50006d2661
children d5aab818505e
line source
1 # SliTaz package receipt v2.
3 PACKAGE="alien"
4 VERSION="8.95"
5 CATEGORY="misc"
6 SHORT_DESC="Converts between the rpm, dpkg, stampede slp, and slackware tgz \
7 file formats"
8 MAINTAINER="pascal.bellard@slitaz.org"
9 LICENSE="GPL2"
10 WEB_SITE="http://joeyh.name/code/alien/"
12 TARBALL="${PACKAGE}_$VERSION.tar.xz"
13 WGET_URL="$SF_MIRROR/alien-pkg-convert/$TARBALL"
15 BUILD_DEPENDS="perl"
17 compile_rules() {
18 perl Makefile.PL &&
19 make &&
20 make DESTDIR=$DESTDIR install || return 1
22 find $install -type f -exec chmod u+w '{}' \;
23 }
25 genpkg_rules() {
26 copy @std
27 DEPENDS="perl rpm4 cpio"
28 }