wok-next diff libgtkhtml-dev/receipt @ rev 15527

busybox-root: fix root=device|UUID|LABEL cmdline
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Nov 21 11:34:23 2013 +0000 (2013-11-21)
parents 6039547b0d89
children 8ed62ecac0c7
line diff
     1.1 --- a/libgtkhtml-dev/receipt	Thu Nov 04 21:31:35 2010 +0000
     1.2 +++ b/libgtkhtml-dev/receipt	Thu Nov 21 11:34:23 2013 +0000
     1.3 @@ -6,14 +6,16 @@
     1.4  SHORT_DESC="libgtkhtml devel files."
     1.5  WEB_SITE="http://freshmeat.net/projects/libgtkhtml/"
     1.6  MAINTAINER="rcx@zoominternet.net"
     1.7 +LICENSE="LGPL2"
     1.8 +WANTED="libgtkhtml"
     1.9 +
    1.10  DEPENDS="libgtkhtml"
    1.11 -WANTED="libgtkhtml"
    1.12  
    1.13  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.14  genpkg_rules()
    1.15  {
    1.16  	mkdir -p $fs/usr/lib
    1.17 -	cp -a $_pkg/usr/lib/*.*a $fs/usr/lib
    1.18 -	cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib
    1.19 -	cp -a $_pkg/usr/include $fs/usr
    1.20 +	cp -a $install/usr/lib/*.*a $fs/usr/lib
    1.21 +	cp -a $install/usr/lib/pkgconfig $fs/usr/lib
    1.22 +	cp -a $install/usr/include $fs/usr
    1.23  }