wok view printoxx/receipt @ rev 5005

p*: update depends
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Feb 28 17:01:48 2010 +0100 (2010-02-28)
parents ec31ce5febc9
children 539e5f4f40a5
line source
1 # SliTaz package receipt.
3 PACKAGE="printoxx"
4 VERSION="2.0"
5 CATEGORY="graphics"
6 SHORT_DESC="fotoxx plugin for printing one or more image files with a user-defined page layout"
7 MAINTAINER="jozee@slitaz.org"
8 DEPENDS="gtk+ gcc-lib-base"
9 BUILD_DEPENDS="gtk+-dev"
10 TARBALL="$PACKAGE-$VERSION.tar.gz"
11 WEB_SITE="http://kornelix.squarespace.com/printoxx"
12 WGET_URL="http://kornelix.squarespace.com/storage/downloads/$TARBALL"
13 TAGS="print images jpeg jpg bmp png gif"
15 # Rules to configure and make the package.
16 compile_rules()
17 {
18 cd $src
19 export PREFIX=/usr make
20 make DESTDIR=$PWD/_pkg install
22 }
24 # Rules to gen a SliTaz package suitable for Tazpkg.
25 genpkg_rules()
26 {
27 mkdir -p $fs/usr/bin $fs/usr/share/$PACKAGE/locales $fs/usr/share/applications
28 cp -a $_pkg/usr/bin $fs/usr
29 cp -a $_pkg/usr/share/$PACKAGE/icons $fs/usr/share/$PACKAGE
30 #non-standard local path
31 cp -a $_pkg/usr/share/$PACKAGE/locales/fr $fs/usr/share/$PACKAGE/locales/
32 cp -a stuff/$PACKAGE.desktop $fs/usr/share/applications
33 }