wok view fatattr/receipt @ rev 2603

Up: clamav (0.95.1)[security fix]
author Paul Issott <paul@slitaz.org>
date Fri Apr 10 18:03:20 2009 +0000 (2009-04-10)
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 }