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

Bartłomiej Piotrowski bpiotrowski at nymeria.archlinux.org
Wed May 28 19:25:31 UTC 2014


    Date: Wednesday, May 28, 2014 @ 21:25:30
  Author: bpiotrowski
Revision: 213732

archrelease: copy trunk to testing-any

Added:
  seabios/repos/testing-any/
  seabios/repos/testing-any/PKGBUILD
    (from rev 213731, seabios/trunk/PKGBUILD)

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

Copied: seabios/repos/testing-any/PKGBUILD (from rev 213731, seabios/trunk/PKGBUILD)
===================================================================
--- testing-any/PKGBUILD	                        (rev 0)
+++ testing-any/PKGBUILD	2014-05-28 19:25:30 UTC (rev 213732)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Tobias Powalowski <tpowa at archlinux.org>
+
+pkgname=seabios
+pkgver=1.7.5
+pkgrel=1
+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=('1ee607f720b848fa7a968741151991b645979f7e')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  sed -i 's/python/python2/g' Makefile
+}
+
+build() {
+  make -C ${pkgname}-${pkgver}
+}
+
+package() {
+  install -Dm644 ${pkgname}-${pkgver}/out/bios.bin "${pkgdir}/usr/share/qemu/bios.bin"
+  install -Dm644 ${pkgname}-${pkgver}/out/src/fw/*.aml "${pkgdir}/usr/share/qemu/"
+}




More information about the arch-commits mailing list