wok-current annotate fotoxx/receipt @ rev 15704

geany-plugins: clean-up (force rebuild against new geany version)
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Sun Dec 22 15:35:14 2013 +0100 (2013-12-22)
parents 132b9e1ee5d4
children
rev   line source
jozee@2727 1 # SliTaz package receipt.
slaxemulator@7564 2
jozee@2727 3 PACKAGE="fotoxx"
pankso@10606 4 VERSION="11.05.2"
jozee@2727 5 CATEGORY="graphics"
jozee@2727 6 SHORT_DESC="lightweight image editor"
gokhlayeh@7034 7 MAINTAINER="gokhlayeh@slitaz.org"
pascal@15593 8 LICENSE="GPL3"
gokhlayeh@5869 9 SUGGESTED="exiftool ufraw printoxx"
jozee@2727 10 TARBALL="$PACKAGE-$VERSION.tar.gz"
jozee@2727 11 WEB_SITE="http://kornelix.squarespace.com/fotoxx"
jozee@2727 12 WGET_URL="http://kornelix.squarespace.com/storage/downloads/$TARBALL"
jozee@2935 13 TAGS="image editor photo jpeg jpg bmp png gif"
jozee@2727 14
pascal@15593 15 DEPENDS="gtk+"
pascal@15593 16 BUILD_DEPENDS="exiftool gtk+-dev freeimage freeimage-dev xdg-utils"
pascal@15593 17
jozee@2727 18 # Rules to configure and make the package.
jozee@2727 19 compile_rules()
jozee@2727 20 {
jozee@2727 21 cd $src
jozee@2727 22 export PREFIX=/usr make
pankso@10606 23 make DESTDIR=$DESTDIR install
jozee@2727 24 }
jozee@2727 25
jozee@2727 26 # Rules to gen a SliTaz package suitable for Tazpkg.
jozee@2727 27 genpkg_rules()
jozee@2727 28 {
pankso@10606 29 mkdir -p $fs/usr/bin $fs/usr/share/$PACKAGE
pascal@15593 30 cp -a $install/usr/bin $fs/usr
pascal@15593 31 cp -a $install/usr/share/$PACKAGE/icons $fs/usr/share/$PACKAGE
jozee@2935 32 #non-standard locale path
pascal@15593 33 cp -a $install/usr/share/$PACKAGE/locales $fs/usr/share/$PACKAGE
jozee@2727 34 }