wok-next annotate fatattr/receipt @ rev 14662
uml-utilities: add SUGGESTED
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Jun 06 13:10:41 2013 +0200 (2013-06-06) |
parents | |
children | a436a235f098 |
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@814 | 8 TARBALL="$PACKAGE-$VERSION.tar.bz2" |
pascal@814 | 9 WEB_SITE="http://www.kernel.org/" |
pascal@814 | 10 WGET_URL="http://www.eu.kernel.org/pub/linux/utils/fs/fat/$PACKAGE/$TARBALL" |
pascal@814 | 11 |
pascal@814 | 12 # Rules to configure and make the package. |
pascal@814 | 13 compile_rules() |
pascal@814 | 14 { |
pascal@814 | 15 cd $src |
pascal@814 | 16 ./configure |
pascal@814 | 17 make |
pascal@814 | 18 } |
pascal@814 | 19 |
pascal@814 | 20 |
pascal@814 | 21 # Rules to gen a SliTaz package suitable for Tazpkg. |
pascal@814 | 22 genpkg_rules() |
pascal@814 | 23 { |
pascal@814 | 24 mkdir -p $fs/usr/bin |
pascal@814 | 25 cp $src/fatattr $fs/usr/bin |
pascal@814 | 26 } |