wok diff osip-dev/receipt @ rev 15367

Add wimlib
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Oct 12 12:04:33 2013 +0000 (2013-10-12)
parents e3212c0ae480
children 47e1df965953
line diff
     1.1 --- a/osip-dev/receipt	Sun Apr 29 17:43:04 2012 +0200
     1.2 +++ b/osip-dev/receipt	Sat Oct 12 12:04:33 2013 +0000
     1.3 @@ -5,6 +5,7 @@
     1.4  CATEGORY="development"
     1.5  SHORT_DESC="SIP library development files."
     1.6  MAINTAINER="pascal.bellard@slitaz.org"
     1.7 +LICENSE="LGPL"
     1.8  WEB_SITE="http://www.gnu.org/software/osip/osip.html"
     1.9  WANTED="osip"
    1.10  SOURCE="libosip2"
    1.11 @@ -13,7 +14,7 @@
    1.12  genpkg_rules()
    1.13  {
    1.14  	mkdir -p $fs/usr
    1.15 -	cp -a $_pkg/usr/include $fs/usr
    1.16 -	cp -a $_pkg/usr/lib $fs/usr
    1.17 +	cp -a $install/usr/include $fs/usr
    1.18 +	cp -a $install/usr/lib $fs/usr
    1.19  	rm -f $fs/usr/lib/*.so*
    1.20  }