[arch-commits] Commit in gummiboot/trunk (PKGBUILD gummiboot.install)
Tom Gundersen
tomegun at nymeria.archlinux.org
Sat Mar 9 07:43:11 UTC 2013
Date: Saturday, March 9, 2013 @ 08:43:11
Author: tomegun
Revision: 179650
upgpkg: gummiboot 26-1
upstream release
Modified:
gummiboot/trunk/PKGBUILD
gummiboot/trunk/gummiboot.install
-------------------+
PKGBUILD | 9 ++++++---
gummiboot.install | 2 +-
2 files changed, 7 insertions(+), 4 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2013-03-09 07:36:43 UTC (rev 179649)
+++ PKGBUILD 2013-03-09 07:43:11 UTC (rev 179650)
@@ -5,13 +5,13 @@
# Contributor: Mantas Mikulėnas <grawity at gmail.com>
pkgname="gummiboot"
-pkgver="24"
+pkgver="26"
pkgrel="1"
pkgdesc="Simple text-mode UEFI Boot Manager"
url="http://freedesktop.org/wiki/Software/gummiboot"
arch=('x86_64' 'i686')
license=('LGPL2.1')
-makedepends=('gnu-efi-libs')
+makedepends=('gnu-efi-libs' 'docbook-xsl')
depends=('util-linux')
conflicts=('gummiboot-efi')
provides=('gummiboot-efi')
@@ -24,6 +24,9 @@
build() {
cd "${srcdir}/${pkgname}-${pkgver}/"
+
+ ./autogen.sh
+ ./configure --sysconfdir=/etc --libexecdir=/usr/lib --libdir=/usr/lib
make
}
@@ -36,6 +39,6 @@
cd "${srcdir}/${pkgname}-${pkgver}/"
make DESTDIR="${pkgdir}" install
}
-md5sums=('6fe2f9fb9f9a61f37612a8120ea42c1f'
+md5sums=('1ccf5c06944bd31a48eaa4b33edb5fb4'
'6ea803e5179d623716e3be0b636de658'
'82bda9612e3a361a74cf8de2a0134b15')
Modified: gummiboot.install
===================================================================
--- gummiboot.install 2013-03-09 07:36:43 UTC (rev 179649)
+++ gummiboot.install 2013-03-09 07:43:11 UTC (rev 179650)
@@ -1,5 +1,5 @@
post_install() {
- /usr/bin/gummiboot install
+ echo ":: Run '/usr/bin/gummiboot install' to enable gummiboot"
}
post_upgrade() {
More information about the arch-commits
mailing list