wok-next annotate 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
rev   line source
al@20797 1 # SliTaz package receipt v2.
pascal@14779 2
pascal@14779 3 PACKAGE="alien"
al@20797 4 VERSION="8.95"
pascal@14779 5 CATEGORY="misc"
al@20797 6 SHORT_DESC="Converts between the rpm, dpkg, stampede slp, and slackware tgz \
al@20797 7 file formats"
pascal@14779 8 MAINTAINER="pascal.bellard@slitaz.org"
pascal@14779 9 LICENSE="GPL2"
pascal@14779 10 WEB_SITE="http://joeyh.name/code/alien/"
pascal@14779 11
al@20797 12 TARBALL="${PACKAGE}_$VERSION.tar.xz"
al@20797 13 WGET_URL="$SF_MIRROR/alien-pkg-convert/$TARBALL"
al@20797 14
al@19661 15 BUILD_DEPENDS="perl"
pascal@14779 16
al@20797 17 compile_rules() {
pascal@14779 18 perl Makefile.PL &&
pascal@14779 19 make &&
al@20797 20 make DESTDIR=$DESTDIR install || return 1
al@20797 21
al@20797 22 find $install -type f -exec chmod u+w '{}' \;
pascal@14779 23 }
pascal@14779 24
al@20797 25 genpkg_rules() {
al@20797 26 copy @std
al@20797 27 DEPENDS="perl rpm4 cpio"
pascal@14779 28 }