wok-stable view fbida/receipt @ rev 1278

Add: fbida (images manipulation tools with fb viewer)
author Christophe Lincoln <pankso@slitaz.org>
date Mon Aug 18 14:19:17 2008 +0200 (2008-08-18)
parents
children
line source
1 # SliTaz package receipt.
3 PACKAGE="fbida"
4 VERSION="2.06"
5 CATEGORY="graphics"
6 SHORT_DESC="Set of applications for viewing and editing images"
7 MAINTAINER="pankso@slitaz.org"
8 DEPENDS="libexif"
9 BUILD_DEPENDS="libexif libexif-dev"
10 TARBALL="$PACKAGE-$VERSION.tar.gz"
11 WEB_SITE="http://linux.bytesex.org/fbida/"
12 WGET_URL="http://dl.bytesex.org/releases/fbida/$TARBALL"
14 # Rules to configure and make the package.
15 compile_rules()
16 {
17 cd $src
18 export prefix="/usr"
19 make
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/bin $fs/usr
28 }