wok rev 10606

fotoxx: fix src url
author Christophe Lincoln <pankso@slitaz.org>
date Thu May 26 16:34:01 2011 +0200 (2011-05-26)
parents 73d885baa027
children 147869b36041
files fotoxx/receipt
line diff
     1.1 --- a/fotoxx/receipt	Thu May 26 16:13:40 2011 +0200
     1.2 +++ b/fotoxx/receipt	Thu May 26 16:34:01 2011 +0200
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="fotoxx"
     1.7 -VERSION="11.05"
     1.8 +VERSION="11.05.2"
     1.9  CATEGORY="graphics"
    1.10  SHORT_DESC="lightweight image editor"
    1.11  MAINTAINER="gokhlayeh@slitaz.org"
    1.12 @@ -18,15 +18,15 @@
    1.13  {
    1.14     	cd $src
    1.15  	export PREFIX=/usr make
    1.16 -	make DESTDIR=$PWD/_pkg install
    1.17 +	make DESTDIR=$DESTDIR install
    1.18  }
    1.19  
    1.20  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.21  genpkg_rules()
    1.22  {
    1.23 -	mkdir -p $fs/usr/bin $fs/usr/share/$PACKAGE/locales
    1.24 +	mkdir -p $fs/usr/bin $fs/usr/share/$PACKAGE
    1.25  	cp -a $_pkg/usr/bin $fs/usr
    1.26  	cp -a $_pkg/usr/share/$PACKAGE/icons $fs/usr/share/$PACKAGE
    1.27  	#non-standard locale path
    1.28 -	cp -a $_pkg/usr/share/$PACKAGE/locales/* $fs/usr/share/$PACKAGE/locales/
    1.29 +	cp -a $_pkg/usr/share/$PACKAGE/locales $fs/usr/share/$PACKAGE
    1.30  }