wok-next rev 19830

Up cookutils, libdv, ntk-dev
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Aug 05 05:00:03 2017 +0300 (2017-08-05)
parents fb478984fbc8
children c94ecb8ba3c5
files cookutils/receipt libdv/receipt ntk-dev/receipt
line diff
     1.1 --- a/cookutils/receipt	Fri Aug 04 16:04:04 2017 +0300
     1.2 +++ b/cookutils/receipt	Sat Aug 05 05:00:03 2017 +0300
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt v2.
     1.5  
     1.6  PACKAGE="cookutils"
     1.7 -VERSION="954"
     1.8 +VERSION="956"
     1.9  CATEGORY="base-system"
    1.10  SHORT_DESC="SliTaz packages builder new generation"
    1.11  MAINTAINER="pankso@slitaz.org"
     2.1 --- a/libdv/receipt	Fri Aug 04 16:04:04 2017 +0300
     2.2 +++ b/libdv/receipt	Sat Aug 05 05:00:03 2017 +0300
     2.3 @@ -18,6 +18,8 @@
     2.4  # Rules to configure and make the package.
     2.5  compile_rules()
     2.6  {
     2.7 +	tazpkg -r popt
     2.8 +
     2.9  	# http://www.linuxfromscratch.org/blfs/view/stable/multimedia/libdv.html
    2.10  	./configure \
    2.11  		--disable-xv \
     3.1 --- a/ntk-dev/receipt	Fri Aug 04 16:04:04 2017 +0300
     3.2 +++ b/ntk-dev/receipt	Sat Aug 05 05:00:03 2017 +0300
     3.3 @@ -11,13 +11,13 @@
     3.4  
     3.5  WANTED="ntk"
     3.6  
     3.7 -DEPENDS="ntk cairo-dev"
     3.8 +DEPENDS="ntk cairo-dev xorg-libX11-dev xorg-libXft-dev"
     3.9  
    3.10  # Rules to gen a SliTaz package suitable for Tazpkg.
    3.11  genpkg_rules()
    3.12  {
    3.13  	mkdir -p $fs/usr/lib
    3.14  	cp -a $install/usr/include $fs/usr
    3.15 -	cp -a $install/usr/lib/*.*a $fs/usr/lib
    3.16 +	cp -a $install/usr/lib/*.a* $fs/usr/lib
    3.17  	cp -a $install/usr/lib/pkgconfig $fs/usr/lib
    3.18  }