summaryrefslogtreecommitdiff
path: root/extra/libxtst
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2012-02-27 23:15:24 +0000
committerroot <root@rshg054.dnsready.net>2012-02-27 23:15:24 +0000
commit1f567a9d58d16b76320168f0624aa55bd6320284 (patch)
treee4e7ffadc364d582fccd8543ad1543fa9741a8a7 /extra/libxtst
parentf6a79a3f5989efc8db63af942851c56f0c462bb1 (diff)
Mon Feb 27 23:15:24 UTC 2012
Diffstat (limited to 'extra/libxtst')
-rw-r--r--extra/libxtst/PKGBUILD12
1 files changed, 8 insertions, 4 deletions
diff --git a/extra/libxtst/PKGBUILD b/extra/libxtst/PKGBUILD
index bcdf92d29..2945d5a89 100644
--- a/extra/libxtst/PKGBUILD
+++ b/extra/libxtst/PKGBUILD
@@ -1,23 +1,27 @@
-# $Id: PKGBUILD 97591 2010-10-31 16:11:54Z jgc $
+# $Id: PKGBUILD 151438 2012-02-26 10:55:16Z pierre $
# Maintainer: Jan de Groot <jgc@archlinux.org>
pkgname=libxtst
pkgver=1.2.0
-pkgrel=1
+pkgrel=2
pkgdesc="X11 Testing -- Resource extension library"
-arch=(i686 x86_64)
+arch=('i686' 'x86_64')
url="http://xorg.freedesktop.org/"
license=('custom')
depends=('libxext' 'libxi' 'recordproto' 'inputproto')
makedepends=('xorg-util-macros')
options=('!libtool')
-source=(${url}/releases/individual/lib/libXtst-${pkgver}.tar.bz2)
+source=("${url}/releases/individual/lib/libXtst-${pkgver}.tar.bz2")
sha1sums=('9fb06ed599caf7f9e7115cbbfadf02b47c17aa72')
build() {
cd "${srcdir}/libXtst-${pkgver}"
./configure --prefix=/usr --disable-static
make
+}
+
+package() {
+ cd "${srcdir}/libXtst-${pkgver}"
make DESTDIR="${pkgdir}" install
install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"