# HG changeset patch # User Christophe Lincoln # Date 1219325908 -7200 # Node ID 8e3e1cb3e0ef0aeaec1595da71febb033c07f529 # Parent ee5e5607283afff3bee06cee0eb2a3ca5eb2967a Remove fbida (dont build properly) diff -r ee5e5607283a -r 8e3e1cb3e0ef fbida/receipt --- a/fbida/receipt Thu Aug 21 15:37:21 2008 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,29 +0,0 @@ -# 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 -} -