wok diff xorg-libdmx/receipt @ rev 22760

updated findutils (4.6.0 -> 4.7.0)
author Hans-G?nter Theisgen
date Fri Jan 24 17:10:12 2020 +0100 (2020-01-24)
parents 814c58f64f83
children 5d79829fa876
line diff
     1.1 --- a/xorg-libdmx/receipt	Thu Aug 09 12:16:16 2018 +0200
     1.2 +++ b/xorg-libdmx/receipt	Fri Jan 24 17:10:12 2020 +0100
     1.3 @@ -1,14 +1,15 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="xorg-libdmx"
     1.7 -VERSION="1.1.3"
     1.8 +VERSION="1.1.4"
     1.9  CATEGORY="x-window"
    1.10  SHORT_DESC="Xorg DMX library."
    1.11  MAINTAINER="pankso@slitaz.org"
    1.12  LICENSE="MIT"
    1.13 +WEB_SITE="https://www.x.org/wiki/"
    1.14 +
    1.15  SOURCE="libdmx"
    1.16  TARBALL="$SOURCE-$VERSION.tar.bz2"
    1.17 -WEB_SITE="https://www.x.org/"
    1.18  WGET_URL="$XORG_MIRROR/lib/$TARBALL"
    1.19  
    1.20  DEPENDS=""
    1.21 @@ -17,13 +18,13 @@
    1.22  # Rules to configure and make the package.
    1.23  compile_rules()
    1.24  {
    1.25 -	cd $src
    1.26 -	./configure \
    1.27 -		--sysconfdir=/etc \
    1.28 -		--mandir=/usr/share/man \
    1.29 -		--localstatedir=/var \
    1.30 +	./configure			\
    1.31 +		--sysconfdir=/etc	\
    1.32 +		--mandir=/usr/share/man	\
    1.33 +		--localstatedir=/var	\
    1.34  		$CONFIGURE_ARGS &&
    1.35 -	make && make install
    1.36 +	make &&
    1.37 +	make install
    1.38  }
    1.39  
    1.40  # Rules to gen a SliTaz package suitable for Tazpkg.