wok-4.x diff xorg-libXdamage/receipt @ rev 3012
Up: Xorg libs to 7.4
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Mon May 11 22:29:33 2009 +0200 (2009-05-11) |
parents | da39ce2eb72c |
children | 4e2c860ebeee |
line diff
1.1 --- a/xorg-libXdamage/receipt Wed Jan 02 22:24:15 2008 +0100 1.2 +++ b/xorg-libXdamage/receipt Mon May 11 22:29:33 2009 +0200 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="xorg-libXdamage" 1.7 -VERSION="1.0.4" 1.8 +VERSION="1.1.1" 1.9 CATEGORY="x-window" 1.10 SHORT_DESC="Xorg damage extension." 1.11 MAINTAINER="pankso@slitaz.org" 1.12 @@ -14,12 +14,13 @@ 1.13 # Rules to configure and make the package. 1.14 compile_rules() 1.15 { 1.16 - cd $src 1.17 - ./configure --prefix=/usr --sysconfdir=/etc \ 1.18 - --mandir=/usr/share/man --localstatedir=/var \ 1.19 - $CONFIGURE_ARGS 1.20 - make 1.21 - make DESTDIR=$PWD/_pkg install 1.22 + cd $src 1.23 + ./configure \ 1.24 + --prefix=/usr --sysconfdir=/etc \ 1.25 + --mandir=/usr/share/man --localstatedir=/var \ 1.26 + $CONFIGURE_ARGS 1.27 + make 1.28 + make DESTDIR=$PWD/_pkg install 1.29 } 1.30 1.31 # Rules to gen a SliTaz package suitable for Tazpkg.