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

updated tinc (1.0.25 -> 1.0.36)
author Hans-G?nter Theisgen
date Wed May 13 07:41:00 2020 +0100 (2020-05-13)
parents a3c581bf52b8
children
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="https://github.com/relan/exfat"
10 REPOLOGY="fusefs:exfat"
12 TARBALL="$PACKAGE-$VERSION.tar.gz"
13 WGET_URL="http://exfat.googlecode.com/files/$TARBALL"
15 BUILD_DEPENDS="scons2 fuse2-dev"
17 compile_rules() {
18 scons PREFIX=/usr
19 scons -k DESTDIR=$install install
20 }
22 genpkg_rules() {
23 copy @std
24 DEPENDS="fuse2"
25 }