wok diff xorg-libfontenc/receipt @ rev 22235

updated xorg-libfontenc and xorg-libfontenc-dev (1.1.2 -> 1.1.4)
author Hans-G?nter Theisgen
date Tue Nov 12 08:49:21 2019 +0100 (2019-11-12)
parents 814c58f64f83
children 5d79829fa876
line diff
     1.1 --- a/xorg-libfontenc/receipt	Thu Aug 09 12:16:16 2018 +0200
     1.2 +++ b/xorg-libfontenc/receipt	Tue Nov 12 08:49:21 2019 +0100
     1.3 @@ -1,27 +1,29 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="xorg-libfontenc"
     1.7 -VERSION="1.1.2"
     1.8 +VERSION="1.1.4"
     1.9  CATEGORY="x-window"
    1.10 -SHORT_DESC="The fontenc Library"
    1.11 +SHORT_DESC="The fontenc Library."
    1.12  MAINTAINER="pankso@slitaz.org"
    1.13  LICENSE="other"
    1.14 +WEB_SITE="https://www.x.org/wiki/"
    1.15 +
    1.16  SOURCE="libfontenc"
    1.17  TARBALL="$SOURCE-$VERSION.tar.bz2"
    1.18 -WEB_SITE="https://www.x.org/"
    1.19  WGET_URL="$XORG_MIRROR/lib/$TARBALL"
    1.20 -HOST_ARCH="i486 arm"
    1.21  
    1.22  DEPENDS="zlib"
    1.23 -BUILD_DEPENDS="zlib-dev xorg-xproto"
    1.24 +BUILD_DEPENDS="xorg-xproto zlib-dev"
    1.25 +
    1.26 +HOST_ARCH="i486 arm"
    1.27  
    1.28  # Rules to configure and make the package.
    1.29  compile_rules()
    1.30  {
    1.31 -	./configure \
    1.32 -		--sysconfdir=/etc \
    1.33 -		--localstatedir=/var \
    1.34 -		--disable-static \
    1.35 +	./configure			\
    1.36 +		--sysconfdir=/etc	\
    1.37 +		--localstatedir=/var	\
    1.38 +		--disable-static	\
    1.39  		$CONFIGURE_ARGS &&
    1.40  	make &&
    1.41  	make install