wok diff xorg-libXss-dev/receipt @ rev 22649

updated djview (4.10.3 -> 4.10.6)
author Hans-G?nter Theisgen
date Tue Jan 14 13:39:45 2020 +0100 (2020-01-14)
parents 814c58f64f83
children
line diff
     1.1 --- a/xorg-libXss-dev/receipt	Thu Aug 09 12:16:16 2018 +0200
     1.2 +++ b/xorg-libXss-dev/receipt	Tue Jan 14 13:39:45 2020 +0100
     1.3 @@ -1,24 +1,25 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="xorg-libXss-dev"
     1.7 -VERSION="1.2.1"
     1.8 +VERSION="1.2.3"
     1.9  CATEGORY="development"
    1.10 -SHORT_DESC="Xorg screen saver module  devel files."
    1.11 +SHORT_DESC="Xorg screen saver module - development files."
    1.12  MAINTAINER="pascal.bellard@slitaz.org"
    1.13  LICENSE="MIT"
    1.14 +WEB_SITE="https://www.x.org/wiki/"
    1.15 +
    1.16 +SOURCE="libXScrnSaver"
    1.17 +DEPENDS="pkg-config xorg-libXext-dev xorg-libXss xorg-scrnsaverproto"
    1.18  WANTED="xorg-libXss"
    1.19 -SOURCE="libXScrnSaver"
    1.20 -WEB_SITE="https://www.x.org/"
    1.21 +
    1.22  HOST_ARCH="i486 arm"
    1.23  
    1.24 -DEPENDS="xorg-libXss xorg-libXext-dev xorg-scrnsaverproto pkg-config"
    1.25 -
    1.26  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.27  genpkg_rules()
    1.28  {
    1.29  	mkdir -p $fs/usr/lib
    1.30 -	
    1.31 -	cp -a $install/usr/lib/*.*a $fs/usr/lib
    1.32 -	cp -a $install/usr/lib/pkgconfig $fs/usr/lib
    1.33 -	cp -a $install/usr/include $fs/usr
    1.34 +
    1.35 +	cp -a $install/usr/lib/*.*a		$fs/usr/lib
    1.36 +	cp -a $install/usr/lib/pkgconfig	$fs/usr/lib
    1.37 +	cp -a $install/usr/include		$fs/usr
    1.38  }