diff options
Diffstat (limited to 'abs/core-testing/libxres/PKGBUILD')
-rw-r--r-- | abs/core-testing/libxres/PKGBUILD | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/abs/core-testing/libxres/PKGBUILD b/abs/core-testing/libxres/PKGBUILD new file mode 100644 index 0000000..56dbf49 --- /dev/null +++ b/abs/core-testing/libxres/PKGBUILD @@ -0,0 +1,22 @@ +# $Id: PKGBUILD 356 2008-04-18 22:56:27Z aaron $ +# Maintainer: Alexander Baldeck <alexander@archlinux.org> +# Contributor: Jan de Groot <jgc@archlinux.org> +pkgname=libxres +pkgver=1.0.3 +pkgrel=1 +pkgdesc="X11 Resource extension library" +arch=(i686 x86_64) +url="http://xorg.freedesktop.org" +depends=('libxext') +makedepends=('pkgconfig' 'resourceproto' 'damageproto' 'compositeproto' 'scrnsaverproto') +options=(!libtool) +source=(${url}/releases/individual/lib/libXres-${pkgver}.tar.bz2) + +build() { + cd ${startdir}/src/libXres-${pkgver} + ./configure --prefix=/usr --sysconfdir=/etc \ + --build=${CHOST} --host=${CHOST} + make || return 1 + make DESTDIR=${startdir}/pkg install || return 1 +} +md5sums=('de66ffb657aba64c9d6dbdeabb757f3e') |