wok annotate fatattr/receipt @ rev 23015

updated libcap, libcap-dev and libcap-pam (2.24 -> 2.33)
author Hans-G?nter Theisgen
date Tue Mar 03 11:11:03 2020 +0100 (2020-03-03)
parents 7bb096863642
children e3079653b462
rev   line source
pascal@814 1 # SliTaz package receipt.
pascal@814 2
pascal@814 3 PACKAGE="fatattr"
pascal@814 4 VERSION="1.0"
pascal@814 5 CATEGORY="base-system"
pascal@814 6 SHORT_DESC="Handle fat attributes."
pascal@814 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@15215 8 LICENSE="GPL2"
pascal@814 9 TARBALL="$PACKAGE-$VERSION.tar.bz2"
pascal@20421 10 WEB_SITE="https://www.kernel.org/"
pascal@814 11 WGET_URL="http://www.eu.kernel.org/pub/linux/utils/fs/fat/$PACKAGE/$TARBALL"
pascal@814 12
pascal@814 13 # Rules to configure and make the package.
pascal@814 14 compile_rules()
pascal@814 15 {
pascal@814 16 cd $src
pascal@814 17 ./configure
pascal@814 18 make
pascal@814 19 }
pascal@814 20
pascal@814 21
pascal@814 22 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@814 23 genpkg_rules()
pascal@814 24 {
pascal@814 25 mkdir -p $fs/usr/bin
pascal@814 26 cp $src/fatattr $fs/usr/bin
pascal@14781 27 cp $stuff/fatattr.sh $fs/usr/bin
pascal@814 28 }