wok-current diff xorg-xtrans/receipt @ rev 6482
Up: json-glib, json-glib-dev to 0.11.2.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Thu Sep 30 03:29:39 2010 +0000 (2010-09-30) |
parents | 8192b7f227da |
children | 07ae722ec64e |
line diff
1.1 --- a/xorg-xtrans/receipt Mon May 11 22:37:08 2009 +0200 1.2 +++ b/xorg-xtrans/receipt Thu Sep 30 03:29:39 2010 +0000 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