wok diff xorg-libXrender/receipt @ rev 14714

lib[a-n]*: add LICENSE
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Jun 11 10:41:23 2013 +0200 (2013-06-11)
parents 347dd368a084
children 87ed2f0de883
line diff
     1.1 --- a/xorg-libXrender/receipt	Fri May 24 12:00:25 2013 +0200
     1.2 +++ b/xorg-libXrender/receipt	Tue Jun 11 10:41:23 2013 +0200
     1.3 @@ -1,10 +1,11 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="xorg-libXrender"
     1.7 -VERSION="0.9.8"
     1.8 +VERSION="0.9.7"
     1.9  CATEGORY="x-window"
    1.10 -SHORT_DESC="Xorg RENDER extensions library."
    1.11 +SHORT_DESC="X Render Library"
    1.12  MAINTAINER="pankso@slitaz.org"
    1.13 +LICENSE="other"
    1.14  SOURCE="libXrender"
    1.15  TARBALL="$SOURCE-$VERSION.tar.bz2"
    1.16  WEB_SITE="http://www.x.org/"
    1.17 @@ -16,13 +17,13 @@
    1.18  # Rules to configure and make the package.
    1.19  compile_rules()
    1.20  {
    1.21 -	cd $src
    1.22  	./configure \
    1.23  		--sysconfdir=/etc \
    1.24 -		--mandir=/usr/share/man \
    1.25  		--localstatedir=/var \
    1.26 +		--disable-static \
    1.27  		$CONFIGURE_ARGS &&
    1.28 -	make && make install
    1.29 +	make &&
    1.30 +	make install
    1.31  }
    1.32  
    1.33  # Rules to gen a SliTaz package suitable for Tazpkg.