[arch-commits] Commit in efitools/repos (4 files)
Tobias Powalowski
tpowa at archlinux.org
Sat May 14 15:00:39 UTC 2016
Date: Saturday, May 14, 2016 @ 17:00:38
Author: tpowa
Revision: 267984
archrelease: copy trunk to extra-x86_64, extra-i686
Added:
efitools/repos/extra-i686/PKGBUILD
(from rev 267983, efitools/trunk/PKGBUILD)
efitools/repos/extra-x86_64/PKGBUILD
(from rev 267983, efitools/trunk/PKGBUILD)
Deleted:
efitools/repos/extra-i686/PKGBUILD
efitools/repos/extra-x86_64/PKGBUILD
-----------------------+
/PKGBUILD | 88 ++++++++++++++++++++++++++++++++++++++++++++++++
extra-i686/PKGBUILD | 31 ----------------
extra-x86_64/PKGBUILD | 31 ----------------
3 files changed, 88 insertions(+), 62 deletions(-)
Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD 2016-05-14 15:00:24 UTC (rev 267983)
+++ extra-i686/PKGBUILD 2016-05-14 15:00:38 UTC (rev 267984)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Tobias Powalowski <tpowa at archlinux.org>
-# Contributor: Mirco Tischler <mt-ml at gmx dot de>
-# Contributor: Keshav Amburay <(the ddoott ridikulus ddoott rat) (aatt) (gemmaeiil) (ddoott) (ccoomm)>
-
-pkgname="efitools"
-pkgver="1.7.0"
-pkgrel="1"
-pkgdesc="Tools for manipulating UEFI secure boot platforms"
-url="http://git.kernel.org/cgit/linux/kernel/git/jejb/efitools.git"
-arch=('x86_64' 'i686')
-replaces=('prebootloader')
-license=('GPL' 'LGPL2.1')
-options=('!strip' '!makeflags')
-makedepends=('gnu-efi-libs' 'help2man' 'sbsigntools' 'perl-file-slurp' 'git')
-depends=('openssl')
-source=("git+https://git.kernel.org/pub/scm/linux/kernel/git/jejb/$pkgname.git#tag=v${pkgver}")
-
-build() {
- cd "${pkgname}"
- make
-}
-
-package() {
- # http://www.rodsbooks.com/efi-bootloaders/secureboot.html#prebootloader
- # http://blog.hansenpartnership.com/uefi-secure-boot/
- # http://blog.hansenpartnership.com/linux-foundation-secure-boot-system-released
- cd "${pkgname}"
- make DESTDIR="${pkgdir}" install
-}
-md5sums=('SKIP')
Copied: efitools/repos/extra-i686/PKGBUILD (from rev 267983, efitools/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-05-14 15:00:38 UTC (rev 267984)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Tobias Powalowski <tpowa at archlinux.org>
+# Contributor: Mirco Tischler <mt-ml at gmx dot de>
+# Contributor: Keshav Amburay <(the ddoott ridikulus ddoott rat) (aatt) (gemmaeiil) (ddoott) (ccoomm)>
+
+pkgname="efitools"
+pkgver=1.7.0.3.g791e463
+pkgrel=1
+pkgdesc="Tools for manipulating UEFI secure boot platforms"
+url="http://git.kernel.org/cgit/linux/kernel/git/jejb/efitools.git"
+arch=('x86_64' 'i686')
+replaces=('prebootloader')
+license=('GPL' 'LGPL2.1')
+options=('!strip' '!makeflags')
+makedepends=('gnu-efi-libs' 'help2man' 'sbsigntools' 'perl-file-slurp' 'git')
+depends=('openssl')
+#source=("git+https://git.kernel.org/pub/scm/linux/kernel/git/jejb/$pkgname.git#tag=v${pkgver}")
+source=("git+https://git.kernel.org/pub/scm/linux/kernel/git/jejb/$pkgname.git#commit=791e4639ee837f70c8d5e1190e01dc3441d4a401")
+
+pkgver() {
+ cd "${pkgname}"
+ echo "$(git describe --tags)" | sed -e 's|-|\.|g' -e 's|^v||g'
+}
+
+prepare() {
+ cd "${pkgname}"
+ git clean -x -d -f
+}
+
+build() {
+ cd "${pkgname}"
+ # fix PreLoader.efi building on x86_64 #49314
+ export ARCH="${CARCH}"
+ make
+}
+
+package() {
+ # http://www.rodsbooks.com/efi-bootloaders/secureboot.html#prebootloader
+ # http://blog.hansenpartnership.com/uefi-secure-boot/
+ # http://blog.hansenpartnership.com/linux-foundation-secure-boot-system-released
+ cd "${pkgname}"
+ make DESTDIR="${pkgdir}" install
+}
+md5sums=('SKIP')
Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD 2016-05-14 15:00:24 UTC (rev 267983)
+++ extra-x86_64/PKGBUILD 2016-05-14 15:00:38 UTC (rev 267984)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Tobias Powalowski <tpowa at archlinux.org>
-# Contributor: Mirco Tischler <mt-ml at gmx dot de>
-# Contributor: Keshav Amburay <(the ddoott ridikulus ddoott rat) (aatt) (gemmaeiil) (ddoott) (ccoomm)>
-
-pkgname="efitools"
-pkgver="1.7.0"
-pkgrel="1"
-pkgdesc="Tools for manipulating UEFI secure boot platforms"
-url="http://git.kernel.org/cgit/linux/kernel/git/jejb/efitools.git"
-arch=('x86_64' 'i686')
-replaces=('prebootloader')
-license=('GPL' 'LGPL2.1')
-options=('!strip' '!makeflags')
-makedepends=('gnu-efi-libs' 'help2man' 'sbsigntools' 'perl-file-slurp' 'git')
-depends=('openssl')
-source=("git+https://git.kernel.org/pub/scm/linux/kernel/git/jejb/$pkgname.git#tag=v${pkgver}")
-
-build() {
- cd "${pkgname}"
- make
-}
-
-package() {
- # http://www.rodsbooks.com/efi-bootloaders/secureboot.html#prebootloader
- # http://blog.hansenpartnership.com/uefi-secure-boot/
- # http://blog.hansenpartnership.com/linux-foundation-secure-boot-system-released
- cd "${pkgname}"
- make DESTDIR="${pkgdir}" install
-}
-md5sums=('SKIP')
Copied: efitools/repos/extra-x86_64/PKGBUILD (from rev 267983, efitools/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD (rev 0)
+++ extra-x86_64/PKGBUILD 2016-05-14 15:00:38 UTC (rev 267984)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Tobias Powalowski <tpowa at archlinux.org>
+# Contributor: Mirco Tischler <mt-ml at gmx dot de>
+# Contributor: Keshav Amburay <(the ddoott ridikulus ddoott rat) (aatt) (gemmaeiil) (ddoott) (ccoomm)>
+
+pkgname="efitools"
+pkgver=1.7.0.3.g791e463
+pkgrel=1
+pkgdesc="Tools for manipulating UEFI secure boot platforms"
+url="http://git.kernel.org/cgit/linux/kernel/git/jejb/efitools.git"
+arch=('x86_64' 'i686')
+replaces=('prebootloader')
+license=('GPL' 'LGPL2.1')
+options=('!strip' '!makeflags')
+makedepends=('gnu-efi-libs' 'help2man' 'sbsigntools' 'perl-file-slurp' 'git')
+depends=('openssl')
+#source=("git+https://git.kernel.org/pub/scm/linux/kernel/git/jejb/$pkgname.git#tag=v${pkgver}")
+source=("git+https://git.kernel.org/pub/scm/linux/kernel/git/jejb/$pkgname.git#commit=791e4639ee837f70c8d5e1190e01dc3441d4a401")
+
+pkgver() {
+ cd "${pkgname}"
+ echo "$(git describe --tags)" | sed -e 's|-|\.|g' -e 's|^v||g'
+}
+
+prepare() {
+ cd "${pkgname}"
+ git clean -x -d -f
+}
+
+build() {
+ cd "${pkgname}"
+ # fix PreLoader.efi building on x86_64 #49314
+ export ARCH="${CARCH}"
+ make
+}
+
+package() {
+ # http://www.rodsbooks.com/efi-bootloaders/secureboot.html#prebootloader
+ # http://blog.hansenpartnership.com/uefi-secure-boot/
+ # http://blog.hansenpartnership.com/linux-foundation-secure-boot-system-released
+ cd "${pkgname}"
+ make DESTDIR="${pkgdir}" install
+}
+md5sums=('SKIP')
More information about the arch-commits
mailing list