wok-6.x diff xorg-libXfixes/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 d6a16e45a244
children 7f1586d1134b
line diff
     1.1 --- a/xorg-libXfixes/receipt	Fri May 24 12:09:42 2013 +0200
     1.2 +++ b/xorg-libXfixes/receipt	Fri May 31 00:58:07 2013 +0000
     1.3 @@ -1,24 +1,24 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="xorg-libXfixes"
     1.7 -VERSION="5.0.1"
     1.8 +VERSION="5.0"
     1.9  CATEGORY="x-window"
    1.10 -SHORT_DESC="Xorg server module."
    1.11 +SHORT_DESC="X Fixes Library"
    1.12  MAINTAINER="pankso@slitaz.org"
    1.13  SOURCE="libXfixes"
    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-libX11"
    1.19 +DEPENDS="glibc-base libxcb xorg-libX11 xorg-libXau xorg-libXdmcp"
    1.20  BUILD_DEPENDS="xorg-fixesproto xorg-libX11-dev"
    1.21  
    1.22  # Rules to configure and make the package.
    1.23  compile_rules()
    1.24  {
    1.25 -	cd $src
    1.26 -	./configure --prefix=/usr --sysconfdir=/etc \
    1.27 -		--mandir=/usr/share/man --localstatedir=/var \
    1.28 +	./configure \
    1.29 +		--sysconfdir=/etc \
    1.30 +		--localstatedir=/var \
    1.31  		$CONFIGURE_ARGS &&
    1.32  	make &&
    1.33  	make DESTDIR=$DESTDIR install