wok-next annotate 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
rev   line source
al@20500 1 # SliTaz package receipt v2.
erjo@13475 2
erjo@13475 3 PACKAGE="afio"
Hans-G?nter@21202 4 VERSION="2.5.2"
erjo@13475 5 CATEGORY="system-tools"
al@20500 6 SHORT_DESC="Archiver program for Linux/UNIX"
Hans-G?nter@21202 7 MAINTAINER="maintainer@slitaz.org"
pascal@15201 8 LICENSE="LGPL"
erjo@13475 9 WEB_SITE="http://members.chello.nl/~k.holtman/afio.html"
al@20500 10
erjo@13475 11 TARBALL="$PACKAGE-$VERSION.tgz"
erjo@13475 12 WGET_URL="http://members.chello.nl/~k.holtman/$TARBALL"
erjo@13475 13
Hans-G?nter@21202 14 compile_rules()
Hans-G?nter@21202 15 {
al@20500 16 make || return 1
erjo@13475 17
al@21017 18 install -Dm755 afio $install/usr/bin/afio
al@19264 19
al@21017 20 cook_pick_manpages afio.1
erjo@13475 21 }
erjo@13475 22
Hans-G?nter@21202 23 genpkg_rules()
Hans-G?nter@21202 24 {
al@20500 25 copy @std
erjo@13475 26 }