wok-current diff xorg-libXi/receipt @ rev 6062
tazbb: preserve hotfixes in tazwok & tazpkg
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Aug 21 13:58:44 2010 +0200 (2010-08-21) |
parents | 413b0174114a |
children | 07ae722ec64e |
line diff
1.1 --- a/xorg-libXi/receipt Sun Feb 28 18:16:33 2010 +0100 1.2 +++ b/xorg-libXi/receipt Sat Aug 21 13:58:44 2010 +0200 1.3 @@ -1,10 +1,9 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="xorg-libXi" 1.7 -VERSION="1.1.3" 1.8 -#VERSION="1.2.1" 1.9 +VERSION="1.3" 1.10 CATEGORY="x-window" 1.11 -SHORT_DESC="Xorg server module." 1.12 +SHORT_DESC="Xorg library for the X Input Extension." 1.13 MAINTAINER="pankso@slitaz.org" 1.14 SOURCE="libXi" 1.15 TARBALL="$SOURCE-$VERSION.tar.gz" 1.16 @@ -18,8 +17,8 @@ 1.17 cd $src 1.18 ./configure --prefix=/usr --sysconfdir=/etc \ 1.19 --mandir=/usr/share/man --localstatedir=/var \ 1.20 - $CONFIGURE_ARGS 1.21 - make 1.22 + $CONFIGURE_ARGS && 1.23 + make && 1.24 make DESTDIR=$PWD/_pkg install 1.25 } 1.26