wok diff xorg-libXrandr-dev/receipt @ rev 23824

Up openssh (8.3p1)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu May 28 13:18:28 2020 +0000 (2020-05-28)
parents 814c58f64f83
children
line diff
     1.1 --- a/xorg-libXrandr-dev/receipt	Thu Aug 09 12:16:16 2018 +0200
     1.2 +++ b/xorg-libXrandr-dev/receipt	Thu May 28 13:18:28 2020 +0000
     1.3 @@ -1,24 +1,26 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="xorg-libXrandr-dev"
     1.7 -VERSION="1.4.1"
     1.8 +VERSION="1.5.2"
     1.9  CATEGORY="development"
    1.10 -SHORT_DESC="Xorg module devel files."
    1.11 +SHORT_DESC="Xorg module - development files."
    1.12  MAINTAINER="pankso@slitaz.org"
    1.13  LICENSE="MIT"
    1.14 +WEB_SITE="https://www.x.org/wiki/"
    1.15 +
    1.16 +SOURCE="libXrandr"
    1.17 +DEPENDS="pkg-config xorg-libXext-dev xorg-libXrandr xorg-libXrender-dev \
    1.18 +	xorg-randrproto"
    1.19  WANTED="xorg-libXrandr"
    1.20 -SOURCE="libXrandr"
    1.21 -WEB_SITE="https://www.x.org/"
    1.22 +
    1.23  HOST_ARCH="i486 arm"
    1.24  
    1.25 -DEPENDS="xorg-libXrandr pkg-config xorg-libXext-dev xorg-libXrender-dev \
    1.26 -xorg-randrproto"
    1.27 -
    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/*.*a* $fs/usr/lib
    1.33 -	cp -a $install/usr/lib/pkgconfig $fs/usr/lib
    1.34 -	cp -a $install/usr/include $fs/usr
    1.35 +
    1.36 +	cp -a $install/usr/lib/*.*a*		$fs/usr/lib
    1.37 +	cp -a $install/usr/lib/pkgconfig	$fs/usr/lib
    1.38 +	cp -a $install/usr/include		$fs/usr
    1.39  }