wok-next diff xorg-xineramaproto/receipt @ rev 19742

Up alsaplayer and alsa-lib to v2.
author Christopher Rogers <slaxemulator@gmail.com>
date Mon Jun 05 19:31:24 2017 +0000 (2017-06-05)
parents 0f5446e6dc69
children f463de72afe3
line diff
     1.1 --- a/xorg-xineramaproto/receipt	Tue Mar 18 22:46:20 2014 +0100
     1.2 +++ b/xorg-xineramaproto/receipt	Mon Jun 05 19:31:24 2017 +0000
     1.3 @@ -6,11 +6,11 @@
     1.4  SHORT_DESC="Xinerama extension headers"
     1.5  MAINTAINER="pankso@slitaz.org"
     1.6  LICENSE="other"
     1.7 -WEB_SITE="http://www.x.org/"
     1.8 -SOURCE="xineramaproto"
     1.9 -TARBALL="$SOURCE-$VERSION.tar.bz2"
    1.10 +WEB_SITE="https://www.x.org/wiki/"
    1.11 +HOST_ARCH="i486 arm"
    1.12 +
    1.13 +TARBALL="xineramaproto-$VERSION.tar.bz2"
    1.14  WGET_URL="$XORG_MIRROR/proto/$TARBALL"
    1.15 -HOST_ARCH="i486 arm"
    1.16  
    1.17  DEPENDS="xorg-util-macros"
    1.18  BUILD_DEPENDS="xorg-util-macros"
    1.19 @@ -18,19 +18,11 @@
    1.20  # Rules to configure and make the package.
    1.21  compile_rules()
    1.22  {
    1.23 -	./configure \
    1.24 -		--sysconfdir=/etc \
    1.25 -		--localstatedir=/var \
    1.26 -		$CONFIGURE_ARGS &&
    1.27 -	make &&
    1.28 -	make install
    1.29 +	./configure $CONFIGURE_ARGS && make && make install
    1.30  }
    1.31  
    1.32  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.33  genpkg_rules()
    1.34  {
    1.35 -	mkdir -p $fs/usr/share/licenses
    1.36 -	cp -a $src/COPYING $fs/usr/share/licenses/$PACKAGE.txt
    1.37 -
    1.38 -	cp -a $install/* $fs
    1.39 +	cook_copy_files *.h *.pc
    1.40  }