wok diff xorg-libXfixes/receipt @ rev 15581

xorg-cf-files: typo
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Nov 30 11:11:23 2013 +0000 (2013-11-30)
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	Sat Nov 30 11:11:23 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.