wok annotate afio/receipt @ rev 19882

bluez: add SIM access profile support
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Apr 03 10:59:15 2017 +0200 (2017-04-03)
parents 45507bfb2b0d
children fa50b45f563e
rev   line source
erjo@13475 1 # SliTaz package receipt.
erjo@13475 2
erjo@13475 3 PACKAGE="afio"
erjo@13475 4 VERSION="2.5.1"
erjo@13475 5 CATEGORY="system-tools"
al@19275 6 SHORT_DESC="Archiver program for Linux/UNIX."
erjo@13475 7 MAINTAINER="erjo@slitaz.org"
pascal@15201 8 LICENSE="LGPL"
erjo@13475 9 WEB_SITE="http://members.chello.nl/~k.holtman/afio.html"
erjo@13475 10 TARBALL="$PACKAGE-$VERSION.tgz"
erjo@13475 11 WGET_URL="http://members.chello.nl/~k.holtman/$TARBALL"
erjo@13475 12
erjo@13475 13 DEPENDS=""
erjo@13475 14 BUILD_DEPENDS=""
erjo@13475 15
erjo@13475 16 # Rules to configure and make the package.
erjo@13475 17 compile_rules()
erjo@13475 18 {
erjo@13475 19 make
al@19264 20
al@19275 21 cook_pick_manpages $src/afio.1
erjo@13475 22 }
erjo@13475 23
erjo@13475 24 # Rules to gen a SliTaz package suitable for Tazpkg.
erjo@13475 25 genpkg_rules()
erjo@13475 26 {
erjo@13475 27 mkdir -p $fs/usr/bin
erjo@13475 28 cp -a $src/afio $fs/usr/bin
erjo@13475 29 }