diff options
Diffstat (limited to 'extra/libxau/PKGBUILD')
-rw-r--r-- | extra/libxau/PKGBUILD | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/extra/libxau/PKGBUILD b/extra/libxau/PKGBUILD index b9de81117..42feec139 100644 --- a/extra/libxau/PKGBUILD +++ b/extra/libxau/PKGBUILD @@ -1,29 +1,28 @@ -# $Id: PKGBUILD 186350 2013-05-25 08:48:08Z andyrtr $ +# $Id: PKGBUILD 197097 2013-10-21 18:45:00Z andyrtr $ # Maintainer: AndyRTR <andyrtr@archlinux.org> # Maintainer: Jan de Groot <jgc@archlinux.org> # Contributor: Alexander Baldeck <alexander@archlinux.org> pkgname=libxau pkgver=1.0.8 -pkgrel=1 +pkgrel=2 pkgdesc="X11 authorisation library" arch=('i686' 'x86_64') url="http://xorg.freedesktop.org/" depends=('glibc' 'xproto>=7.0.18') makedepends=('pkgconfig') license=('custom') -options=('!libtool') source=(${url}/releases/individual/lib/libXau-${pkgver}.tar.bz2) sha256sums=('fdd477320aeb5cdd67272838722d6b7d544887dfe7de46e1e7cc0c27c2bea4f2') build() { - cd "${srcdir}/libXau-${pkgver}" + cd libXau-${pkgver} ./configure --prefix=/usr --sysconfdir=/etc make } package() { - cd "${srcdir}/libXau-${pkgver}" + cd libXau-${pkgver} make DESTDIR="${pkgdir}" install install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING" |