wok diff xorg-libXfixes/receipt @ rev 15195
Add pbzip2
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Tue Sep 03 15:12:27 2013 +0000 (2013-09-03) |
parents | 7f1586d1134b |
children | 9be2dfe2fe72 |
line diff
1.1 --- a/xorg-libXfixes/receipt Sat Jun 01 15:31:43 2013 +0200 1.2 +++ b/xorg-libXfixes/receipt Tue Sep 03 15:12:27 2013 +0000 1.3 @@ -5,12 +5,13 @@ 1.4 CATEGORY="x-window" 1.5 SHORT_DESC="X Fixes Library" 1.6 MAINTAINER="pankso@slitaz.org" 1.7 +LICENSE="other" 1.8 +WEB_SITE="http://www.x.org/" 1.9 SOURCE="libXfixes" 1.10 TARBALL="$SOURCE-$VERSION.tar.bz2" 1.11 -WEB_SITE="http://www.x.org/" 1.12 WGET_URL="$XORG_MIRROR/lib/$TARBALL" 1.13 1.14 -DEPENDS="glibc-base libxcb xorg-libX11 xorg-libXau xorg-libXdmcp" 1.15 +DEPENDS="xorg-libX11" 1.16 BUILD_DEPENDS="xorg-fixesproto xorg-libX11-dev" 1.17 1.18 # Rules to configure and make the package. 1.19 @@ -19,9 +20,10 @@ 1.20 ./configure \ 1.21 --sysconfdir=/etc \ 1.22 --localstatedir=/var \ 1.23 + --disable-static \ 1.24 $CONFIGURE_ARGS && 1.25 make && 1.26 - make DESTDIR=$DESTDIR install 1.27 + make install 1.28 } 1.29 1.30 # Rules to gen a SliTaz package suitable for Tazpkg.