wok view fbida/receipt @ rev 7647

busybox/init: add rootuuid= support
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Dec 14 22:29:55 2010 +0100 (2010-12-14)
parents 8f2e020a5984
children 59009b1c6878
line source
1 # SliTaz package receipt.
3 PACKAGE="fbida"
4 VERSION="2.07"
5 CATEGORY="utilities"
6 SHORT_DESC="A simple GTK+ disc burner"
7 MAINTAINER="devl547@gmail.com"
8 TARBALL="$PACKAGE-$VERSION.tar.gz"
9 DEPENDS="libpng giflib tiff jpeg ttf-bitstream-vera libexif zlib \
10 curl"
11 BUILD_DEPENDS="libpng-dev giflib-dev tiff-dev jpeg-dev libexif-dev \
12 zlib-dev curl-dev"
13 WEB_SITE="http://linux.bytesex.org/fbida/"
14 WGET_URL="http://dl.bytesex.org/releases/$PACKAGE/$TARBALL"
16 # Rules to configure and make the package.
17 compile_rules()
18 {
19 cd $src
20 make -j2
21 make DESTDIR=$PWD/_pkg install
22 }
24 # Rules to gen a SliTaz package suitable for Tazpkg.
25 genpkg_rules()
26 {
27 mkdir -p $fs/usr
28 cp -a $_pkg/usr/local/bin $fs/usr/
29 }