wok-current annotate aaphoto/receipt @ rev 23056
xplanet: add giflib5 patch
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Mar 07 16:37:51 2020 +0100 (2020-03-07) |
parents | 7b00a1691d2e |
children | 3105f866bc3e |
rev | line source |
---|---|
jozee@3039 | 1 # SliTaz package receipt. |
jozee@3039 | 2 |
jozee@3039 | 3 PACKAGE="aaphoto" |
Hans-G?nter@20696 | 4 VERSION="0.45" |
jozee@3039 | 5 CATEGORY="graphics" |
hackdorte@18996 | 6 SHORT_DESC="Automatic photo adjusting." |
jozee@3039 | 7 MAINTAINER="jozee@slitaz.org" |
pascal@14999 | 8 LICENSE="GPL3" |
Hans-G?nter@20696 | 9 SOURCE="aaphoto_sources_" |
pascal@13024 | 10 TARBALL="$SOURCE$VERSION.tar.gz" |
jozee@3039 | 11 WEB_SITE="http://log69.com/aaphoto_en.html" |
Hans-G?nter@20696 | 12 WGET_URL="http://log69.com/downloads/$TARBALL" |
Hans-G?nter@20696 | 13 #WGET_URL="http://ftp.uni-erlangen.de/pub/FreeBSD/ports/distfiles/$TARBALL" |
jozee@3563 | 14 TAGS="photo jpeg jpg png bmp" |
jozee@3039 | 15 |
pascal@14999 | 16 DEPENDS="jasper jpeg libpng zlib" |
pascal@14999 | 17 BUILD_DEPENDS="jpeg-dev jasper-dev libpng libpng-dev zlib-dev autoconf" |
jozee@3039 | 18 |
jozee@3039 | 19 # Rules to configure and make the package. |
jozee@3039 | 20 compile_rules() |
jozee@3039 | 21 { |
slaxemulator@6221 | 22 cd $src |
jozee@3039 | 23 ./configure --prefix=/usr && |
jozee@3039 | 24 make && |
slaxemulator@11683 | 25 make DESTDIR=$DESTDIR install |
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 |
pascal@14999 | 32 cp -a $install/usr/bin $fs/usr |
jozee@3039 | 33 } |