summaryrefslogtreecommitdiff
path: root/extra/v86d
diff options
context:
space:
mode:
authorNicolas Reynolds <fauno@kiwwwi.com.ar>2011-05-09 20:25:46 -0300
committerNicolas Reynolds <fauno@kiwwwi.com.ar>2011-05-09 20:25:46 -0300
commitb5e623669f9d93fa23637bc3beca5a1751e70ff1 (patch)
tree4a572a70ebbbaf5c9339bcb9f55f99d85746e897 /extra/v86d
parent7c6a0188a5ac63d4bb6c667c2f1bcf26792312e6 (diff)
removed junk
Diffstat (limited to 'extra/v86d')
-rw-r--r--extra/v86d/PKGBUILD.orig42
1 files changed, 0 insertions, 42 deletions
diff --git a/extra/v86d/PKGBUILD.orig b/extra/v86d/PKGBUILD.orig
deleted file mode 100644
index f73fc234b..000000000
--- a/extra/v86d/PKGBUILD.orig
+++ /dev/null
@@ -1,42 +0,0 @@
-# $Id: PKGBUILD 119572 2011-04-12 13:37:13Z eric $
-# Maintainer: Thomas Baechler <thomas@archlinux.org>
-
-pkgname=v86d
-pkgver=0.1.10
-pkgrel=1
-pkgdesc="userspace helper for uvesafb that runs x86 code in an emulated environment"
-arch=('i686' 'x86_64')
-url="http://dev.gentoo.org/~spock/projects/uvesafb/"
-license=('GPL2')
-<<<<<<< HEAD
-arch=("i686" "x86_64" 'mips64el')
-=======
->>>>>>> 6dab5c46b00f624c7900ff6d11b75bcafbe251d0
-depends=('glibc')
-conflicts=('mkinitcpio<0.5.99')
-backup=('etc/modprobe.d/uvesafb.conf')
-options=('!makeflags')
-source=(http://dev.gentoo.org/~spock/projects/uvesafb/archive/v86d-$pkgver.tar.bz2
- v86d
- v86d_hook
- modprobe.uvesafb)
-md5sums=('51c792ba7b874ad8c43f0d3da4cfabe0'
- '33f3131e7bf041ed6a67e92bff272f4c'
- '813958b8f6c75a7063e4858f31509694'
- '2d7cc8dc6a41916a13869212d0191147')
-
-build() {
- cd "$srcdir/v86d-$pkgver"
- ./configure --with-x86emu
- # we only need /usr/include/video/uvesafb.h
- make KDIR=/usr
-}
-
-package() {
- cd "$srcdir/v86d-$pkgver"
- make DESTDIR="$pkgdir" install
-
- install -D -m644 "$srcdir/v86d" "$pkgdir/lib/initcpio/install/v86d"
- install -D -m644 "$srcdir/v86d_hook" "$pkgdir/lib/initcpio/hooks/v86d"
- install -D -m644 "$srcdir/modprobe.uvesafb" "$pkgdir/etc/modprobe.d/uvesafb.conf"
-}