wok view printoxx/receipt @ rev 15709

Up:Postfix (2.10.2) + Add SSL support
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Sun Dec 22 22:07:24 2013 +0100 (2013-12-22)
parents af022550edde
children
line source
1 # SliTaz package receipt.
3 PACKAGE="printoxx"
4 VERSION="2.8.1"
5 CATEGORY="graphics"
6 SHORT_DESC="fotoxx plugin for printing one or more image files with a user-defined page layout"
7 MAINTAINER="gokhlayeh@slitaz.org"
8 LICENSE="GPL3"
9 SUGGESTED="fotoxx"
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 DEPENDS="gtk+ "
16 BUILD_DEPENDS="gtk+-dev"
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
25 }
27 # Rules to gen a SliTaz package suitable for Tazpkg.
28 genpkg_rules()
29 {
30 mkdir -p $fs/usr/bin $fs/usr/share/$PACKAGE/locales $fs/usr/share/applications
31 cp -a $install/usr/bin $fs/usr
32 cp -a $install/usr/share/$PACKAGE/icons $fs/usr/share/$PACKAGE
33 #non-standard local path
34 cp -a $install/usr/share/$PACKAGE/locales/* $fs/usr/share/$PACKAGE/locales/
35 cp -a stuff/$PACKAGE.desktop $fs/usr/share/applications
36 }