wok-next view alien/receipt @ rev 21723

busybox: update patches
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Sep 01 10:44:52 2020 +0000 (2020-09-01)
parents d5aab818505e
children
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/"
11 HOST_ARCH="any"
13 TARBALL="${PACKAGE}_$VERSION.tar.xz"
14 WGET_URL="$SF_MIRROR/alien-pkg-convert/$TARBALL"
16 BUILD_DEPENDS="perl"
18 DEPENDS_std="perl rpm4 cpio"
20 compile_rules() {
21 perl Makefile.PL &&
22 make &&
23 make DESTDIR=$install install || return 1
25 find $install -type f -exec chmod u+w '{}' \;
26 }