wok annotate aaphoto/receipt @ rev 14774

Up xorg-libXi (1.7.1.901), see http://www.x.org/wiki/Development/Security/Advisory-2013-05-23
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Jun 30 10:36:53 2013 +0200 (2013-06-30)
parents 09d7c7137fc9
children 2b9f96603415
rev   line source
jozee@3039 1 # SliTaz package receipt.
jozee@3039 2
jozee@3039 3 PACKAGE="aaphoto"
slaxemulator@11683 4 VERSION="0.41"
jozee@3039 5 CATEGORY="graphics"
jozee@3039 6 SHORT_DESC="automatic photo adjusting"
jozee@3039 7 MAINTAINER="jozee@slitaz.org"
jozee@3039 8 DEPENDS="jasper jpeg libpng zlib"
slaxemulator@6221 9 BUILD_DEPENDS="jpeg-dev jasper-dev libpng libpng-dev zlib-dev autoconf"
pascal@13024 10 SOURCE="aaphoto_sources_v"
pascal@13024 11 TARBALL="$SOURCE$VERSION.tar.gz"
jozee@3039 12 WEB_SITE="http://log69.com/aaphoto_en.html"
slaxemulator@7270 13 #WGET_URL="http://log69.com/downloads/$TARBALL"
slaxemulator@7270 14 WGET_URL="http://ftp.uni-erlangen.de/pub/FreeBSD/ports/distfiles/$TARBALL"
jozee@3563 15 TAGS="photo jpeg jpg png bmp"
jozee@3039 16
jozee@3039 17
jozee@3039 18 # Rules to configure and make the package.
jozee@3039 19 compile_rules()
jozee@3039 20 {
slaxemulator@6221 21 cd $src
jozee@3039 22 ./configure --prefix=/usr &&
jozee@3039 23 make &&
slaxemulator@11683 24 make DESTDIR=$DESTDIR install
jozee@3039 25
jozee@3039 26 }
jozee@3039 27
jozee@3039 28 # Rules to gen a SliTaz package suitable for Tazpkg.
jozee@3039 29 genpkg_rules()
jozee@3039 30 {
slaxemulator@11683 31 mkdir -p $fs/usr/bin
jozee@3039 32 cp -a $_pkg/usr/bin $fs/usr
jozee@3039 33
jozee@3039 34 }