wok annotate gujin/receipt @ rev 20081

palemoon update to 27.5.0 (Sep 26)
author Erkan Yilmaz <erkan@slitaz.org>
date Wed Sep 27 17:56:03 2017 +0000 (2017-09-27)
parents aece320227d7
children 9a3e467ad16b
rev   line source
pascal@13748 1 # SliTaz package receipt.
pascal@13748 2
pascal@13748 3 PACKAGE="gujin"
pascal@13748 4 VERSION="2.8.6"
pascal@13748 5 CATEGORY="base-system"
pascal@13748 6 SHORT_DESC="Graphical real-mode bootloader."
pascal@13748 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@15215 8 LICENSE="GPL2"
pascal@13748 9 WEB_SITE="http://gujin.sourceforge.net/"
pascal@13748 10 TARBALL="$PACKAGE-$VERSION.tar.gz"
pascal@13748 11 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
pascal@13748 12
pascal@13748 13 DEPENDS=""
pascal@13748 14 BUILD_DEPENDS=""
pascal@13748 15
pascal@13748 16 # Rules to configure and make the package.
pascal@13748 17 compile_rules()
pascal@13748 18 {
pascal@13748 19 cd $src
pascal@13748 20 make && make DESTDIR=$DESTDIR install
pascal@13748 21 }
pascal@13748 22
pascal@13748 23 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@13748 24 genpkg_rules()
pascal@13748 25 {
pascal@13748 26 cp -a $install/sbin $fs
pascal@13748 27 }