wok-current view aaphoto/receipt @ rev 6928

Up: elfutils to 0.149. Fixed it to build in clean chroot. Fixed it also to download sources with real wget by since sources are on https host. So now elfutils can download its sources just fine.
author Christopher Rogers <slaxemulator@gmail.com>
date Fri Oct 22 22:36:22 2010 +0000 (2010-10-22)
parents 2bbc0ef3f1d2
children 4a0bbe328719
line source
1 # SliTaz package receipt.
3 PACKAGE="aaphoto"
4 VERSION="0.38"
5 CATEGORY="graphics"
6 SHORT_DESC="automatic photo adjusting"
7 MAINTAINER="jozee@slitaz.org"
8 DEPENDS="jasper jpeg libpng zlib"
9 BUILD_DEPENDS="jpeg-dev jasper-dev libpng libpng-dev zlib-dev autoconf"
10 SOURCES="aaphoto_sources_v"
11 TARBALL="$SOURCES$VERSION.tar.gz"
12 WEB_SITE="http://log69.com/aaphoto_en.html"
13 WGET_URL="http://log69.com/downloads/$TARBALL"
14 TAGS="photo jpeg jpg png bmp"
17 # Rules to configure and make the package.
18 compile_rules()
19 {
20 cd $src
21 ./configure --prefix=/usr &&
22 make &&
23 make DESTDIR=$PWD/_pkg install
25 }
27 # Rules to gen a SliTaz package suitable for Tazpkg.
28 genpkg_rules()
29 {
30 mkdir -p $fs/usr/bin
31 cp -a $_pkg/usr/bin $fs/usr
33 }