diff options
Diffstat (limited to 'extra/libxcomposite')
-rw-r--r-- | extra/libxcomposite/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/extra/libxcomposite/PKGBUILD b/extra/libxcomposite/PKGBUILD index 606215f39..9800060d1 100644 --- a/extra/libxcomposite/PKGBUILD +++ b/extra/libxcomposite/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 198272 2013-10-30 13:51:36Z allan $ +# $Id: PKGBUILD 215907 2014-06-30 19:51:39Z andyrtr $ # Maintainer: Jan de Groot <jgc@archlinux.org> pkgname=libxcomposite pkgver=0.4.4 -pkgrel=1 +pkgrel=2 pkgdesc="X11 Composite extension library" arch=('i686' 'x86_64') url="http://xorg.freedesktop.org/" @@ -14,13 +14,13 @@ source=("${url}/releases/individual/lib/libXcomposite-${pkgver}.tar.bz2") sha256sums=('ede250cd207d8bee4a338265c3007d7a68d5aca791b6ac41af18e9a2aeb34178') build() { - cd "${srcdir}/libXcomposite-${pkgver}" + cd libXcomposite-${pkgver} ./configure --prefix=/usr --sysconfdir=/etc --disable-static make } package() { - cd "${srcdir}/libXcomposite-${pkgver}" + cd libXcomposite-${pkgver} make DESTDIR="${pkgdir}" install install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}" |