wok-next annotate gujin/receipt @ rev 13827
bastet: fix log output
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon Jan 07 11:31:45 2013 +0100 (2013-01-07) |
parents | |
children | 7bb096863642 |
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@13748 | 8 WEB_SITE="http://gujin.sourceforge.net/" |
pascal@13748 | 9 TARBALL="$PACKAGE-$VERSION.tar.gz" |
pascal@13748 | 10 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" |
pascal@13748 | 11 |
pascal@13748 | 12 DEPENDS="" |
pascal@13748 | 13 BUILD_DEPENDS="" |
pascal@13748 | 14 |
pascal@13748 | 15 # Rules to configure and make the package. |
pascal@13748 | 16 compile_rules() |
pascal@13748 | 17 { |
pascal@13748 | 18 cd $src |
pascal@13748 | 19 make && make DESTDIR=$DESTDIR install |
pascal@13748 | 20 } |
pascal@13748 | 21 |
pascal@13748 | 22 # Rules to gen a SliTaz package suitable for Tazpkg. |
pascal@13748 | 23 genpkg_rules() |
pascal@13748 | 24 { |
pascal@13748 | 25 cp -a $install/sbin $fs |
pascal@13748 | 26 } |