[arch-commits] Commit in seabios/repos (testing-any testing-any/PKGBUILD)
Eric Bélanger
eric at nymeria.archlinux.org
Mon Sep 16 20:57:23 UTC 2013
Date: Monday, September 16, 2013 @ 22:57:23
Author: eric
Revision: 194499
archrelease: copy trunk to testing-any
Added:
seabios/repos/testing-any/
seabios/repos/testing-any/PKGBUILD
(from rev 194498, seabios/trunk/PKGBUILD)
----------+
PKGBUILD | 24 ++++++++++++++++++++++++
1 file changed, 24 insertions(+)
Copied: seabios/repos/testing-any/PKGBUILD (from rev 194498, seabios/trunk/PKGBUILD)
===================================================================
--- testing-any/PKGBUILD (rev 0)
+++ testing-any/PKGBUILD 2013-09-16 20:57:23 UTC (rev 194499)
@@ -0,0 +1,24 @@
+# $Id$
+# Maintainer: Tobias Powalowski <tpowa at archlinux.org>
+pkgname=seabios
+pkgver=1.7.3.1
+pkgrel=1
+pkgdesc="A 16-bit x86 bios"
+arch=('any')
+url="http://www.coreboot.org/SeaBIOS"
+license=('GPL3' 'LGPL3')
+makedepends=('iasl' 'python2')
+options=('!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"
+}
+
More information about the arch-commits
mailing list