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

James Rayner james at archlinux.org
Thu Dec 27 08:46:52 UTC 2007


    Date: Thursday, December 27, 2007 @ 03:46:52
  Author: james
    Path: /home/cvs-extra/extra/system/vbetool

Modified: PKGBUILD (1.3 -> 1.4)

upgpkg: vbetool 1.0-1


----------+
 PKGBUILD |   19 +++++++++----------
 1 file changed, 9 insertions(+), 10 deletions(-)


Index: extra/system/vbetool/PKGBUILD
diff -u extra/system/vbetool/PKGBUILD:1.3 extra/system/vbetool/PKGBUILD:1.4
--- extra/system/vbetool/PKGBUILD:1.3	Tue Dec  4 22:10:30 2007
+++ extra/system/vbetool/PKGBUILD	Thu Dec 27 03:46:52 2007
@@ -1,24 +1,21 @@
-# $Id: PKGBUILD,v 1.3 2007/12/05 03:10:30 eric Exp $
+# $Id: PKGBUILD,v 1.4 2007/12/27 08:46:52 james Exp $
 # Maintainer: Arjan Timmerman <arjan at archlinux.org>
 # contributor: Christian Storm <Christian.Storm at gmx.DE>
 pkgname=vbetool
-pkgver=0.7
+pkgver=1.0
 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=('GPL2')
-depends=('glibc')
+depends=('zlib')
+[ "${CARCH}" = "i686" ] && depends=('zlib' 'libx86')
 makedepends=('pciutils')
-conflicts=()
-replaces=()
-backup=()
-install=
-source=(http://www.srcf.ucam.org/~mjg59/$pkgname/${pkgname}_$pkgver-1.tar.gz)
-md5sums=('1756f2e71ceaef217220e8e482fce835')
+source=(http://www.codon.org.uk/~mjg59/vbetool/download/vbetool-${pkgver}.tar.gz)
+
 
 build() {
-  cd $startdir/src/$pkgname-0.7
+  cd $startdir/src/vbetool-$pkgver
   if [ "${CARCH}" = "x86_64" ]; then
     ./configure --prefix=/usr --without-x86emu
   else
@@ -27,3 +24,5 @@
   make LIBS=-lpci || return 1
   make DESTDIR=$startdir/pkg install
 }
+
+md5sums=('e57b5475b8200e3c44df7f53f0fbdc72')




More information about the arch-commits mailing list