wok rev 22212

updated xorg-libXdmcp and xorg-libXdmcp-dev (1.1.1 -> 1.1.3)
author Hans-G?nter Theisgen
date Mon Nov 11 15:45:54 2019 +0100 (2019-11-11)
parents 14933038b9c4
children fc8f436abdfe
files xorg-libXdmcp-dev/receipt xorg-libXdmcp/receipt
line diff
     1.1 --- a/xorg-libXdmcp-dev/receipt	Mon Nov 11 15:39:36 2019 +0100
     1.2 +++ b/xorg-libXdmcp-dev/receipt	Mon Nov 11 15:45:54 2019 +0100
     1.3 @@ -1,22 +1,24 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="xorg-libXdmcp-dev"
     1.7 -VERSION="1.1.1"
     1.8 +VERSION="1.1.3"
     1.9  CATEGORY="development"
    1.10 -SHORT_DESC="Development files for libXdmcp"
    1.11 +SHORT_DESC="Development files for libXdmcp."
    1.12  MAINTAINER="pankso@slitaz.org"
    1.13  LICENSE="MIT"
    1.14 -WEB_SITE="https://www.x.org/"
    1.15 +WEB_SITE="https://www.x.org/wiki/"
    1.16 +
    1.17 +DEPENDS="pkg-config xorg-libXdmcp xorg-xproto"
    1.18 +WANTED="xorg-libXdmcp"
    1.19 +
    1.20  HOST_ARCH="i486 arm"
    1.21  
    1.22 -DEPENDS="xorg-libXdmcp xorg-xproto pkg-config"
    1.23 -WANTED="xorg-libXdmcp"
    1.24 -
    1.25  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.26  genpkg_rules()
    1.27  {
    1.28  	mkdir -p $fs/usr/lib
    1.29 -	cp -a $install/usr/include $fs/usr
    1.30 -	cp -a $install/usr/lib/pkgconfig $fs/usr/lib
    1.31 -	cp -a $install/usr/lib/*.la $fs/usr/lib
    1.32 +
    1.33 +	cp -a $install/usr/include		$fs/usr
    1.34 +	cp -a $install/usr/lib/pkgconfig	$fs/usr/lib
    1.35 +	cp -a $install/usr/lib/*.la		$fs/usr/lib
    1.36  }
     2.1 --- a/xorg-libXdmcp/receipt	Mon Nov 11 15:39:36 2019 +0100
     2.2 +++ b/xorg-libXdmcp/receipt	Mon Nov 11 15:45:54 2019 +0100
     2.3 @@ -1,27 +1,29 @@
     2.4  # SliTaz package receipt.
     2.5  
     2.6  PACKAGE="xorg-libXdmcp"
     2.7 -VERSION="1.1.1"
     2.8 +VERSION="1.1.3"
     2.9  CATEGORY="x-window"
    2.10 -SHORT_DESC="X Display Manager Control Protocol library"
    2.11 +SHORT_DESC="X Display Manager Control Protocol library."
    2.12  MAINTAINER="pankso@slitaz.org"
    2.13  LICENSE="other"
    2.14 -WEB_SITE="https://www.x.org/"
    2.15 +WEB_SITE="https://www.x.org/wiki/"
    2.16 +
    2.17  SOURCE="libXdmcp"
    2.18  TARBALL="$SOURCE-$VERSION.tar.bz2"
    2.19  WGET_URL="$XORG_MIRROR/lib/$TARBALL"
    2.20 -HOST_ARCH="i486 arm"
    2.21  
    2.22  DEPENDS="glibc-base"
    2.23  BUILD_DEPENDS="xorg-xproto"
    2.24  
    2.25 +HOST_ARCH="i486 arm"
    2.26 +
    2.27  # Rules to configure and make the package.
    2.28  compile_rules()
    2.29  {
    2.30 -	./configure \
    2.31 -		--sysconfdir=/etc \
    2.32 -		--localstatedir=/var \
    2.33 -		--disable-static \
    2.34 +	./configure			\
    2.35 +		--sysconfdir=/etc	\
    2.36 +		--localstatedir=/var	\
    2.37 +		--disable-static	\
    2.38  		$CONFIGURE_ARGS &&
    2.39  	make &&
    2.40  	make install
    2.41 @@ -30,9 +32,9 @@
    2.42  # Rules to gen a SliTaz package suitable for Tazpkg.
    2.43  genpkg_rules()
    2.44  {
    2.45 -	mkdir -p \
    2.46 -		$fs/usr/share/licenses \
    2.47 -		$fs/usr/lib
    2.48 +	mkdir -p $fs/usr/share/licenses
    2.49 +	mkdir -p $fs/usr/lib
    2.50 +
    2.51  	install -m644 -oroot -groot $src/COPYING $fs/usr/share/licenses/$PACKAGE.txt
    2.52  	cp -a $install/usr/lib/*.so* $fs/usr/lib
    2.53  }