wok diff fotoxx/receipt @ rev 12940

Up xcb-util (0.3.8)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed May 30 16:46:22 2012 +0200 (2012-05-30)
parents ffcce0571b63
children 3b4e4318134e
line diff
     1.1 --- a/fotoxx/receipt	Sat May 21 04:35:29 2011 +0000
     1.2 +++ b/fotoxx/receipt	Wed May 30 16:46:22 2012 +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  }