wok-next view alien/receipt @ rev 21020

Cleaning is almost finished... I should proceed to upgrades.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Nov 02 14:15:08 2018 +0200 (2018-11-02)
parents dc626da69d4e
children 7b8e000b629f
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=$install 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 }