wok view alien/receipt @ rev 20317

the current version (4.4) of the banking app is 7 years old :-( new version: 5.1.8
author Erkan Yilmaz <erkan@slitaz.org>
date Sun May 20 11:05:25 2018 +0000 (2018-05-20)
parents 3ccc69bd69ec
children 39e08df007ab
line source
1 # SliTaz package receipt.
3 PACKAGE="alien"
4 VERSION="8.89"
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.gz"
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 }