wok diff xorg-libFS/receipt @ rev 22805

updated gawk (4.2.1 -> 5.0.1)
author Hans-G?nter Theisgen
date Tue Jan 28 10:03:39 2020 +0100 (2020-01-28)
parents 814c58f64f83
children 5d79829fa876
line diff
     1.1 --- a/xorg-libFS/receipt	Thu Aug 09 12:16:16 2018 +0200
     1.2 +++ b/xorg-libFS/receipt	Tue Jan 28 10:03:39 2020 +0100
     1.3 @@ -1,26 +1,27 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="xorg-libFS"
     1.7 -VERSION="1.0.5"
     1.8 +VERSION="1.0.8"
     1.9  CATEGORY="x-window"
    1.10 -SHORT_DESC="Library Interface to the X Font Server"
    1.11 +SHORT_DESC="Library Interface to the X Font Server."
    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  SOURCE="libFS"
    1.18  TARBALL="$SOURCE-$VERSION.tar.bz2"
    1.19  WGET_URL="$XORG_MIRROR/lib/$TARBALL"
    1.20  
    1.21  DEPENDS="glibc-base"
    1.22 -BUILD_DEPENDS="xorg-util-macros xorg-xproto xorg-fontsproto xorg-xtrans"
    1.23 +BUILD_DEPENDS="xorg-fontsproto xorg-util-macros xorg-xproto xorg-xtrans"
    1.24  
    1.25  # Rules to configure and make the package.
    1.26  compile_rules()
    1.27  {
    1.28 -	./configure \
    1.29 -		--sysconfdir=/etc \
    1.30 -		--localstatedir=/var \
    1.31 -		--disable-static \
    1.32 +	./configure			\
    1.33 +		--sysconfdir=/etc	\
    1.34 +		--localstatedir=/var	\
    1.35 +		--disable-static	\
    1.36  		$CONFIGURE_ARGS &&
    1.37  	make &&
    1.38  	make install