wok diff fotoxx/receipt @ rev 15661

git-gui, libsmpeg, lorcon, nbs, opentyrian: add (implicit) TARBALL
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Dec 12 09:03:33 2013 +0000 (2013-12-12)
parents 132b9e1ee5d4
children
line diff
     1.1 --- a/fotoxx/receipt	Thu May 26 16:34:01 2011 +0200
     1.2 +++ b/fotoxx/receipt	Thu Dec 12 09:03:33 2013 +0000
     1.3 @@ -5,14 +5,16 @@
     1.4  CATEGORY="graphics"
     1.5  SHORT_DESC="lightweight image editor"
     1.6  MAINTAINER="gokhlayeh@slitaz.org"
     1.7 -DEPENDS="gtk+"
     1.8 -BUILD_DEPENDS="exiftool gtk+-dev freeimage freeimage-dev xdg-utils"
     1.9 +LICENSE="GPL3"
    1.10  SUGGESTED="exiftool ufraw printoxx"
    1.11  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.12  WEB_SITE="http://kornelix.squarespace.com/fotoxx" 
    1.13  WGET_URL="http://kornelix.squarespace.com/storage/downloads/$TARBALL"
    1.14  TAGS="image editor photo jpeg jpg bmp png gif"
    1.15  
    1.16 +DEPENDS="gtk+"
    1.17 +BUILD_DEPENDS="exiftool gtk+-dev freeimage freeimage-dev xdg-utils"
    1.18 +
    1.19  # Rules to configure and make the package.
    1.20  compile_rules()
    1.21  {
    1.22 @@ -25,8 +27,8 @@
    1.23  genpkg_rules()
    1.24  {
    1.25  	mkdir -p $fs/usr/bin $fs/usr/share/$PACKAGE
    1.26 -	cp -a $_pkg/usr/bin $fs/usr
    1.27 -	cp -a $_pkg/usr/share/$PACKAGE/icons $fs/usr/share/$PACKAGE
    1.28 +	cp -a $install/usr/bin $fs/usr
    1.29 +	cp -a $install/usr/share/$PACKAGE/icons $fs/usr/share/$PACKAGE
    1.30  	#non-standard locale path
    1.31 -	cp -a $_pkg/usr/share/$PACKAGE/locales $fs/usr/share/$PACKAGE
    1.32 +	cp -a $install/usr/share/$PACKAGE/locales $fs/usr/share/$PACKAGE
    1.33  }