wok-undigest annotate fotoxx/receipt @ rev 1229

updated libgio and libgio-dev (2.43.3 -> 2.62.4)
author Hans-G?nter Theisgen
date Wed Sep 09 14:00:14 2020 +0100 (2020-09-09)
parents
children
rev   line source
pascal@1085 1 # SliTaz package receipt.
pascal@1085 2
pascal@1085 3 PACKAGE="fotoxx"
pascal@1085 4 VERSION="11.05.2"
pascal@1085 5 CATEGORY="graphics"
pascal@1085 6 SHORT_DESC="lightweight image editor"
pascal@1085 7 MAINTAINER="gokhlayeh@slitaz.org"
pascal@1085 8 LICENSE="GPL3"
pascal@1085 9 SUGGESTED="exiftool ufraw printoxx"
pascal@1085 10 TARBALL="$PACKAGE-$VERSION.tar.gz"
pascal@1085 11 WEB_SITE="http://kornelix.squarespace.com/fotoxx"
pascal@1085 12 WGET_URL="http://kornelix.squarespace.com/storage/downloads/$TARBALL"
pascal@1085 13 TAGS="image editor photo jpeg jpg bmp png gif"
pascal@1085 14
pascal@1085 15 DEPENDS="gtk+"
pascal@1085 16 BUILD_DEPENDS="exiftool gtk+-dev freeimage freeimage-dev xdg-utils"
pascal@1085 17
pascal@1085 18 # Rules to configure and make the package.
pascal@1085 19 compile_rules()
pascal@1085 20 {
pascal@1085 21 cd $src
pascal@1085 22 export PREFIX=/usr make
pascal@1085 23 make DESTDIR=$DESTDIR install
pascal@1085 24 }
pascal@1085 25
pascal@1085 26 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@1085 27 genpkg_rules()
pascal@1085 28 {
pascal@1085 29 mkdir -p $fs/usr/bin $fs/usr/share/$PACKAGE
pascal@1085 30 cp -a $install/usr/bin $fs/usr
pascal@1085 31 cp -a $install/usr/share/$PACKAGE/icons $fs/usr/share/$PACKAGE
pascal@1085 32 #non-standard locale path
pascal@1085 33 cp -a $install/usr/share/$PACKAGE/locales $fs/usr/share/$PACKAGE
pascal@1085 34 }