[arch-commits] CVS update of extra/system/v86d (PKGBUILD)

Thomas Baechler thomas at archlinux.org
Tue Mar 4 10:53:08 UTC 2008


    Date: Tuesday, March 4, 2008 @ 11:53:08
  Author: thomas
    Path: /home/cvs-extra/extra/system/v86d

Modified: PKGBUILD (1.3 -> 1.4)

upgpkg: v86d 0.1.3-3.1


----------+
 PKGBUILD |    6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)


Index: extra/system/v86d/PKGBUILD
diff -u extra/system/v86d/PKGBUILD:1.3 extra/system/v86d/PKGBUILD:1.4
--- extra/system/v86d/PKGBUILD:1.3	Sun Mar  2 16:35:54 2008
+++ extra/system/v86d/PKGBUILD	Tue Mar  4 11:53:06 2008
@@ -1,8 +1,8 @@
-# $Id: PKGBUILD,v 1.3 2008/03/02 15:35:54 thomas Exp $
+# $Id: PKGBUILD,v 1.4 2008/03/04 10:53:06 thomas Exp $
 # Maintainer: Thomas Baechler <thomas at archlinux.org>
 pkgname="v86d"
 pkgver=0.1.3
-pkgrel=3
+pkgrel=3.1
 pkgdesc="userspace helper for uvesafb that runs x86 code in an emulated environment"
 url="http://dev.gentoo.org/~spock/projects/uvesafb/"
 license=('GPL2')
@@ -24,6 +24,8 @@
 build() {
   cd $startdir/src/v86d-$pkgver
 
+  sed 's|-static||g' -i Makefile
+
   ./configure --with-klibc
   make KDIR=/lib/modules/${_kernver}/build || return 1
   make DESTDIR=$startdir/pkg install || return 1




More information about the arch-commits mailing list