wok view afio/receipt @ rev 20235

busybox: add arch (uname -m alias)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Mar 05 15:52:59 2018 +0100 (2018-03-05)
parents 45507bfb2b0d
children fa50b45f563e
line source
1 # SliTaz package receipt.
3 PACKAGE="afio"
4 VERSION="2.5.1"
5 CATEGORY="system-tools"
6 SHORT_DESC="Archiver program for Linux/UNIX."
7 MAINTAINER="erjo@slitaz.org"
8 LICENSE="LGPL"
9 WEB_SITE="http://members.chello.nl/~k.holtman/afio.html"
10 TARBALL="$PACKAGE-$VERSION.tgz"
11 WGET_URL="http://members.chello.nl/~k.holtman/$TARBALL"
13 DEPENDS=""
14 BUILD_DEPENDS=""
16 # Rules to configure and make the package.
17 compile_rules()
18 {
19 make
21 cook_pick_manpages $src/afio.1
22 }
24 # Rules to gen a SliTaz package suitable for Tazpkg.
25 genpkg_rules()
26 {
27 mkdir -p $fs/usr/bin
28 cp -a $src/afio $fs/usr/bin
29 }