summaryrefslogtreecommitdiffstats
path: root/abs/core/xf86-video-ivtvfb/PKGBUILD
diff options
context:
space:
mode:
authorMichael Hanson <hansonorders@verizon.net>2010-11-24 00:19:06 (GMT)
committerMichael Hanson <hansonorders@verizon.net>2010-11-24 00:19:06 (GMT)
commit675a0c5dea31728d72485d0e296e673c4969c427 (patch)
tree46ffea403d89f2a74b4363ab34ebac94306bb3f4 /abs/core/xf86-video-ivtvfb/PKGBUILD
parent05d2054581ef6397d4cadc26059c21ef6adf99b2 (diff)
downloadlinhes_pkgbuild-675a0c5dea31728d72485d0e296e673c4969c427.zip
linhes_pkgbuild-675a0c5dea31728d72485d0e296e673c4969c427.tar.gz
linhes_pkgbuild-675a0c5dea31728d72485d0e296e673c4969c427.tar.bz2
xf86-video-drivers: Update all drivers except ivtvfb and imstt which would not compile
Diffstat (limited to 'abs/core/xf86-video-ivtvfb/PKGBUILD')
-rw-r--r--abs/core/xf86-video-ivtvfb/PKGBUILD26
1 files changed, 0 insertions, 26 deletions
diff --git a/abs/core/xf86-video-ivtvfb/PKGBUILD b/abs/core/xf86-video-ivtvfb/PKGBUILD
deleted file mode 100644
index 592a439..0000000
--- a/abs/core/xf86-video-ivtvfb/PKGBUILD
+++ /dev/null
@@ -1,26 +0,0 @@
-# Contributor: Andreas Baumann <abaumann@yahoo.com>
-
-pkgname=xf86-video-ivtvfb
-pkgver=1.0.1
-pkgrel=1
-pkgdesc="xorg framebuffer driver for IVTV video cards"
-arch=('i686')
-url="http://ivtvdriver.org"
-license=('GPL')
-source=(http://dl.ivtvdriver.org/xf86-video-ivtv/archive/1.0.x/xf86-video-ivtv-1.0.1.tar.gz
- xf86-video-ivtv-pagesize.patch
- )
-
-md5sums=('c66a5cd5c12c3eab92751b310c1fd43e'
- 'a32d2bf15f08bddebdbdd9b8534715c4')
-
-build() {
- cd "$srcdir/xf86-video-ivtv-1.0.1"
-
- patch -Np1 -i "$srcdir/xf86-video-ivtv-pagesize.patch" || return 1
-
- ./configure --prefix=/usr
-
- make || return 1
- make DESTDIR=${pkgdir} install || return 1
-}