wok-next diff xorg-libXxf86dga/receipt @ rev 19714

Up cookutils (901)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri May 12 16:19:41 2017 +0300 (2017-05-12)
parents eb8067417980
children f463de72afe3
line diff
     1.1 --- a/xorg-libXxf86dga/receipt	Sat Nov 30 10:06:29 2013 +0000
     1.2 +++ b/xorg-libXxf86dga/receipt	Fri May 12 16:19:41 2017 +0300
     1.3 @@ -6,9 +6,9 @@
     1.4  SHORT_DESC="Xorg server module."
     1.5  MAINTAINER="pascal.bellard@slitaz.org"
     1.6  LICENSE="MIT"
     1.7 -SOURCE="libXxf86dga"
     1.8 -TARBALL="$SOURCE-$VERSION.tar.bz2"
     1.9 -WEB_SITE="http://www.x.org/"
    1.10 +WEB_SITE="https://www.x.org/wiki"
    1.11 +
    1.12 +TARBALL="libXxf86dga-$VERSION.tar.bz2"
    1.13  WGET_URL="$XORG_MIRROR/lib/$TARBALL"
    1.14  
    1.15  DEPENDS=""
    1.16 @@ -19,11 +19,10 @@
    1.17  # Rules to configure and make the package.
    1.18  compile_rules()
    1.19  {
    1.20 -	cd $src
    1.21  	./configure \
    1.22  		--sysconfdir=/etc \
    1.23 -		--mandir=/usr/share/man \
    1.24  		--localstatedir=/var \
    1.25 +		--disable-static \
    1.26  		$CONFIGURE_ARGS &&
    1.27  	make && make install
    1.28  }
    1.29 @@ -31,6 +30,5 @@
    1.30  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.31  genpkg_rules()
    1.32  {
    1.33 -	mkdir -p $fs/usr/lib
    1.34 -	cp -a $install/usr/lib/*.so* $fs/usr/lib
    1.35 +	cook_copy_files *.so*
    1.36  }