wok diff geany-dev/receipt @ rev 13847

frogatto: try to fix build (Boost 1.47 removed a deprecated function...) btw, we use boost 1.50
author Aleksej Bobylev <al.bobylev@gmail.com>
date Wed Jan 09 01:13:47 2013 +0000 (2013-01-09)
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	Wed Jan 09 01:13:47 2013 +0000
     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  }