wok-next annotate gujin/receipt @ rev 18042
ppp/ppp.cgi: misc fixes
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon May 11 16:08:11 2015 +0200 (2015-05-11) |
parents | aece320227d7 |
children | d5aab818505e |
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 } |