wok diff mousepad/receipt @ rev 16430

svkbd: fix version
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Apr 18 10:26:47 2014 +0000 (2014-04-18)
parents 235f5983e721
children 5d53e8ccbc8d
line diff
     1.1 --- a/mousepad/receipt	Sun Apr 29 23:12:11 2012 +0200
     1.2 +++ b/mousepad/receipt	Fri Apr 18 10:26:47 2014 +0000
     1.3 @@ -5,6 +5,7 @@
     1.4  CATEGORY="x-window"
     1.5  SHORT_DESC="Xfce Text Editor"
     1.6  MAINTAINER="erjo@slitaz.org"
     1.7 +LICENSE="GPL2"
     1.8  TARBALL="$PACKAGE-$VERSION.tar.bz2"
     1.9  WEB_SITE="http://www.xfce.org/"
    1.10  WGET_URL="http://archive.xfce.org/src/apps/$PACKAGE/${VERSION%.*}/$TARBALL"
    1.11 @@ -20,7 +21,7 @@
    1.12  	./configure --prefix=/usr \
    1.13  		--enable-debug=no \
    1.14  		--mandir=/usr/share/man $CONFIGURE_ARGS && \
    1.15 -	make && make DESTDIR=$PWD/_pkg install
    1.16 +	make && make DESTDIR=$DESTDIR install
    1.17  }
    1.18  
    1.19  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.20 @@ -28,9 +29,9 @@
    1.21  {
    1.22  	mkdir -p $fs/usr/share/locale
    1.23  	
    1.24 -	cp -a $_pkg/usr/bin $fs/usr
    1.25 -	cp -a $_pkg/usr/share/locale/fr $fs/usr/share/locale
    1.26 -	cp -a $_pkg/usr/share/pixmaps $fs/usr/share
    1.27 -	cp -a $_pkg/usr/share/applications $fs/usr/share
    1.28 +	cp -a $install/usr/bin $fs/usr
    1.29 +	cp -a $install/usr/share/locale/fr $fs/usr/share/locale
    1.30 +	cp -a $install/usr/share/pixmaps $fs/usr/share
    1.31 +	cp -a $install/usr/share/applications $fs/usr/share
    1.32  }
    1.33