wok-next annotate gujin/receipt @ rev 21223

updated btrfs-progs again (4.9.1 -> 5.3.1)
author Hans-G?nter Theisgen
date Tue Dec 03 10:21:27 2019 +0100 (2019-12-03)
parents 7bb096863642
children e962e880bcdd
rev   line source
al@21020 1 # SliTaz package receipt v2.
pascal@13748 2
pascal@13748 3 PACKAGE="gujin"
pascal@13748 4 VERSION="2.8.6"
pascal@13748 5 CATEGORY="base-system"
al@21020 6 SHORT_DESC="Graphical real-mode bootloader"
pascal@13748 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@15215 8 LICENSE="GPL2"
al@21020 9 WEB_SITE="https://sourceforge.net/projects/gujin/"
al@21020 10
pascal@13748 11 TARBALL="$PACKAGE-$VERSION.tar.gz"
pascal@13748 12 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
pascal@13748 13
al@21020 14 compile_rules() {
al@21020 15 make &&
al@21020 16 make DESTDIR=$install install
pascal@13748 17 }
pascal@13748 18
al@21020 19 genpkg_rules() {
al@21020 20 copy @std
pascal@13748 21 }