wok-6.x 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 | d4421f4b7603 |
children | dcba0c034c6e |
files | libxcb-dev/receipt libxcb/receipt |
line diff
1.1 --- a/libxcb-dev/receipt Wed May 30 10:17:36 2012 +0200 1.2 +++ b/libxcb-dev/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-dev" 1.7 -VERSION="1.7" 1.8 +VERSION="1.8.1" 1.9 CATEGORY="development" 1.10 SHORT_DESC="libxcb development files" 1.11 DEPENDS="libxcb libpthread-stubs xorg-libXau-dev xorg-libXdmcp-dev"
2.1 --- a/libxcb/receipt Wed May 30 10:17:36 2012 +0200 2.2 +++ b/libxcb/receipt Wed May 30 04:44:21 2012 +0000 2.3 @@ -1,7 +1,7 @@ 2.4 # SliTaz package receipt. 2.5 2.6 PACKAGE="libxcb" 2.7 -VERSION="1.7" 2.8 +VERSION="1.8.1" 2.9 CATEGORY="x-window" 2.10 SHORT_DESC="The X protocol C-language Binding (XCB) is a replacement for \ 2.11 Xlib featuring a small footprint, latency hiding, direct access to the \ 2.12 @@ -17,18 +17,16 @@ 2.13 compile_rules() 2.14 { 2.15 cd $src 2.16 - ./configure \ 2.17 - --prefix=/usr \ 2.18 - --infodir=/usr/share/info \ 2.19 - --mandir=/usr/share/man \ 2.20 + ./autogen.sh \ 2.21 + --enable-xinput \ 2.22 $CONFIGURE_ARGS && 2.23 - make && make DESTDIR=$PWD/_pkg install 2.24 + make && make DESTDIR=$DESTDIR install 2.25 } 2.26 2.27 # Rules to gen a SliTaz package suitable for Tazpkg. 2.28 genpkg_rules() 2.29 { 2.30 - mkdir -p $fs/usr/lib 2.31 + mkdir -p $fs/usr/lib 2.32 cp -a $_pkg/usr/lib/*.so* $fs/usr/lib 2.33 } 2.34