wok-next annotate exfat-utils/receipt @ rev 21592

updated dkms (2.1.1.2 -> 2.8.2)
author Hans-G?nter Theisgen
date Wed Jun 24 07:35:54 2020 +0100 (2020-06-24)
parents a3c581bf52b8
children
rev   line source
pascal@13301 1 # SliTaz package receipt.
pascal@13301 2
pascal@13301 3 PACKAGE="exfat-utils"
pascal@13907 4 VERSION="1.0.0"
pascal@13301 5 CATEGORY="base-system"
al@21020 6 SHORT_DESC="exFAT file system tools"
pascal@13301 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@14999 8 LICENSE="GPL3"
al@20906 9 WEB_SITE="https://github.com/relan/exfat"
al@21020 10
pascal@13301 11 TARBALL="$PACKAGE-$VERSION.tar.gz"
al@20906 12 WGET_URL="https://github.com/relan/exfat/archive/v$VERSION.tar.gz"
pascal@13301 13
al@20739 14 BUILD_DEPENDS="scons2"
pascal@13301 15
al@21020 16 compile_rules() {
pascal@13301 17 scons PREFIX=/usr
al@21020 18 scons -k DESTDIR=$install install
pascal@13301 19 }
pascal@13301 20
al@21020 21 genpkg_rules() {
pascal@13301 22 mkdir -p $fs/sbin
pascal@13301 23 cp -a $install/* $fs/sbin
pascal@13301 24 }