wok rev 22195

updated xorg-libFS and xorg-libFS-dev (1.0.5 -> 1.0.8)
author Hans-G?nter Theisgen
date Mon Nov 11 10:04:30 2019 +0100 (2019-11-11)
parents 1c272b6e73c7
children 50d11c0bce96
files xorg-libFS-dev/receipt xorg-libFS/receipt
line diff
     1.1 --- a/xorg-libFS-dev/receipt	Mon Nov 11 09:53:32 2019 +0100
     1.2 +++ b/xorg-libFS-dev/receipt	Mon Nov 11 10:04:30 2019 +0100
     1.3 @@ -1,25 +1,24 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="xorg-libFS-dev"
     1.7 -VERSION="1.0.5"
     1.8 +VERSION="1.0.8"
     1.9  CATEGORY="development"
    1.10 -SHORT_DESC="Development files for libFS"
    1.11 +SHORT_DESC="Development files for libFS."
    1.12  MAINTAINER="pascal.bellard@slitaz.org"
    1.13  LICENSE="other"
    1.14 -WEB_SITE="https://www.x.org/"
    1.15 +WEB_SITE="https://www.x.org/wiki/"
    1.16  
    1.17  WANTED="xorg-libFS"
    1.18 -DEPENDS="xorg-libFS xorg-fontsproto pkg-config"
    1.19 +DEPENDS="pkg-config xorg-fontsproto xorg-libFS"
    1.20  
    1.21  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.22  genpkg_rules()
    1.23  {
    1.24 -	mkdir -p \
    1.25 -		$fs/usr/share/licenses \
    1.26 -		$fs/usr/lib
    1.27 -	cp -a $src/COPYING $fs/usr/share/licenses/${PACKAGE%-dev}.txt
    1.28 +	mkdir -p $fs/usr/share/licenses
    1.29 +	mkdir -p $fs/usr/lib
    1.30  
    1.31 -	cp -a $install/usr/include $fs/usr
    1.32 +	cp -a $src/COPYING		$fs/usr/share/licenses/${PACKAGE%-dev}.txt
    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 +	cp -a $install/usr/lib/*.la	$fs/usr/lib
    1.37  }
     2.1 --- a/xorg-libFS/receipt	Mon Nov 11 09:53:32 2019 +0100
     2.2 +++ b/xorg-libFS/receipt	Mon Nov 11 10:04:30 2019 +0100
     2.3 @@ -1,26 +1,27 @@
     2.4  # SliTaz package receipt.
     2.5  
     2.6  PACKAGE="xorg-libFS"
     2.7 -VERSION="1.0.5"
     2.8 +VERSION="1.0.8"
     2.9  CATEGORY="x-window"
    2.10 -SHORT_DESC="Library Interface to the X Font Server"
    2.11 +SHORT_DESC="Library Interface to the X Font Server."
    2.12  MAINTAINER="pascal.bellard@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="libFS"
    2.18  TARBALL="$SOURCE-$VERSION.tar.bz2"
    2.19  WGET_URL="$XORG_MIRROR/lib/$TARBALL"
    2.20  
    2.21  DEPENDS="glibc-base"
    2.22 -BUILD_DEPENDS="xorg-util-macros xorg-xproto xorg-fontsproto xorg-xtrans"
    2.23 +BUILD_DEPENDS="xorg-fontsproto xorg-util-macros xorg-xproto xorg-xtrans"
    2.24  
    2.25  # Rules to configure and make the package.
    2.26  compile_rules()
    2.27  {
    2.28 -	./configure \
    2.29 -		--sysconfdir=/etc \
    2.30 -		--localstatedir=/var \
    2.31 -		--disable-static \
    2.32 +	./configure			\
    2.33 +		--sysconfdir=/etc	\
    2.34 +		--localstatedir=/var	\
    2.35 +		--disable-static	\
    2.36  		$CONFIGURE_ARGS &&
    2.37  	make &&
    2.38  	make install