wok-next view alien/receipt @ rev 20996

Move fonts-liberation*
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Oct 04 16:01:47 2018 +0300 (2018-10-04)
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 }