wok diff hubbub-dev/receipt @ rev 15600

Add some licenses
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Dec 05 15:25:09 2013 +0000 (2013-12-05)
parents 8ed62ecac0c7
children 7c6a33e4a8da
line diff
     1.1 --- a/hubbub-dev/receipt	Thu Dec 05 11:43:50 2013 +0000
     1.2 +++ b/hubbub-dev/receipt	Thu Dec 05 15:25:09 2013 +0000
     1.3 @@ -5,6 +5,7 @@
     1.4  CATEGORY="development"
     1.5  SHORT_DESC="Hubbub HTML parser devel files."
     1.6  MAINTAINER="pankso@slitaz.org"
     1.7 +LICENSE="MIT"
     1.8  WANTED="hubbub"
     1.9  WEB_SITE="http://www.netsurf-browser.org/projects/hubbub/"
    1.10  
    1.11 @@ -14,7 +15,7 @@
    1.12  genpkg_rules()
    1.13  {
    1.14  	mkdir -p $fs/usr/lib
    1.15 -	cp -a $_pkg/usr/include $fs/usr
    1.16 -	cp -a $_pkg/usr/lib/*.*a $fs/usr/lib
    1.17 -	cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib
    1.18 +	cp -a $install/usr/include $fs/usr
    1.19 +	cp -a $install/usr/lib/*.*a $fs/usr/lib
    1.20 +	cp -a $install/usr/lib/pkgconfig $fs/usr/lib
    1.21  }