wok rev 7564

Up: fotoxx to 10.12.1.
author Christopher Rogers <slaxemulator@gmail.com>
date Wed Dec 08 17:21:04 2010 +0000 (2010-12-08)
parents d90313fbe3ab
children 922cc0ebe84c
files fotoxx/receipt
line diff
     1.1 --- a/fotoxx/receipt	Wed Dec 08 16:56:39 2010 +0000
     1.2 +++ b/fotoxx/receipt	Wed Dec 08 17:21:04 2010 +0000
     1.3 @@ -1,6 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5 +
     1.6  PACKAGE="fotoxx"
     1.7 -VERSION="10.12"
     1.8 +VERSION="10.12.1"
     1.9  CATEGORY="graphics"
    1.10  SHORT_DESC="lightweight image editor"
    1.11  MAINTAINER="gokhlayeh@slitaz.org"
    1.12 @@ -18,16 +19,14 @@
    1.13     	cd $src
    1.14  	export PREFIX=/usr make
    1.15  	make DESTDIR=$PWD/_pkg install
    1.16 -	
    1.17  }
    1.18  
    1.19  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.20  genpkg_rules()
    1.21  {
    1.22 -    mkdir -p $fs/usr/bin $fs/usr/share/$PACKAGE/locales  $fs/usr/share/applications 
    1.23 +	mkdir -p $fs/usr/bin $fs/usr/share/$PACKAGE/locales
    1.24  	cp -a $_pkg/usr/bin $fs/usr
    1.25  	cp -a $_pkg/usr/share/$PACKAGE/icons $fs/usr/share/$PACKAGE
    1.26  	#non-standard locale path
    1.27  	cp -a $_pkg/usr/share/$PACKAGE/locales/* $fs/usr/share/$PACKAGE/locales/
    1.28 -	cp -a stuff/$PACKAGE.desktop $fs/usr/share/applications
    1.29  }