wok diff xorg-libXcursor/receipt @ rev 14996

Add LGPL2.1 licenses
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Aug 10 11:00:21 2013 +0000 (2013-08-10)
parents 7f1586d1134b
children f20bb2aafa21
line diff
     1.1 --- a/xorg-libXcursor/receipt	Sat Jun 01 15:31:43 2013 +0200
     1.2 +++ b/xorg-libXcursor/receipt	Sat Aug 10 11:00:21 2013 +0000
     1.3 @@ -5,13 +5,13 @@
     1.4  CATEGORY="x-window"
     1.5  SHORT_DESC="X Cursor Library"
     1.6  MAINTAINER="pankso@slitaz.org"
     1.7 +LICENSE="other"
     1.8  SOURCE="libXcursor"
     1.9  TARBALL="$SOURCE-$VERSION.tar.bz2"
    1.10  WEB_SITE="http://www.x.org/"
    1.11  WGET_URL="$XORG_MIRROR/lib/$TARBALL"
    1.12  
    1.13 -DEPENDS="glibc-base libxcb xorg-libX11 xorg-libXau xorg-libXdmcp \
    1.14 -xorg-libXfixes xorg-libXrender"
    1.15 +DEPENDS="xorg-libXfixes xorg-libXrender"
    1.16  BUILD_DEPENDS="xorg-libXrender-dev xorg-libXfixes-dev"
    1.17  
    1.18  # Rules to configure and make the package.
    1.19 @@ -20,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.