wok-next view afio/receipt @ rev 21017
Some maintenance
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Tue Oct 16 16:46:05 2018 +0300 (2018-10-16) |
parents | a8e106e92cc2 |
children | d5aab818505e |
line source
1 # SliTaz package receipt v2.
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"
11 TARBALL="$PACKAGE-$VERSION.tgz"
12 WGET_URL="http://members.chello.nl/~k.holtman/$TARBALL"
14 compile_rules() {
15 make || return 1
17 install -Dm755 afio $install/usr/bin/afio
19 cook_pick_manpages afio.1
20 }
22 genpkg_rules() {
23 copy @std
24 }