wok-next annotate 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
rev   line source
al@20527 1 # SliTaz package receipt v2.
pascal@13300 2
pascal@13300 3 PACKAGE="fuse-exfat"
pascal@13907 4 VERSION="1.0.0"
pascal@13300 5 CATEGORY="base-system"
al@20527 6 SHORT_DESC="Full-featured exFAT file system implementation"
pascal@13300 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@14999 8 LICENSE="GPL3"
al@20906 9 WEB_SITE="https://github.com/relan/exfat"
al@20882 10 REPOLOGY="fusefs:exfat"
al@20527 11
pascal@13300 12 TARBALL="$PACKAGE-$VERSION.tar.gz"
pascal@13300 13 WGET_URL="http://exfat.googlecode.com/files/$TARBALL"
pascal@13300 14
al@20739 15 BUILD_DEPENDS="scons2 fuse2-dev"
pascal@13300 16
al@20527 17 compile_rules() {
pascal@13300 18 scons PREFIX=/usr
al@21020 19 scons -k DESTDIR=$install install
pascal@13300 20 }
pascal@13300 21
al@20527 22 genpkg_rules() {
al@20527 23 copy @std
al@20527 24 DEPENDS="fuse2"
pascal@13300 25 }