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

Stéphane Gaudreault stephane at nymeria.archlinux.org
Tue Jan 29 13:46:15 UTC 2013


    Date: Tuesday, January 29, 2013 @ 14:46:15
  Author: stephane
Revision: 176311

archrelease: copy trunk to testing-any

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

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

Copied: seabios/repos/testing-any/PKGBUILD (from rev 176310, seabios/trunk/PKGBUILD)
===================================================================
--- testing-any/PKGBUILD	                        (rev 0)
+++ testing-any/PKGBUILD	2013-01-29 13:46:15 UTC (rev 176311)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Tobias Powalowski <tpowa at archlinux.org>
+pkgname=seabios
+pkgver=1.7.2
+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=('87a1b217a568d77904accb0a43535d6b')
+
+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