wok view alien/receipt @ rev 21846

updated rox packages again (2.8 -> 2.11)
author Hans-G?nter Theisgen
date Sun Sep 15 11:17:50 2019 +0100 (2019-09-15)
parents fa0a227b0380
children 9af0e03b8ad0
line source
1 # SliTaz package receipt.
3 PACKAGE="alien"
4 VERSION="8.95"
5 CATEGORY="misc"
6 SHORT_DESC="Converts between the rpm, dpkg, stampede slp, and slackware tgz file formats."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="GPL2"
9 TARBALL="${PACKAGE}_$VERSION.tar.xz"
10 WEB_SITE="http://joeyh.name/code/alien/"
11 WGET_URL="http://ftp.de.debian.org/debian/pool/main/${PACKAGE:0:1}/$PACKAGE/$TARBALL"
12 #SUGGESTED="dpkg debhelper gcc make"
14 DEPENDS="perl rpm4 cpio"
15 BUILD_DEPENDS=""
17 # Rules to configure and make the package.
18 compile_rules()
19 {
20 cd $src
21 perl Makefile.PL &&
22 make &&
23 make DESTDIR=$DESTDIR install
24 }
26 # Rules to gen a SliTaz package suitable for Tazpkg.
27 genpkg_rules()
28 {
29 cp -a $install/* $fs
30 }