wok-6.x annotate fuse-exfat/receipt @ rev 13674
Up units (2.01)
author | Paul Issott <paul@slitaz.org> |
---|---|
date | Sun Nov 25 18:24:35 2012 +0000 (2012-11-25) |
parents | |
children | ea414f3e2eeb |
rev | line source |
---|---|
pascal@13300 | 1 # SliTaz package receipt. |
pascal@13300 | 2 |
pascal@13300 | 3 PACKAGE="fuse-exfat" |
pascal@13300 | 4 VERSION="0.9.8" |
pascal@13300 | 5 CATEGORY="base-system" |
pascal@13300 | 6 SHORT_DESC="Full-featured exFAT file system implementation." |
pascal@13300 | 7 MAINTAINER="pascal.bellard@slitaz.org" |
pascal@13300 | 8 WEB_SITE="http://code.google.com/p/exfat/" |
pascal@13300 | 9 TARBALL="$PACKAGE-$VERSION.tar.gz" |
pascal@13300 | 10 WGET_URL="http://exfat.googlecode.com/files/$TARBALL" |
pascal@13300 | 11 |
pascal@13300 | 12 DEPENDS="fuse" |
pascal@13300 | 13 BUILD_DEPENDS="scons fuse-dev" |
pascal@13300 | 14 |
pascal@13300 | 15 # Rules to configure and make the package. |
pascal@13300 | 16 compile_rules() |
pascal@13300 | 17 { |
pascal@13300 | 18 cd $src |
pascal@13300 | 19 scons PREFIX=/usr |
pascal@13300 | 20 scons -k DESTDIR=$DESTDIR install |
pascal@13300 | 21 } |
pascal@13300 | 22 |
pascal@13300 | 23 # Rules to gen a SliTaz package suitable for Tazpkg. |
pascal@13300 | 24 genpkg_rules() |
pascal@13300 | 25 { |
pascal@13300 | 26 mkdir -p $fs/sbin |
pascal@13300 | 27 cp -a $install/* $fs/sbin |
pascal@13300 | 28 } |