[arch-commits] Commit in v86d/trunk (PKGBUILD)
Tobias Powalowski
tpowa at archlinux.org
Sun May 10 08:28:57 UTC 2009
Date: Sunday, May 10, 2009 @ 04:28:57
Author: tpowa
Revision: 38756
upgpkg: v86d 0.1.9-3
Modified:
v86d/trunk/PKGBUILD
----------+
PKGBUILD | 20 ++++++++++----------
1 file changed, 10 insertions(+), 10 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2009-05-10 08:24:51 UTC (rev 38755)
+++ PKGBUILD 2009-05-10 08:28:57 UTC (rev 38756)
@@ -2,15 +2,15 @@
# Maintainer: Thomas Baechler <thomas at archlinux.org>
pkgname="v86d"
pkgver=0.1.9
-pkgrel=2.1
+pkgrel=3
pkgdesc="userspace helper for uvesafb that runs x86 code in an emulated environment"
url="http://dev.gentoo.org/~spock/projects/uvesafb/"
license=('GPL2')
arch=("i686" "x86_64")
# The kernel is only required for building
# There is no kernel-specific dependency
-makedepends=('kernel26>=2.6.28' 'kernel26<2.6.29')
-_kernver="2.6.28-ARCH"
+makedepends=('kernel26>=2.6.29' 'kernel26<2.6.30')
+_kernver="2.6.29-ARCH"
depends=('glibc' 'klibc' $(basename /lib/klibc-*.so .so))
backup=(etc/modprobe.d/uvesafb)
source=(http://dev.gentoo.org/~spock/projects/uvesafb/archive/v86d-$pkgver.tar.bz2
@@ -24,20 +24,20 @@
options=(!makeflags)
build() {
- cd $startdir/src/v86d-$pkgver
+ cd $srcdir/v86d-$pkgver
./configure --with-klibc --with-x86emu
make KDIR=/lib/modules/${_kernver}/build || return 1
- make DESTDIR=$startdir/pkg install || return 1
- mv $startdir/pkg/sbin/v86d $startdir/pkg/sbin/v86d_klibc
+ make DESTDIR=$pkgdir install || return 1
+ mv $pkgdir/sbin/v86d $pkgdir/sbin/v86d_klibc
make clean
./configure --with-x86emu
make KDIR=/lib/modules/${_kernver}/build || return 1
- make DESTDIR=$startdir/pkg install || return 1
+ make DESTDIR=$pkgdir install || return 1
- install -D -m644 $startdir/src/v86d $startdir/pkg/lib/initcpio/install/v86d || return 1
- install -D -m644 $startdir/src/v86d_hook $startdir/pkg/lib/initcpio/hooks/v86d || return 1
- install -D -m644 $startdir/src/modprobe.uvesafb $startdir/pkg/etc/modprobe.d/uvesafb || return 1
+ install -D -m644 $srcdir/v86d $pkgdir/lib/initcpio/install/v86d || return 1
+ install -D -m644 $srcdir/v86d_hook $pkgdir/lib/initcpio/hooks/v86d || return 1
+ install -D -m644 $srcdir/modprobe.uvesafb $pkgdir/etc/modprobe.d/uvesafb || return 1
}
More information about the arch-commits
mailing list