wok diff libsexy-dev/receipt @ rev 14718

lib[s-z]*: add LICENSE
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Jun 11 11:57:36 2013 +0200 (2013-06-11)
parents 134b69cc28a2
children 76b72f1ad63c
line diff
     1.1 --- a/libsexy-dev/receipt	Fri Jun 06 17:47:26 2008 +0200
     1.2 +++ b/libsexy-dev/receipt	Tue Jun 11 11:57:36 2013 +0200
     1.3 @@ -6,13 +6,14 @@
     1.4  SHORT_DESC="Sexy widgests for GTK+ devel files."
     1.5  WANTED="libsexy"
     1.6  MAINTAINER="pankso@slitaz.org"
     1.7 +LICENSE="GPL2"
     1.8  WEB_SITE="http://www.chipx86.com/wiki/Libsexy"
     1.9  
    1.10  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.11  genpkg_rules()
    1.12  {
    1.13  	mkdir -p $fs/usr/lib
    1.14 -	cp -a $_pkg/usr/include $fs/usr
    1.15 -	cp -a $_pkg/usr/lib/*.*a $fs/usr/lib
    1.16 -	cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib
    1.17 +	cp -a $install/usr/include $fs/usr
    1.18 +	cp -a $install/usr/lib/*.*a $fs/usr/lib
    1.19 +	cp -a $install/usr/lib/pkgconfig $fs/usr/lib
    1.20  }