wok-next view afio/receipt @ rev 21727

created recipe for vbindiff
author Hans-G?nter Theisgen
date Sat Nov 21 14:32:44 2020 +0100 (2020-11-21)
parents d5aab818505e
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="afio"
4 VERSION="2.5.2"
5 CATEGORY="system-tools"
6 SHORT_DESC="Archiver program for Linux/UNIX"
7 MAINTAINER="maintainer@slitaz.org"
8 LICENSE="LGPL"
9 WEB_SITE="http://members.chello.nl/~k.holtman/afio.html"
11 TARBALL="$PACKAGE-$VERSION.tgz"
12 WGET_URL="http://members.chello.nl/~k.holtman/$TARBALL"
14 compile_rules()
15 {
16 make || return 1
18 install -Dm755 afio $install/usr/bin/afio
20 cook_pick_manpages afio.1
21 }
23 genpkg_rules()
24 {
25 copy @std
26 }