wok-6.x rev 11683
Up: aaphoto to 0.41.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Sat Feb 18 08:40:25 2012 -0500 (2012-02-18) |
parents | d4bb4d4d8235 |
children | 19c22cc9d6cc |
files | aaphoto/receipt |
line diff
1.1 --- a/aaphoto/receipt Sat Feb 18 08:37:39 2012 -0500 1.2 +++ b/aaphoto/receipt Sat Feb 18 08:40:25 2012 -0500 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="aaphoto" 1.7 -VERSION="0.39" 1.8 +VERSION="0.41" 1.9 CATEGORY="graphics" 1.10 SHORT_DESC="automatic photo adjusting" 1.11 MAINTAINER="jozee@slitaz.org" 1.12 @@ -21,14 +21,14 @@ 1.13 cd $src 1.14 ./configure --prefix=/usr && 1.15 make && 1.16 - make DESTDIR=$PWD/_pkg install 1.17 + make DESTDIR=$DESTDIR install 1.18 1.19 } 1.20 1.21 # Rules to gen a SliTaz package suitable for Tazpkg. 1.22 genpkg_rules() 1.23 { 1.24 - mkdir -p $fs/usr/bin 1.25 + mkdir -p $fs/usr/bin 1.26 cp -a $_pkg/usr/bin $fs/usr 1.27 1.28 }