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

Stéphane Gaudreault stephane at archlinux.org
Wed Dec 19 13:50:59 UTC 2012


    Date: Wednesday, December 19, 2012 @ 08:50:59
  Author: stephane
Revision: 173341

archrelease: copy trunk to testing-any

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

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

Copied: seabios/repos/testing-any/PKGBUILD (from rev 173340, seabios/trunk/PKGBUILD)
===================================================================
--- testing-any/PKGBUILD	                        (rev 0)
+++ testing-any/PKGBUILD	2012-12-19 13:50:59 UTC (rev 173341)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Tobias Powalowski <tpowa at archlinux.org>
+pkgname=seabios
+pkgver=1.7.1
+pkgrel=1
+pkgdesc="A 16-bit x86 bios"
+arch=(any)
+license=('GPL3' 'LGPL3')
+url="http://www.coreboot.org/SeaBIOS"
+makedepends=('iasl' 'python2')
+source=(http://code.coreboot.org/p/seabios/downloads/get/${pkgname}-${pkgver}.tar.gz)
+options=(!strip)
+md5sums=('06e5ac85b6e4e3dc078cef5bde481039')
+
+build()
+{
+    cd "${srcdir}/${pkgname}-${pkgver}"
+    sed -i -e 's/python/python2/g' Makefile
+    make
+}
+
+package()
+{
+    install -D -m644  "${srcdir}/${pkgname}-${pkgver}/out/bios.bin" "${pkgdir}/usr/share/qemu/bios.bin"
+}
+




More information about the arch-commits mailing list