summaryrefslogtreecommitdiff
path: root/extra/libxau
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2012-02-26 23:15:00 +0000
committerroot <root@rshg054.dnsready.net>2012-02-26 23:15:00 +0000
commitf6a79a3f5989efc8db63af942851c56f0c462bb1 (patch)
tree08bddecba9bbd4fc2c2075bfa2c514f710fcd351 /extra/libxau
parente4a5730eb358cb0d78bc022204ddccac068c2bf2 (diff)
Sun Feb 26 23:15:00 UTC 2012
Diffstat (limited to 'extra/libxau')
-rw-r--r--extra/libxau/PKGBUILD13
1 files changed, 8 insertions, 5 deletions
diff --git a/extra/libxau/PKGBUILD b/extra/libxau/PKGBUILD
index f5301af1a..587eb9aff 100644
--- a/extra/libxau/PKGBUILD
+++ b/extra/libxau/PKGBUILD
@@ -1,12 +1,12 @@
-# $Id: PKGBUILD 88375 2010-08-23 07:44:23Z jgc $
+# $Id: PKGBUILD 151322 2012-02-25 13:46:57Z allan $
# Maintainer: Jan de Groot <jgc@archlinux.org>
# Contributor: Alexander Baldeck <alexander@archlinux.org>
pkgname=libxau
pkgver=1.0.6
-pkgrel=1
+pkgrel=2
pkgdesc="X11 authorisation library"
-arch=(i686 x86_64)
+arch=('i686' 'x86_64')
url="http://xorg.freedesktop.org/"
depends=('glibc' 'xproto>=7.0.18')
makedepends=('pkgconfig')
@@ -19,8 +19,11 @@ build() {
cd "${srcdir}/libXau-${pkgver}"
./configure --prefix=/usr --sysconfdir=/etc
make
+}
+
+package() {
+ cd "${srcdir}/libXau-${pkgver}"
make DESTDIR="${pkgdir}" install
- install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
- install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
+ install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
}