wok-next diff xorg-libXcursor/receipt @ rev 14604

Xorg marathon. Day 1. (Carefully check versions, (build-)depends, pretty-print receipts)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri May 31 00:58:07 2013 +0000 (2013-05-31)
parents 211d628c400a
children 7f1586d1134b
line diff
     1.1 --- a/xorg-libXcursor/receipt	Fri May 24 12:13:58 2013 +0200
     1.2 +++ b/xorg-libXcursor/receipt	Fri May 31 00:58:07 2013 +0000
     1.3 @@ -1,24 +1,25 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="xorg-libXcursor"
     1.7 -VERSION="1.1.14"
     1.8 +VERSION="1.1.13"
     1.9  CATEGORY="x-window"
    1.10 -SHORT_DESC="X cursors library."
    1.11 +SHORT_DESC="X Cursor Library"
    1.12  MAINTAINER="pankso@slitaz.org"
    1.13  SOURCE="libXcursor"
    1.14  TARBALL="$SOURCE-$VERSION.tar.bz2"
    1.15  WEB_SITE="http://www.x.org/"
    1.16  WGET_URL="$XORG_MIRROR/lib/$TARBALL"
    1.17  
    1.18 -DEPENDS="xorg-libXrender xorg-libXfixes"
    1.19 +DEPENDS="glibc-base libxcb xorg-libX11 xorg-libXau xorg-libXdmcp \
    1.20 +xorg-libXfixes xorg-libXrender"
    1.21  BUILD_DEPENDS="xorg-libXrender-dev xorg-libXfixes-dev"
    1.22  
    1.23  # Rules to configure and make the package.
    1.24  compile_rules()
    1.25  {
    1.26 -	cd $src
    1.27 -	./configure --prefix=/usr --sysconfdir=/etc \
    1.28 -		--mandir=/usr/share/man --localstatedir=/var \
    1.29 +	./configure \
    1.30 +		--sysconfdir=/etc \
    1.31 +		--localstatedir=/var \
    1.32  		$CONFIGURE_ARGS &&
    1.33  	make &&
    1.34  	make DESTDIR=$DESTDIR install