wok-next diff xorg-libXinerama/receipt @ rev 19675

Update some build dependencies
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Mar 24 12:53:44 2017 +0200 (2017-03-24)
parents 1a0b3262dccf
children f463de72afe3
line diff
     1.1 --- a/xorg-libXinerama/receipt	Tue Mar 18 22:35:00 2014 +0100
     1.2 +++ b/xorg-libXinerama/receipt	Fri Mar 24 12:53:44 2017 +0200
     1.3 @@ -6,11 +6,11 @@
     1.4  SHORT_DESC="Xorg server module."
     1.5  MAINTAINER="pankso@slitaz.org"
     1.6  LICENSE="MIT"
     1.7 -SOURCE="libXinerama"
     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 +HOST_ARCH="i486 arm"
    1.12 +
    1.13 +TARBALL="libXinerama-$VERSION.tar.bz2"
    1.14  WGET_URL="$XORG_MIRROR/lib/$TARBALL"
    1.15 -HOST_ARCH="i486 arm"
    1.16  
    1.17  DEPENDS="xorg-libXext"
    1.18  BUILD_DEPENDS="xorg-libXext-dev xorg-xineramaproto"
    1.19 @@ -18,7 +18,6 @@
    1.20  # Rules to configure and make the package.
    1.21  compile_rules()
    1.22  {
    1.23 -	cd $src
    1.24  	./configure \
    1.25  		--prefix=/usr \
    1.26  		--sysconfdir=/etc \
    1.27 @@ -30,6 +29,5 @@
    1.28  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.29  genpkg_rules()
    1.30  {
    1.31 -	mkdir -p $fs/usr/lib
    1.32 -	cp -a $install/usr/lib/*.so* $fs/usr/lib
    1.33 +	cook_copy_files *.so*
    1.34  }