wok view gujin/receipt @ rev 13847

frogatto: try to fix build (Boost 1.47 removed a deprecated function...) btw, we use boost 1.50
author Aleksej Bobylev <al.bobylev@gmail.com>
date Wed Jan 09 01:13:47 2013 +0000 (2013-01-09)
parents
children 7bb096863642
line source
1 # SliTaz package receipt.
3 PACKAGE="gujin"
4 VERSION="2.8.6"
5 CATEGORY="base-system"
6 SHORT_DESC="Graphical real-mode bootloader."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 WEB_SITE="http://gujin.sourceforge.net/"
9 TARBALL="$PACKAGE-$VERSION.tar.gz"
10 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
12 DEPENDS=""
13 BUILD_DEPENDS=""
15 # Rules to configure and make the package.
16 compile_rules()
17 {
18 cd $src
19 make && make DESTDIR=$DESTDIR install
20 }
22 # Rules to gen a SliTaz package suitable for Tazpkg.
23 genpkg_rules()
24 {
25 cp -a $install/sbin $fs
26 }