[arch-commits] Commit in gummiboot/trunk (PKGBUILD)
Tom Gundersen
tomegun at nymeria.archlinux.org
Sat May 11 23:55:57 UTC 2013
Date: Sunday, May 12, 2013 @ 01:55:56
Author: tomegun
Revision: 185191
get sources directly from git
Modified:
gummiboot/trunk/PKGBUILD
----------+
PKGBUILD | 11 ++++++-----
1 file changed, 6 insertions(+), 5 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2013-05-11 23:53:58 UTC (rev 185190)
+++ PKGBUILD 2013-05-11 23:55:56 UTC (rev 185191)
@@ -11,19 +11,19 @@
url="http://freedesktop.org/wiki/Software/gummiboot"
arch=('x86_64' 'i686')
license=('LGPL2.1')
-makedepends=('gnu-efi-libs' 'docbook-xsl')
+makedepends=('gnu-efi-libs' 'docbook-xsl' 'git')
depends=('util-linux')
conflicts=('gummiboot-efi')
provides=('gummiboot-efi')
replaces=('gummiboot-efi')
options=('!strip')
-source=("ftp://ftp.archlinux.org/other/packages/${pkgname}/${pkgname}-${pkgver}.tar.xz"
+source=("git://anongit.freedesktop.org/${pkgname}#tag=${pkgver}"
'loader.conf'
'arch.conf')
install="gummiboot.install"
build() {
- cd "${srcdir}/${pkgname}-${pkgver}/"
+ cd ${srcdir}/${pkgname}
./autogen.sh
./configure --sysconfdir=/etc --libexecdir=/usr/lib --libdir=/usr/lib
@@ -36,9 +36,10 @@
install -D -m0644 "${srcdir}/loader.conf" "${pkgdir}/usr/lib/gummiboot/loader/loader.conf"
install -D -m0644 "${srcdir}/arch.conf" "${pkgdir}/usr/lib/gummiboot/loader/entries/arch.conf"
- cd "${srcdir}/${pkgname}-${pkgver}/"
+ cd ${srcdir}/${pkgname}
+
make DESTDIR="${pkgdir}" install
}
-md5sums=('081bd8d90a466162fc9dae82aa065c89'
+md5sums=('SKIP'
'6ea803e5179d623716e3be0b636de658'
'82bda9612e3a361a74cf8de2a0134b15')
More information about the arch-commits
mailing list