wok rev 6115

Add: fbida (2.07)
author Alexander Medvedev <devl547@gmail.com>
date Sat Sep 04 23:53:57 2010 +0000 (2010-09-04)
parents 821620a99cc0
children 6ad8d6b4316e
files fbida/receipt
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/fbida/receipt	Sat Sep 04 23:53:57 2010 +0000
     1.3 @@ -0,0 +1,30 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="fbida"
     1.7 +VERSION="2.07"
     1.8 +CATEGORY="utilites"
     1.9 +SHORT_DESC="A simple GTK+ disc burner"
    1.10 +MAINTAINER="devl547@gmail.com"
    1.11 +TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.12 +DEPENDS="libpng giflib tiff jpeg ttf-bitstream-vera libexif zlib \
    1.13 +curl"
    1.14 +BUILD_DEPENDS="libpng-dev giflib-dev tiff-dev jpeg-dev libexif-dev \
    1.15 +zlib-dev curl-dev"
    1.16 +WEB_SITE="http://linux.bytesex.org/fbida/"
    1.17 +WGET_URL="http://dl.bytesex.org/releases/$PACKAGE/$TARBALL"
    1.18 +
    1.19 +# Rules to configure and make the package.
    1.20 +compile_rules()
    1.21 +{
    1.22 +	cd $src
    1.23 +	make -j2
    1.24 +	make DESTDIR=$PWD/_pkg install
    1.25 +}
    1.26 +
    1.27 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.28 +genpkg_rules()
    1.29 +{
    1.30 +	mkdir -p $fs/usr
    1.31 +	cp -a $_pkg/usr/bin $fs/usr/
    1.32 +}
    1.33 +