wok view fbida/receipt @ rev 9611

python: Fix urllib Security Vulnerability CVE-2011-1521.
author Christopher Rogers <slaxemulator@gmail.com>
date Fri Apr 15 15:10:30 2011 +0000 (2011-04-15)
parents d792bbad32e2
children 87ef3212c4ad
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="freetype freetype-dev fontconfig fontconfig-dev "
12 WEB_SITE="http://linux.bytesex.org/fbida/"
13 WGET_URL="http://dl.bytesex.org/releases/$PACKAGE/$TARBALL"
15 # Rules to configure and make the package.
16 compile_rules()
17 {
18 cd $src
19 make -j2
20 make DESTDIR=$PWD/_pkg 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 }