wok-next diff xorg-libXau/receipt @ rev 14609

Up: python to 2.7.5.
author Christopher Rogers <slaxemulator@gmail.com>
date Fri May 31 20:37:08 2013 +0000 (2013-05-31)
parents acc4fd73960f
children 919b102812ab
line diff
     1.1 --- a/xorg-libXau/receipt	Tue Apr 24 23:28:40 2012 +0200
     1.2 +++ b/xorg-libXau/receipt	Fri May 31 20:37:08 2013 +0000
     1.3 @@ -3,29 +3,34 @@
     1.4  PACKAGE="xorg-libXau"
     1.5  VERSION="1.0.7"
     1.6  CATEGORY="x-window"
     1.7 -SHORT_DESC="Xorg authorization routines."
     1.8 +SHORT_DESC="X authorization file management libary"
     1.9  MAINTAINER="pankso@slitaz.org"
    1.10 -SOURCE="libXau"
    1.11 -TARBALL="$SOURCE-$VERSION.tar.bz2"
    1.12 -BUILD_DEPENDS="pkg-config xorg-xproto"
    1.13 +LICENSE="other"
    1.14  WEB_SITE="http://www.x.org/"
    1.15 +TARBALL="${PACKAGE#xorg-}-$VERSION.tar.bz2"
    1.16  WGET_URL="$XORG_MIRROR/lib/$TARBALL"
    1.17  
    1.18 +DEPENDS="glibc-base"
    1.19 +BUILD_DEPENDS="xorg-xproto"
    1.20 +
    1.21  # Rules to configure and make the package.
    1.22  compile_rules()
    1.23  {
    1.24 -	cd $src
    1.25  	./configure \
    1.26  		--sysconfdir=/etc \
    1.27 -		--mandir=/usr/share/man \
    1.28  		--localstatedir=/var \
    1.29 +		--disable-static \
    1.30  		$CONFIGURE_ARGS &&
    1.31 -	make && make install
    1.32 +	make &&
    1.33 +	make install
    1.34  }
    1.35  
    1.36  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.37  genpkg_rules()
    1.38  {
    1.39 -	mkdir -p $fs/usr/lib
    1.40 +	mkdir -p \
    1.41 +		$fs/usr/share/licenses \
    1.42 +		$fs/usr/lib
    1.43 +	cp -a $src/COPYING $fs/usr/share/licenses/$PACKAGE.txt
    1.44  	cp -a $install/usr/lib/*.so* $fs/usr/lib
    1.45  }