wok annotate fatattr/receipt @ rev 18657

pypar2: add bdeps, tiny tweak; pcmanfm action: allow ": " inside name (for example, HDD volume name)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Dec 03 02:34:35 2015 +0200 (2015-12-03)
parents a436a235f098
children 86790a278e70
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@814 10 WEB_SITE="http://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 }