wok diff geany-dev/receipt @ rev 13137

Up shell-fm (0.8)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Jul 08 18:18:26 2012 +0200 (2012-07-08)
parents e2b1ff2ea7cf
children 1887934be6bf
line diff
     1.1 --- a/geany-dev/receipt	Wed Nov 02 07:02:19 2011 +0000
     1.2 +++ b/geany-dev/receipt	Sun Jul 08 18:18:26 2012 +0200
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="geany-dev"
     1.7 -VERSION="0.21"
     1.8 +VERSION="1.22"
     1.9  CATEGORY="development"
    1.10  SHORT_DESC="Geany devel files needed to build plugins."
    1.11  MAINTAINER="pankso@slitaz.org"
    1.12 @@ -12,7 +12,7 @@
    1.13  genpkg_rules()
    1.14  {
    1.15  	mkdir -p $fs/usr/lib/geany
    1.16 -	cp -a $_pkg/usr/lib/geany/*.*a $fs/usr/lib/geany
    1.17 -	cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib
    1.18 -	cp -a $_pkg/usr/include $fs/usr
    1.19 +	cp -a $install/usr/lib/geany/*.*a $fs/usr/lib/geany
    1.20 +	cp -a $install/usr/lib/pkgconfig $fs/usr/lib
    1.21 +	cp -a $install/usr/include $fs/usr
    1.22  }