wok-next annotate fatattr/receipt @ rev 21349

build efl with meson
author Hans-G?nter Theisgen
date Thu Apr 09 16:25:22 2020 +0100 (2020-04-09)
parents e1c0edabdcb2
children
rev   line source
al@20473 1 # SliTaz package receipt v2.
pascal@814 2
pascal@814 3 PACKAGE="fatattr"
pascal@814 4 VERSION="1.0"
pascal@814 5 CATEGORY="base-system"
al@20473 6 SHORT_DESC="Handle FAT attributes"
pascal@814 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@15215 8 LICENSE="GPL2"
al@20906 9 WEB_SITE="https://www.kernel.org/"
al@20473 10
pascal@814 11 TARBALL="$PACKAGE-$VERSION.tar.bz2"
pascal@814 12 WGET_URL="http://www.eu.kernel.org/pub/linux/utils/fs/fat/$PACKAGE/$TARBALL"
pascal@814 13
al@20473 14 compile_rules() {
al@20473 15 ./configure &&
al@20473 16 make || return 1
pascal@814 17
al@20473 18 install -Dm755 $src/fatattr $install/usr/bin/fatattr
al@20473 19 install -Dm755 $stuff/fatattr.sh $install/usr/bin/fatattr.sh
al@20473 20 }
pascal@814 21
al@20473 22 genpkg_rules() {
al@20473 23 copy @std
pascal@814 24 }