# HG changeset patch # User Christophe Lincoln # Date 1219061957 -7200 # Node ID 65f866d4885f51de6e98a7e919d2e6b2ee0a58bc # Parent cb4a268d4d7100abb070c89d38103643117d7a20 Add: fbida (images manipulation tools with fb viewer) diff -r cb4a268d4d71 -r 65f866d4885f fbida/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/fbida/receipt Mon Aug 18 14:19:17 2008 +0200 @@ -0,0 +1,29 @@ +# SliTaz package receipt. + +PACKAGE="fbida" +VERSION="2.06" +CATEGORY="graphics" +SHORT_DESC="Set of applications for viewing and editing images" +MAINTAINER="pankso@slitaz.org" +DEPENDS="libexif" +BUILD_DEPENDS="libexif libexif-dev" +TARBALL="$PACKAGE-$VERSION.tar.gz" +WEB_SITE="http://linux.bytesex.org/fbida/" +WGET_URL="http://dl.bytesex.org/releases/fbida/$TARBALL" + +# Rules to configure and make the package. +compile_rules() +{ + cd $src + export prefix="/usr" + make + make DESTDIR=$PWD/_pkg install +} + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + mkdir -p $fs/usr + cp -a $_pkg/usr/bin $fs/usr +} +