wok-next view fuse-exfat/receipt @ rev 20785

gpgme: add gnupg, since build can not find gpgconf and gpg
author Erkan Yilmaz <erkan@slitaz.org>
date Sat Jun 09 07:02:52 2018 +0000 (2018-06-09)
parents 474eb4a6385a
children d958fec46c9f
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="scons2 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 }