# HG changeset patch # User Christophe Lincoln # Date 1271626691 -7200 # Node ID 19e052de5b10c6b36d52e16d0f41ce0bd1f2fab0 # Parent 27eaf62b3cf6c930a5febcf49bf0c86f73d5a2d8 Up: xorg-xtrans (1.2.5) diff -r 27eaf62b3cf6 -r 19e052de5b10 xorg-xtrans/receipt --- a/xorg-xtrans/receipt Sun Apr 18 23:31:42 2010 +0200 +++ b/xorg-xtrans/receipt Sun Apr 18 23:38:11 2010 +0200 @@ -1,11 +1,9 @@ # SliTaz package receipt. PACKAGE="xorg-xtrans" -# 7.4 -VERSION="1.2.1" -#VERSION="1.2.3" +VERSION="1.2.5" CATEGORY="development" -SHORT_DESC="Xorg server module devel package." +SHORT_DESC="Xorg library to handle network protocol transport in a modular fashion." MAINTAINER="pankso@slitaz.org" DEPENDS="xorg" SOURCE="xtrans" @@ -19,8 +17,8 @@ cd $src ./configure --prefix=/usr --sysconfdir=/etc \ --mandir=/usr/share/man --localstatedir=/var \ - $CONFIGURE_ARGS - make + $CONFIGURE_ARGS && + make && make DESTDIR=$PWD/_pkg install }