wok-current diff xorg-libXfixes/receipt @ rev 14570
Up xorg-libXext (1.3.2), xorg-libXfixes (5.0.1)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri May 24 12:09:42 2013 +0200 (2013-05-24) |
parents | fcb3a613b4f6 |
children | a09e9d64e4c9 |
line diff
1.1 --- a/xorg-libXfixes/receipt Tue Apr 12 11:17:31 2011 +0000 1.2 +++ b/xorg-libXfixes/receipt Fri May 24 12:09:42 2013 +0200 1.3 @@ -1,31 +1,32 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="xorg-libXfixes" 1.7 -VERSION="5.0" 1.8 +VERSION="5.0.1" 1.9 CATEGORY="x-window" 1.10 SHORT_DESC="Xorg server module." 1.11 MAINTAINER="pankso@slitaz.org" 1.12 SOURCE="libXfixes" 1.13 TARBALL="$SOURCE-$VERSION.tar.bz2" 1.14 +WEB_SITE="http://www.x.org/" 1.15 +WGET_URL="$XORG_MIRROR/lib/$TARBALL" 1.16 + 1.17 DEPENDS="xorg-libX11" 1.18 BUILD_DEPENDS="xorg-fixesproto xorg-libX11-dev" 1.19 -WEB_SITE="http://www.x.org/" 1.20 -WGET_URL="$XORG_MIRROR/lib/$TARBALL" 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_ARGS && 1.29 - make && 1.30 - make DESTDIR=$PWD/_pkg install 1.31 + cd $src 1.32 + ./configure --prefix=/usr --sysconfdir=/etc \ 1.33 + --mandir=/usr/share/man --localstatedir=/var \ 1.34 + $CONFIGURE_ARGS && 1.35 + make && 1.36 + make DESTDIR=$DESTDIR install 1.37 } 1.38 1.39 # Rules to gen a SliTaz package suitable for Tazpkg. 1.40 genpkg_rules() 1.41 { 1.42 mkdir -p $fs/usr/lib 1.43 - cp -a $_pkg/usr/lib/*.so* $fs/usr/lib 1.44 + cp -a $install/usr/lib/*.so* $fs/usr/lib 1.45 }