[arch-commits] Commit in seabios/repos (staging-any staging-any/PKGBUILD)

Eric Bélanger eric at nymeria.archlinux.org
Sat Sep 21 20:54:45 UTC 2013


    Date: Saturday, September 21, 2013 @ 22:54:44
  Author: eric
Revision: 194680

archrelease: copy trunk to staging-any

Added:
  seabios/repos/staging-any/
  seabios/repos/staging-any/PKGBUILD
    (from rev 194679, seabios/trunk/PKGBUILD)

----------+
 PKGBUILD |   24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)

Copied: seabios/repos/staging-any/PKGBUILD (from rev 194679, seabios/trunk/PKGBUILD)
===================================================================
--- staging-any/PKGBUILD	                        (rev 0)
+++ staging-any/PKGBUILD	2013-09-21 20:54:44 UTC (rev 194680)
@@ -0,0 +1,24 @@
+# $Id$
+# Maintainer: Tobias Powalowski <tpowa at archlinux.org>
+pkgname=seabios
+pkgver=1.7.3.1
+pkgrel=2
+pkgdesc="A 16-bit x86 bios"
+arch=('any')
+url="http://www.coreboot.org/SeaBIOS"
+license=('GPL3' 'LGPL3')
+makedepends=('iasl' 'python2' 'inetutils')
+options=('!makeflags' '!strip')
+source=(http://code.coreboot.org/p/seabios/downloads/get/${pkgname}-${pkgver}.tar.gz)
+sha1sums=('7d891bfe4746fa0628e68eae616bd870624290d2')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  sed -i -e 's/python/python2/g' Makefile
+  make
+}
+
+package() {
+  install -D -m644 ${pkgname}-${pkgver}/out/bios.bin "${pkgdir}/usr/share/qemu/bios.bin"
+  install -D -m644 ${pkgname}-${pkgver}/out/*.aml "${pkgdir}/usr/share/qemu/"
+}




More information about the arch-commits mailing list