wok-stable rev 5297
Up: xorg-xtrans (1.2.5)
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Sun Apr 18 23:38:11 2010 +0200 (2010-04-18) |
parents | 27eaf62b3cf6 |
children | 9853ce11bfc6 |
files | xorg-xtrans/receipt |
line diff
1.1 --- a/xorg-xtrans/receipt Sun Apr 18 23:31:42 2010 +0200 1.2 +++ b/xorg-xtrans/receipt Sun Apr 18 23:38:11 2010 +0200 1.3 @@ -1,11 +1,9 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="xorg-xtrans" 1.7 -# 7.4 1.8 -VERSION="1.2.1" 1.9 -#VERSION="1.2.3" 1.10 +VERSION="1.2.5" 1.11 CATEGORY="development" 1.12 -SHORT_DESC="Xorg server module devel package." 1.13 +SHORT_DESC="Xorg library to handle network protocol transport in a modular fashion." 1.14 MAINTAINER="pankso@slitaz.org" 1.15 DEPENDS="xorg" 1.16 SOURCE="xtrans" 1.17 @@ -19,8 +17,8 @@ 1.18 cd $src 1.19 ./configure --prefix=/usr --sysconfdir=/etc \ 1.20 --mandir=/usr/share/man --localstatedir=/var \ 1.21 - $CONFIGURE_ARGS 1.22 - make 1.23 + $CONFIGURE_ARGS && 1.24 + make && 1.25 make DESTDIR=$PWD/_pkg install 1.26 } 1.27