wok-6.x view fbida/receipt @ rev 14205
fbida: update deps and desc
author | Richard Dunbar <mojo@slitaz.org> |
---|---|
date | Fri Mar 15 11:50:51 2013 +0000 (2013-03-15) |
parents | 87ef3212c4ad |
children | 382cc0c84e92 |
line source
1 # SliTaz package receipt.
3 PACKAGE="fbida"
4 VERSION="2.07"
5 CATEGORY="utilities"
6 SHORT_DESC="Image viewer for the framebuffer console"
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 freetype fontconfig"
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 }