wok view fatattr/receipt @ rev 5395

Up: btrfs-progs (0.19)
author Christopher Rogers <slaxemulator@gmail.com>
date Sun May 02 02:51:13 2010 +0000 (2010-05-02)
parents
children a436a235f098
line source
1 # SliTaz package receipt.
3 PACKAGE="fatattr"
4 VERSION="1.0"
5 CATEGORY="base-system"
6 SHORT_DESC="Handle fat attributes."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 TARBALL="$PACKAGE-$VERSION.tar.bz2"
9 WEB_SITE="http://www.kernel.org/"
10 WGET_URL="http://www.eu.kernel.org/pub/linux/utils/fs/fat/$PACKAGE/$TARBALL"
12 # Rules to configure and make the package.
13 compile_rules()
14 {
15 cd $src
16 ./configure
17 make
18 }
21 # Rules to gen a SliTaz package suitable for Tazpkg.
22 genpkg_rules()
23 {
24 mkdir -p $fs/usr/bin
25 cp $src/fatattr $fs/usr/bin
26 }