diff options
author | James Meyer <james.meyer@operamail.com> | 2009-03-14 03:06:12 (GMT) |
---|---|---|
committer | James Meyer <james.meyer@operamail.com> | 2009-03-14 03:06:12 (GMT) |
commit | 6b7e77bce12e7798366ea2481af2d3a96eef2405 (patch) | |
tree | 113ba4690caef10a9ac1c47f54c167a247c7d547 /abs/extra-testing/libxcb/PKGBUILD | |
parent | cdddc7cc85e934fdfd959648abc64b3bbd49ee9e (diff) | |
download | linhes_pkgbuild-6b7e77bce12e7798366ea2481af2d3a96eef2405.zip linhes_pkgbuild-6b7e77bce12e7798366ea2481af2d3a96eef2405.tar.gz linhes_pkgbuild-6b7e77bce12e7798366ea2481af2d3a96eef2405.tar.bz2 |
Removing duplicate packages
Diffstat (limited to 'abs/extra-testing/libxcb/PKGBUILD')
-rw-r--r-- | abs/extra-testing/libxcb/PKGBUILD | 34 |
1 files changed, 0 insertions, 34 deletions
diff --git a/abs/extra-testing/libxcb/PKGBUILD b/abs/extra-testing/libxcb/PKGBUILD deleted file mode 100644 index c61df23..0000000 --- a/abs/extra-testing/libxcb/PKGBUILD +++ /dev/null @@ -1,34 +0,0 @@ -# $Id: PKGBUILD 8004 2008-08-05 18:11:40Z jgc $ -# Maintainer: Alexander Baldeck <alexander@archlinux.org> -# Contributor: Jan de Groot <jgc@archlinux.org> -pkgname=libxcb -pkgver=1.1.90.1 -pkgrel=1 -pkgdesc="X11 client-side library" -arch=(i686 x86_64) -url="http://xcb.freedesktop.org/" -depends=('xcb-proto>=1.2' 'libxdmcp' 'libxau') -makedepends=('pkgconfig' 'libxslt' 'python') -options=('!libtool') -license=('custom') -source=(${url}/dist/${pkgname}-${pkgver}.tar.bz2 - libxcb-1.1-no-pthread-stubs.patch - libxcb-1.1-sloppy-lock.patch) -md5sums=('c4b67c5576ed58e2fd4a2855c0b21aa6' - 'a53f09ab3ec5cbfc1b0848bd137c535a' - '4b3fbedc471d7ab336a18f1d0f853ddd') - -build() { - cd ${srcdir}/${pkgname}-${pkgver} - patch -Np1 -i ${srcdir}/libxcb-1.1-no-pthread-stubs.patch || return 1 - patch -Np1 -i ${srcdir}/libxcb-1.1-sloppy-lock.patch || return 1 - libtoolize --force --copy || return 1 - aclocal || return 1 - autoconf || return 1 - automake --add-missing || return 1 - ./configure --prefix=/usr --enable-xinput || return 1 - make || return 1 - make DESTDIR=${pkgdir} install || return 1 - install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname} - install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/ || return 1 -} |