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

Eric Belanger eric at archlinux.org
Wed Dec 5 03:10:30 UTC 2007


    Date: Tuesday, December 4, 2007 @ 22:10:30
  Author: eric
    Path: /home/cvs-extra/extra/system/vbetool

Modified: PKGBUILD (1.2 -> 1.3)

upgpkg: vbetool 0.7-1
added arch and license field, added fix for x86_64 (closes FS#8796)


----------+
 PKGBUILD |   11 ++++++++---
 1 file changed, 8 insertions(+), 3 deletions(-)


Index: extra/system/vbetool/PKGBUILD
diff -u extra/system/vbetool/PKGBUILD:1.2 extra/system/vbetool/PKGBUILD:1.3
--- extra/system/vbetool/PKGBUILD:1.2	Wed Nov 22 14:41:05 2006
+++ extra/system/vbetool/PKGBUILD	Tue Dec  4 22:10:30 2007
@@ -1,12 +1,13 @@
-# $Id: PKGBUILD,v 1.2 2006/11/22 19:41:05 arjan Exp $
+# $Id: PKGBUILD,v 1.3 2007/12/05 03:10:30 eric Exp $
 # Maintainer: Arjan Timmerman <arjan at archlinux.org>
 # contributor: Christian Storm <Christian.Storm at gmx.DE>
 pkgname=vbetool
 pkgver=0.7
 pkgrel=1
 pkgdesc="vbetool uses lrmi in order to run code from the video BIOS"
+arch=('i686' 'x86_64')
 url="http://www.srcf.ucam.org/~mjg59/vbetool/"
-license=""
+license=('GPL2')
 depends=('glibc')
 makedepends=('pciutils')
 conflicts=()
@@ -18,7 +19,11 @@
 
 build() {
   cd $startdir/src/$pkgname-0.7
-  ./configure --prefix=/usr
+  if [ "${CARCH}" = "x86_64" ]; then
+    ./configure --prefix=/usr --without-x86emu
+  else
+    ./configure --prefix=/usr
+  fi
   make LIBS=-lpci || return 1
   make DESTDIR=$startdir/pkg install
 }




More information about the arch-commits mailing list