wok-current diff libxcb/receipt @ rev 12932

Up: libxcb to 1.8.1.
author Christopher Rogers <slaxemulator@gmail.com>
date Wed May 30 04:44:21 2012 +0000 (2012-05-30)
parents c514cc4854d8
children ccb673f675b7
line diff
     1.1 --- a/libxcb/receipt	Wed Jan 19 19:41:12 2011 +0000
     1.2 +++ b/libxcb/receipt	Wed May 30 04:44:21 2012 +0000
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="libxcb"
     1.7 -VERSION="1.7"
     1.8 +VERSION="1.8.1"
     1.9  CATEGORY="x-window"
    1.10  SHORT_DESC="The X protocol C-language Binding (XCB) is a replacement for \
    1.11  Xlib featuring a small footprint, latency hiding, direct access to the \
    1.12 @@ -17,18 +17,16 @@
    1.13  compile_rules()
    1.14  {
    1.15  	cd $src
    1.16 -	./configure \
    1.17 -		--prefix=/usr \
    1.18 -		--infodir=/usr/share/info \
    1.19 -		--mandir=/usr/share/man \
    1.20 +	./autogen.sh \
    1.21 +		--enable-xinput \
    1.22  		$CONFIGURE_ARGS &&
    1.23 -	make && make DESTDIR=$PWD/_pkg install
    1.24 +	make && make DESTDIR=$DESTDIR install
    1.25  }
    1.26  
    1.27  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.28  genpkg_rules()
    1.29  {
    1.30 -    mkdir -p $fs/usr/lib 
    1.31 +	mkdir -p $fs/usr/lib 
    1.32  	cp -a $_pkg/usr/lib/*.so* $fs/usr/lib
    1.33  }
    1.34