wok-6.x view aaphoto/receipt @ rev 13025

clucene-dev, clucene, drupal, fcitx-skin-default, fcitx-zm, gejengel, hd2u, input-utils, jdk6-jaf, jdk6-jaxp, jdk6-jaxws, kismet, libedit-dev, libedit, linux-module-headers, linux-ocfs2, linux-staging, linux64-ocfs2, linux64-staging, menu-railroad, nfs-utils, ode-dev, openjdk-6-src, runcom, talloc-python, vlc-plugin, xorg-xf86-video-neomagic: fix maintainer
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Jun 11 17:36:31 2012 +0200 (2012-06-11)
parents 09d7c7137fc9
children 2b9f96603415
line source
1 # SliTaz package receipt.
3 PACKAGE="aaphoto"
4 VERSION="0.41"
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 SOURCE="aaphoto_sources_v"
11 TARBALL="$SOURCE$VERSION.tar.gz"
12 WEB_SITE="http://log69.com/aaphoto_en.html"
13 #WGET_URL="http://log69.com/downloads/$TARBALL"
14 WGET_URL="http://ftp.uni-erlangen.de/pub/FreeBSD/ports/distfiles/$TARBALL"
15 TAGS="photo jpeg jpg png bmp"
18 # Rules to configure and make the package.
19 compile_rules()
20 {
21 cd $src
22 ./configure --prefix=/usr &&
23 make &&
24 make DESTDIR=$DESTDIR install
26 }
28 # Rules to gen a SliTaz package suitable for Tazpkg.
29 genpkg_rules()
30 {
31 mkdir -p $fs/usr/bin
32 cp -a $_pkg/usr/bin $fs/usr
34 }