wok annotate exfat-utils/receipt @ rev 18897

syslinux/isohybrid.exe add -r support
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Feb 14 22:06:06 2016 +0100 (2016-02-14)
parents ea414f3e2eeb
children 8dd8bab3f0ca
rev   line source
pascal@13301 1 # SliTaz package receipt.
pascal@13301 2
pascal@13301 3 PACKAGE="exfat-utils"
pascal@13907 4 VERSION="1.0.0"
pascal@13301 5 CATEGORY="base-system"
pascal@13301 6 SHORT_DESC="exFAT file system tools."
pascal@13301 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@14999 8 LICENSE="GPL3"
pascal@13301 9 WEB_SITE="http://code.google.com/p/exfat/"
pascal@13301 10 TARBALL="$PACKAGE-$VERSION.tar.gz"
pascal@13301 11 WGET_URL="http://exfat.googlecode.com/files/$TARBALL"
pascal@13301 12
pascal@13302 13 DEPENDS=""
pascal@13302 14 BUILD_DEPENDS="scons"
pascal@13301 15
pascal@13301 16 # Rules to configure and make the package.
pascal@13301 17 compile_rules()
pascal@13301 18 {
pascal@13301 19 cd $src
pascal@13301 20 scons PREFIX=/usr
pascal@13301 21 scons -k DESTDIR=$DESTDIR install
pascal@13301 22 }
pascal@13301 23
pascal@13301 24 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@13301 25 genpkg_rules()
pascal@13301 26 {
pascal@13301 27 mkdir -p $fs/sbin
pascal@13301 28 cp -a $install/* $fs/sbin
pascal@13301 29 }