wok diff xplc-dev/receipt @ rev 15579

Remove cromfs-or-squashfs; add some licenses
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Nov 30 10:06:29 2013 +0000 (2013-11-30)
parents 4bcc6ed80629
children 3af9c976b7d4
line diff
     1.1 --- a/xplc-dev/receipt	Tue Mar 16 11:31:45 2010 +0000
     1.2 +++ b/xplc-dev/receipt	Sat Nov 30 10:06:29 2013 +0000
     1.3 @@ -5,6 +5,7 @@
     1.4  CATEGORY="development"
     1.5  SHORT_DESC="xplc development files."
     1.6  MAINTAINER="jozee@slitaz.org"
     1.7 +LICENSE="LGPL2.1"
     1.8  WEB_SITE="http://xplc.sourceforge.net"
     1.9  WANTED="xplc"
    1.10  
    1.11 @@ -12,7 +13,7 @@
    1.12  genpkg_rules()
    1.13  {
    1.14  	mkdir -p $fs/usr/lib/$WANTED-$VERSION
    1.15 -	cp -a $_pkg/usr/include $fs/usr
    1.16 -	cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib
    1.17 -	cp -a $_pkg/usr/lib/$WANTED-$VERSION/*.a $fs/usr/lib/$WANTED-$VERSION/
    1.18 +	cp -a $install/usr/include $fs/usr
    1.19 +	cp -a $install/usr/lib/pkgconfig $fs/usr/lib
    1.20 +	cp -a $install/usr/lib/$WANTED-$VERSION/*.a $fs/usr/lib/$WANTED-$VERSION/
    1.21  }