wok diff xorg-xclock/receipt @ rev 22802

freetype: add freetype-config
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Jan 28 09:23:39 2020 +0100 (2020-01-28)
parents 814c58f64f83
children 5d79829fa876
line diff
     1.1 --- a/xorg-xclock/receipt	Thu Aug 09 12:16:16 2018 +0200
     1.2 +++ b/xorg-xclock/receipt	Tue Jan 28 09:23:39 2020 +0100
     1.3 @@ -1,27 +1,30 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="xorg-xclock"
     1.7 -VERSION="1.0.6"
     1.8 +VERSION="1.0.9"
     1.9  CATEGORY="x-window"
    1.10  SHORT_DESC="Simple clock for X."
    1.11  MAINTAINER="pankso@slitaz.org"
    1.12  LICENSE="MIT"
    1.13 +WEB_SITE="https://www.x.org/wiki/"
    1.14 +
    1.15  SOURCE="xclock"
    1.16  TARBALL="$SOURCE-$VERSION.tar.bz2"
    1.17 -WEB_SITE="https://www.x.org/"
    1.18  WGET_URL="$XORG_MIRROR/app/$TARBALL"
    1.19 +
    1.20 +DEPENDS="xorg-libXaw xorg-libXft xorg-libxkbfile xorg-libXmu zlib"
    1.21 +BUILD_DEPENDS="xorg-libXaw-dev xorg-libXft-dev xorg-libXmu-dev"
    1.22 +
    1.23  HOST_ARCH="i486 arm"
    1.24  
    1.25 -DEPENDS="xorg-libxkbfile xorg-libXft xorg-libXmu xorg-libXaw zlib"
    1.26 -BUILD_DEPENDS="xorg-libXft-dev xorg-libXmu-dev xorg-libXaw-dev"
    1.27 -
    1.28  # Rules to configure and make the package.
    1.29  compile_rules()
    1.30  {
    1.31 -	./configure \
    1.32 -		--mandir=/usr/share/man \
    1.33 +	./configure			\
    1.34 +		--mandir=/usr/share/man	\
    1.35  		$CONFIGURE_ARGS &&
    1.36 -	make && make install
    1.37 +	make &&
    1.38 +	make install
    1.39  }
    1.40  
    1.41  # Rules to gen a SliTaz package suitable for Tazpkg.