wok-next diff xorg-libXdamage-dev/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 0a06345642c3
children f463de72afe3
line diff
     1.1 --- a/xorg-libXdamage-dev/receipt	Sun Mar 23 22:52:11 2014 +0100
     1.2 +++ b/xorg-libXdamage-dev/receipt	Mon Jun 05 19:31:24 2017 +0000
     1.3 @@ -6,7 +6,7 @@
     1.4  SHORT_DESC="Development files for libXdamage"
     1.5  MAINTAINER="pankso@slitaz.org"
     1.6  LICENSE="other"
     1.7 -WEB_SITE="http://www.x.org/"
     1.8 +WEB_SITE="https://www.x.org/wiki/"
     1.9  HOST_ARCH="i486 arm"
    1.10  
    1.11  WANTED="xorg-libXdamage"
    1.12 @@ -15,12 +15,5 @@
    1.13  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.14  genpkg_rules()
    1.15  {
    1.16 -	mkdir -p \
    1.17 -		$fs/usr/share/licenses \
    1.18 -		$fs/usr/lib
    1.19 -	cp -a $src/COPYING $fs/usr/share/licenses/${PACKAGE%-dev}.txt
    1.20 -
    1.21 -	cp -a $install/usr/include $fs/usr
    1.22 -	cp -a $install/usr/lib/pkgconfig $fs/usr/lib
    1.23 -	cp -a $install/usr/lib/*.la $fs/usr/lib
    1.24 +	cook_copy_files *.h *.la *.pc
    1.25  }