wok view fuse-exfat/receipt @ rev 20317

the current version (4.4) of the banking app is 7 years old :-( new version: 5.1.8
author Erkan Yilmaz <erkan@slitaz.org>
date Sun May 20 11:05:25 2018 +0000 (2018-05-20)
parents ea414f3e2eeb
children 0edf1de936ad
line source
1 # SliTaz package receipt.
3 PACKAGE="fuse-exfat"
4 VERSION="1.0.0"
5 CATEGORY="base-system"
6 SHORT_DESC="Full-featured exFAT file system implementation."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="GPL3"
9 WEB_SITE="http://code.google.com/p/exfat/"
10 TARBALL="$PACKAGE-$VERSION.tar.gz"
11 WGET_URL="http://exfat.googlecode.com/files/$TARBALL"
13 DEPENDS="fuse"
14 BUILD_DEPENDS="scons fuse-dev"
16 # Rules to configure and make the package.
17 compile_rules()
18 {
19 cd $src
20 scons PREFIX=/usr
21 scons -k DESTDIR=$DESTDIR install
22 }
24 # Rules to gen a SliTaz package suitable for Tazpkg.
25 genpkg_rules()
26 {
27 mkdir -p $fs/sbin
28 cp -a $install/* $fs/sbin
29 }