[arch-commits] Commit in vbetool/repos (4 files)

Sébastien Luttringer seblu at nymeria.archlinux.org
Thu May 30 22:31:40 UTC 2013


    Date: Friday, May 31, 2013 @ 00:31:40
  Author: seblu
Revision: 92008

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

Added:
  vbetool/repos/community-staging-i686/
  vbetool/repos/community-staging-i686/PKGBUILD
    (from rev 92007, vbetool/trunk/PKGBUILD)
  vbetool/repos/community-staging-x86_64/
  vbetool/repos/community-staging-x86_64/PKGBUILD
    (from rev 92007, vbetool/trunk/PKGBUILD)

-----------------------------------+
 community-staging-i686/PKGBUILD   |   32 ++++++++++++++++++++++++++++++++
 community-staging-x86_64/PKGBUILD |   32 ++++++++++++++++++++++++++++++++
 2 files changed, 64 insertions(+)

Copied: vbetool/repos/community-staging-i686/PKGBUILD (from rev 92007, vbetool/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD	                        (rev 0)
+++ community-staging-i686/PKGBUILD	2013-05-30 22:31:40 UTC (rev 92008)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Lukas Fleischer <archlinux at cryptocrack dot de>
+# Contributor: Christian Storm <Christian.Storm at gmx.DE>
+# Contributor: James Rayner <james at archlinux.org>
+# Contributor: Thayer Williams <thayer at archlinux.org>
+
+pkgname=vbetool
+pkgver=1.1
+pkgrel=3
+pkgdesc="Uses lrmi in order to run code from the video BIOS"
+url="http://www.srcf.ucam.org/~mjg59/vbetool/"
+license=('GPL2')
+arch=('i686' 'x86_64')
+depends=('zlib' 'libx86')
+makedepends=('pciutils')
+source=("http://www.codon.org.uk/~mjg59/${pkgname}/download/${pkgname}-${pkgver}.tar.gz")
+md5sums=('ffb03b118867a02296d7449019ad8846')
+
+build() {
+  cd "${srcdir}"/$pkgname-$pkgver
+  if [ "${CARCH}" = "x86_64" ]; then
+    ./configure --prefix=/usr --sbindir=/usr/bin --without-x86emu
+  else
+    ./configure --prefix=/usr --sbindir=/usr/bin
+  fi
+  make LIBS=-lpci
+}
+
+package() {
+  cd "${srcdir}"/$pkgname-$pkgver
+  make DESTDIR="${pkgdir}" install
+}

Copied: vbetool/repos/community-staging-x86_64/PKGBUILD (from rev 92007, vbetool/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2013-05-30 22:31:40 UTC (rev 92008)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Lukas Fleischer <archlinux at cryptocrack dot de>
+# Contributor: Christian Storm <Christian.Storm at gmx.DE>
+# Contributor: James Rayner <james at archlinux.org>
+# Contributor: Thayer Williams <thayer at archlinux.org>
+
+pkgname=vbetool
+pkgver=1.1
+pkgrel=3
+pkgdesc="Uses lrmi in order to run code from the video BIOS"
+url="http://www.srcf.ucam.org/~mjg59/vbetool/"
+license=('GPL2')
+arch=('i686' 'x86_64')
+depends=('zlib' 'libx86')
+makedepends=('pciutils')
+source=("http://www.codon.org.uk/~mjg59/${pkgname}/download/${pkgname}-${pkgver}.tar.gz")
+md5sums=('ffb03b118867a02296d7449019ad8846')
+
+build() {
+  cd "${srcdir}"/$pkgname-$pkgver
+  if [ "${CARCH}" = "x86_64" ]; then
+    ./configure --prefix=/usr --sbindir=/usr/bin --without-x86emu
+  else
+    ./configure --prefix=/usr --sbindir=/usr/bin
+  fi
+  make LIBS=-lpci
+}
+
+package() {
+  cd "${srcdir}"/$pkgname-$pkgver
+  make DESTDIR="${pkgdir}" install
+}




More information about the arch-commits mailing list