wok view fbida/receipt @ rev 11521

Up net6 (1.3.14)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Dec 24 14:00:50 2011 +0100 (2011-12-24)
parents 59009b1c6878
children 512c93d7c3b4
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 WEB_SITE="http://linux.bytesex.org/fbida/"
10 WGET_URL="http://dl.bytesex.org/releases/$PACKAGE/$TARBALL"
12 DEPENDS="libpng giflib tiff jpeg ttf-bitstream-vera libexif zlib \
13 libcurl"
14 BUILD_DEPENDS="freetype-dev fontconfig-dev libexif-dev curl-dev"
16 # Rules to configure and make the package.
17 compile_rules()
18 {
19 cd $src
20 make -j2 && make DESTDIR=$DESTDIR install
21 }
23 # Rules to gen a SliTaz package suitable for Tazpkg.
24 genpkg_rules()
25 {
26 mkdir -p $fs/usr
27 cp -a $_pkg/usr/local/bin $fs/usr
28 }