wok annotate afio/receipt @ rev 22385

linux-zram: fix 2G+ overflow (bug 230)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Nov 28 10:13:55 2019 +0100 (2019-11-28)
parents fa50b45f563e
children b569b85b0fb9
rev   line source
erjo@13475 1 # SliTaz package receipt.
erjo@13475 2
erjo@13475 3 PACKAGE="afio"
Hans-G?nter@20700 4 VERSION="2.5.2"
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"
pascal@22385 9 WEB_SITE="https://github.com/kholtman/afio"
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 }