wok-4.x diff gphoto2/receipt @ rev 9883
xsane: Fix BD
author | Eric Joseph-Alexandre <erjo@slitaz.org> |
---|---|
date | Tue May 17 01:16:19 2011 +0200 (2011-05-17) |
parents | a871e27689a1 |
children | 54b2e9887317 |
line diff
1.1 --- a/gphoto2/receipt Fri Mar 11 08:38:29 2011 +0100 1.2 +++ b/gphoto2/receipt Tue May 17 01:16:19 2011 +0200 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="gphoto2" 1.7 -VERSION="2.4.10" 1.8 +VERSION="2.4.11" 1.9 CATEGORY="graphics" 1.10 SHORT_DESC="digital camera download and access program" 1.11 MAINTAINER="jozee@slitaz.org" 1.12 @@ -12,14 +12,11 @@ 1.13 WGET_URL="$SF_MIRROR/gphoto/$TARBALL" 1.14 TAGS="camera photo" 1.15 1.16 - 1.17 # Rules to configure and make the package. 1.18 compile_rules() 1.19 { 1.20 cd $src 1.21 - ./configure --prefix=/usr && 1.22 - make && 1.23 - make install 1.24 + ./configure && make && make install 1.25 } 1.26 1.27 # Rules to gen a SliTaz package suitable for Tazpkg. 1.28 @@ -27,5 +24,4 @@ 1.29 { 1.30 mkdir -p $fs/usr/share 1.31 cp -a $_pkg/usr/bin $fs/usr 1.32 - 1.33 }