wok diff fotoxx/receipt @ rev 2914

Add esmart (E17 evas smart objects)
author Christophe Lincoln <pankso@slitaz.org>
date Wed May 06 22:56:09 2009 +0200 (2009-05-06)
parents
children 4604e66f59fa
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/fotoxx/receipt	Wed May 06 22:56:09 2009 +0200
     1.3 @@ -0,0 +1,38 @@
     1.4 +# SliTaz package receipt.
     1.5 +# 6.3 Higher version supports RAW Images and depends upon freeimage ufraw
     1.6 +# optional deps: exiv2
     1.7 +# we drop RAW Image HAndling till ufraw is compiled
     1.8 +PACKAGE="fotoxx"
     1.9 +VERSION="5.10.5"
    1.10 +CATEGORY="graphics"
    1.11 +SHORT_DESC="lightweight image editor"
    1.12 +MAINTAINER="jozee@slitaz.org"
    1.13 +DEPENDS="gtk+ "
    1.14 +BUILD_DEPENDS="gtk+-dev"
    1.15 +SUGGESTED="exiv2"
    1.16 +TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.17 +WEB_SITE="http://kornelix.squarespace.com/fotoxx" 
    1.18 +WGET_URL="http://kornelix.squarespace.com/storage/downloads/$TARBALL"
    1.19 +
    1.20 +
    1.21 +# Rules to configure and make the package.
    1.22 +compile_rules()
    1.23 +{
    1.24 +   	cd $src
    1.25 +	export PREFIX=/usr make
    1.26 +	make DESTDIR=$PWD/_pkg install
    1.27 +	
    1.28 +}
    1.29 +
    1.30 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.31 +genpkg_rules()
    1.32 +{
    1.33 +    mkdir -p $fs/usr/bin
    1.34 +    mkdir -p $fs/usr/share/fotoxx  
    1.35 +	mkdir -p $fs/usr/share/applications 
    1.36 +	cp -a $_pkg/usr/bin $fs/usr
    1.37 +	cp -a $_pkg/usr/share/fotoxx/icons $fs/usr/share/fotoxx 
    1.38 +	cp -a stuff/fotoxx.desktop $fs/usr/share/applications
    1.39 +	
    1.40 +
    1.41 +}