wok annotate afio/receipt @ rev 23848

inkscape: update build_depends
author Richard Dunbar <mojo@slitaz.org>
date Sun Jun 14 23:18:03 2020 -0400 (2020-06-14)
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 }