wok view fbida/receipt @ rev 8319

Removed usbip-module. Not need anymore since with have linux-usbip.
author Christopher Rogers <slaxemulator@gmail.com>
date Tue Feb 01 03:48:00 2011 +0000 (2011-02-01)
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 }