wok annotate aaphoto/receipt @ rev 10469

libgd: use hg to get source
author Christophe Lincoln <pankso@slitaz.org>
date Wed May 25 11:46:22 2011 +0200 (2011-05-25)
parents 7955791eca55
children 09d7c7137fc9
rev   line source
jozee@3039 1 # SliTaz package receipt.
jozee@3039 2
jozee@3039 3 PACKAGE="aaphoto"
slaxemulator@7270 4 VERSION="0.39"
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"
jozee@3039 10 SOURCES="aaphoto_sources_v"
jozee@3039 11 TARBALL="$SOURCES$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 &&
jozee@3039 24 make DESTDIR=$PWD/_pkg 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 {
jozee@3039 31 mkdir -p $fs/usr/bin
jozee@3039 32 cp -a $_pkg/usr/bin $fs/usr
jozee@3039 33
jozee@3039 34 }