wok-next view fatattr/receipt @ rev 20806

I. node update: security -> https://nodejs.org/en/blog/vulnerability/june-2018-security-releases/ 9.5.0 -> 9.11.2 II. add checksum
author Erkan Yilmaz <erkan@slitaz.org>
date Wed Jun 13 08:26:54 2018 +0000 (2018-06-13)
parents 7bb096863642
children a3c581bf52b8
line source
1 # SliTaz package receipt v2.
3 PACKAGE="fatattr"
4 VERSION="1.0"
5 CATEGORY="base-system"
6 SHORT_DESC="Handle FAT attributes"
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="http://www.kernel.org/"
11 TARBALL="$PACKAGE-$VERSION.tar.bz2"
12 WGET_URL="http://www.eu.kernel.org/pub/linux/utils/fs/fat/$PACKAGE/$TARBALL"
14 compile_rules() {
15 ./configure &&
16 make || return 1
18 install -Dm755 $src/fatattr $install/usr/bin/fatattr
19 install -Dm755 $stuff/fatattr.sh $install/usr/bin/fatattr.sh
20 }
22 genpkg_rules() {
23 copy @std
24 }