wok-undigest view 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
line source
1 # SliTaz package receipt.
3 PACKAGE="fotoxx"
4 VERSION="11.05.2"
5 CATEGORY="graphics"
6 SHORT_DESC="lightweight image editor"
7 MAINTAINER="gokhlayeh@slitaz.org"
8 LICENSE="GPL3"
9 SUGGESTED="exiftool ufraw printoxx"
10 TARBALL="$PACKAGE-$VERSION.tar.gz"
11 WEB_SITE="http://kornelix.squarespace.com/fotoxx"
12 WGET_URL="http://kornelix.squarespace.com/storage/downloads/$TARBALL"
13 TAGS="image editor photo jpeg jpg bmp png gif"
15 DEPENDS="gtk+"
16 BUILD_DEPENDS="exiftool gtk+-dev freeimage freeimage-dev xdg-utils"
18 # Rules to configure and make the package.
19 compile_rules()
20 {
21 cd $src
22 export PREFIX=/usr make
23 make DESTDIR=$DESTDIR install
24 }
26 # Rules to gen a SliTaz package suitable for Tazpkg.
27 genpkg_rules()
28 {
29 mkdir -p $fs/usr/bin $fs/usr/share/$PACKAGE
30 cp -a $install/usr/bin $fs/usr
31 cp -a $install/usr/share/$PACKAGE/icons $fs/usr/share/$PACKAGE
32 #non-standard locale path
33 cp -a $install/usr/share/$PACKAGE/locales $fs/usr/share/$PACKAGE
34 }