1 # Contributor: Patrick Bartels <p4ddy.b@gmail.com>
8 pkgdesc="v86d is the userspace helper for uvesafb that runs x86 code in an emulated environment"
9 url="http://dev.gentoo.org/~spock/projects/uvesafb/"
11 arch=("i686" "x86_64")
12 makedepends=("klibc-zen" "kernel26zen")
15 source=(http://dev.gentoo.org/~spock/projects/uvesafb/archive/v86d-$pkgver.tar.bz2
17 md5sums=('1c26f40af343bcc465f5832e2c9548d6'
18 'd7f3d69c47be1d28f2aa9398ed50bb7f')
21 cd $startdir/src/v86d-$pkgver
23 ./configure --default --with-klibc
24 make -j1 KDIR=/usr/src/linux-$_kernver || return 1
25 make DESTDIR=$startdir/pkg install || return 1
27 install -D -m644 $startdir/src/v86d \
28 $startdir/pkg/lib/initcpio/install/v86d