diff options
author | James Meyer <james.meyer@operamail.com> | 2010-10-23 18:17:40 (GMT) |
---|---|---|
committer | James Meyer <james.meyer@operamail.com> | 2010-10-23 18:19:39 (GMT) |
commit | adbcf19958300e9b6598990184c8815b945ba0ee (patch) | |
tree | f4283c850ac0ac202c17e78a637ee7ca8147621b /abs/core/unichrome-dri/PKGBUILD | |
parent | 61a68250df10d29b624650948484898334ff22d0 (diff) | |
download | linhes_pkgbuild-adbcf19958300e9b6598990184c8815b945ba0ee.zip linhes_pkgbuild-adbcf19958300e9b6598990184c8815b945ba0ee.tar.gz linhes_pkgbuild-adbcf19958300e9b6598990184c8815b945ba0ee.tar.bz2 |
Removed old core and extra from repo. Renamed -testing to core/extra. This will setup the base for the testing branch.
Diffstat (limited to 'abs/core/unichrome-dri/PKGBUILD')
-rw-r--r-- | abs/core/unichrome-dri/PKGBUILD | 38 |
1 files changed, 0 insertions, 38 deletions
diff --git a/abs/core/unichrome-dri/PKGBUILD b/abs/core/unichrome-dri/PKGBUILD deleted file mode 100644 index 2870c39..0000000 --- a/abs/core/unichrome-dri/PKGBUILD +++ /dev/null @@ -1,38 +0,0 @@ -# $Id: PKGBUILD 13002 2008-09-25 18:36:29Z jgc $ -# Maintainer: Alexander Baldeck <alexander@archlinux.org> -# Contributor: Jan de Groot <jgc@archlinux.org> -pkgname=unichrome-dri -pkgver=7.2 -pkgrel=1 -pkgdesc="DRI drivers for Unichrome-based videochipsets" -arch=(i686 x86_64) -url="http://xorg.freedesktop.org/" -depends=('libdrm>=2.3.1' 'expat>=2.0.1' 'libgl>=7.1-2') -makedepends=('dri2proto>=1.1' 'glproto>=1.4.9' 'pkgconfig' 'libxfixes' 'libxdamage' 'libxxf86vm' 'libxext') -options=('!libtool') -source=(http://downloads.sourceforge.net/mesa3d/MesaLib-${pkgver}.tar.bz2 - mesa-7.1-link-shared.patch) -md5sums=('04d379292e023df0b0266825cb0dbde5' - 'f0baa948d9810f268413111ee439d24b') - -build() { - cd ${srcdir}/Mesa-${pkgver} - patch -Np1 -i ${srcdir}/mesa-7.1-link-shared.patch - export CFLAGS="${CFLAGS} -ffast-math" - ./configure --prefix=/usr \ - --with-dri-driverdir=/usr/lib/xorg/modules/dri \ - --with-dri-drivers=unichrome \ - --enable-glx-tls \ - --disable-ttm-api \ - --with-driver=dri \ - --enable-xcb \ - --disable-glu \ - --disable-glut \ - --disable-glw || return 1 - make || return 1 - cd src/mesa/drivers/dri || return 1 - make DESTDIR=${pkgdir} install || return 1 - rm -rf ${pkgdir}/usr/lib/pkgconfig - rm -rf ${pkgdir}/usr/include - rm -f ${pkgdir}/usr/lib/xorg/modules/dri/libdricore.so -} |