[arch-commits] CVS update of arch/build/x11-libs/libxtst (PKGBUILD)

Alexander Baldeck alexander at archlinux.org
Wed Jun 27 09:47:56 UTC 2007


    Date: Wednesday, June 27, 2007 @ 05:47:56
  Author: alexander
    Path: /home/cvs-arch/arch/build/x11-libs/libxtst

Modified: PKGBUILD (1.3 -> 1.4)

upgpkg: libxtst 1.0.2


----------+
 PKGBUILD |   18 ++++++++----------
 1 file changed, 8 insertions(+), 10 deletions(-)


Index: arch/build/x11-libs/libxtst/PKGBUILD
diff -u arch/build/x11-libs/libxtst/PKGBUILD:1.3 arch/build/x11-libs/libxtst/PKGBUILD:1.4
--- arch/build/x11-libs/libxtst/PKGBUILD:1.3	Sun May 14 19:29:42 2006
+++ arch/build/x11-libs/libxtst/PKGBUILD	Wed Jun 27 05:47:56 2007
@@ -1,25 +1,23 @@
-# $Id: PKGBUILD,v 1.3 2006/05/14 23:29:42 uid1015 Exp $
-#Maintainer: Jan de Groot <jgc at archlinux.org>
-
+# $Id: PKGBUILD,v 1.4 2007/06/27 09:47:56 alexander Exp $
+# Maintainer: Alexander Baldeck <alexander at archlinux.org>
+# Contributor: Jan de Groot <jgc at archlinux.org>
 pkgname=libxtst
-pkgver=1.0.1
+pkgver=1.0.2
 pkgrel=1
 pkgdesc="X11 Testing -- Resource extension library"
 arch=(i686 x86_64)
+options=('!libtool')
 url="http://xorg.freedesktop.org/"
 depends=('libxext' 'recordproto')
 makedepends=('pkgconfig')
-_xorg=X11R7.0
-_relname=libXtst
-source=(${url}/releases/${_xorg}/src/everything/${_relname}-${_xorg}-${pkgver}.tar.bz2)
-md5sums=('3a3a3b88b4bc2a82f0b6de8ff526cc8c')
+source=(${url}/releases/individual/lib/libXtst-${pkgver}.tar.bz2)
 
 build() {
-  cd ${startdir}/src/${_relname}-${_xorg}-${pkgver}
+  cd ${startdir}/src/libXtst-${pkgver}
   ./configure --prefix=/usr \
               --build=${CHOST} --host=${CHOST}
   make || return 1
   make DESTDIR=${startdir}/pkg install || return 1
-  find ${startdir}/pkg -name '*.la' -exec rm {} \;
 }
 
+md5sums=('032d5c1d3914fc0224837328c88aef96')




More information about the arch-commits mailing list