wok rev 9848

Up: gphoto2 to 2.4.11.
author Christopher Rogers <slaxemulator@gmail.com>
date Sun May 15 21:22:21 2011 +0000 (2011-05-15)
parents 1c07269ece96
children 7049937aebb0
files gphoto2/receipt
line diff
     1.1 --- a/gphoto2/receipt	Sun May 15 21:17:14 2011 +0000
     1.2 +++ b/gphoto2/receipt	Sun May 15 21:22:21 2011 +0000
     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  }