wok-next view fuse-exfat/receipt @ rev 20612
Up autofs (5.1.4), c-ares, curl (7.58.0)
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Thu Apr 19 23:07:29 2018 +0300 (2018-04-19) |
parents | 2b9f96603415 |
children | 33df80a31584 |
line source
1 # SliTaz package receipt v2.
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/"
11 TARBALL="$PACKAGE-$VERSION.tar.gz"
12 WGET_URL="http://exfat.googlecode.com/files/$TARBALL"
14 BUILD_DEPENDS="scons fuse2-dev"
16 compile_rules() {
17 scons PREFIX=/usr
18 scons -k DESTDIR=$DESTDIR install
19 }
21 genpkg_rules() {
22 copy @std
23 DEPENDS="fuse2"
24 }