[arch-commits] Commit in gnu-efi-libs/repos (4 files)

2017-07-12 Thread Antonio Rojas
Date: Wednesday, July 12, 2017 @ 18:26:15
  Author: arojas
Revision: 300183

archrelease: copy trunk to extra-x86_64, extra-i686

Added:
  gnu-efi-libs/repos/extra-i686/PKGBUILD
(from rev 300182, gnu-efi-libs/trunk/PKGBUILD)
  gnu-efi-libs/repos/extra-x86_64/PKGBUILD
(from rev 300182, gnu-efi-libs/trunk/PKGBUILD)
Deleted:
  gnu-efi-libs/repos/extra-i686/PKGBUILD
  gnu-efi-libs/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |   68 
 extra-i686/PKGBUILD   |   34 
 extra-x86_64/PKGBUILD |   34 
 3 files changed, 68 insertions(+), 68 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-07-12 18:25:49 UTC (rev 300182)
+++ extra-i686/PKGBUILD 2017-07-12 18:26:15 UTC (rev 300183)
@@ -1,34 +0,0 @@
-# Maintainer: Tobias Powalowski 
-# Contributor: Keshav Amburay <(the ddoott ridikulus ddoott rat) (aatt) 
(gemmaeiil) (ddoott) (ccoomm)>
-# Contributor: Alessio 'mOLOk' Bolognino 
-
-[[ "${CARCH}" == "x86_64" ]] && _EFI_ARCH="x86_64"
-[[ "${CARCH}" == "i686" ]] && _EFI_ARCH="ia32"
-
-_pkgver="3.0.3"
-pkgname="gnu-efi-libs"
-pkgver="${_pkgver}"
-pkgrel="1"
-pkgdesc="Library for building UEFI Applications using GNU toolchain"
-url="http://sourceforge.net/projects/gnu-efi/";
-license=('GPL')
-arch=('x86_64' 'i686')
-options=('!strip' '!makeflags' '!buildflags')
-makedepends=('pciutils')
-source=("http://download.sourceforge.net/gnu-efi/gnu-efi-${pkgver}.tar.bz2";)
-md5sums=('15a4bcbc18a9a5e8110ed955970622e6')
-
-build() {
-   cd "${srcdir}/gnu-efi-${_pkgver}/"
-
-   make lib gnuefi inc apps
-}
-
-package() {
-   cd "${srcdir}/gnu-efi-${_pkgver}/"
-
-   make INSTALLROOT="${pkgdir}" PREFIX="/usr" LIBDIR="/usr/lib" install
-
-   install -d "${pkgdir}/usr/share/gnu-efi/apps/${_EFI_ARCH}/"
-   install -D -m0644 
"${srcdir}/gnu-efi-${_pkgver}/${_EFI_ARCH}/apps"/*.efi 
"${pkgdir}/usr/share/gnu-efi/apps/${_EFI_ARCH}/"
-}

Copied: gnu-efi-libs/repos/extra-i686/PKGBUILD (from rev 300182, 
gnu-efi-libs/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-07-12 18:26:15 UTC (rev 300183)
@@ -0,0 +1,34 @@
+# Maintainer: Tobias Powalowski 
+# Contributor: Keshav Amburay <(the ddoott ridikulus ddoott rat) (aatt) 
(gemmaeiil) (ddoott) (ccoomm)>
+# Contributor: Alessio 'mOLOk' Bolognino 
+
+[[ "${CARCH}" == "x86_64" ]] && _EFI_ARCH="x86_64"
+[[ "${CARCH}" == "i686" ]] && _EFI_ARCH="ia32"
+
+_pkgver=3.0.3
+pkgname="gnu-efi-libs"
+pkgver="${_pkgver}"
+pkgrel=2
+pkgdesc="Library for building UEFI Applications using GNU toolchain"
+url="http://sourceforge.net/projects/gnu-efi/";
+license=('GPL')
+arch=('x86_64' 'i686')
+options=('!strip' '!makeflags' '!buildflags')
+makedepends=('pciutils')
+source=("http://download.sourceforge.net/gnu-efi/gnu-efi-${pkgver}.tar.bz2";)
+md5sums=('15a4bcbc18a9a5e8110ed955970622e6')
+
+build() {
+   cd "${srcdir}/gnu-efi-${_pkgver}/"
+
+   make lib gnuefi inc apps
+}
+
+package() {
+   cd "${srcdir}/gnu-efi-${_pkgver}/"
+
+   make INSTALLROOT="${pkgdir}" PREFIX="/usr" LIBDIR="/usr/lib" install
+
+   install -d "${pkgdir}/usr/share/gnu-efi/apps/${_EFI_ARCH}/"
+   install -D -m0644 
"${srcdir}/gnu-efi-${_pkgver}/${_EFI_ARCH}/apps"/*.efi 
"${pkgdir}/usr/share/gnu-efi/apps/${_EFI_ARCH}/"
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2017-07-12 18:25:49 UTC (rev 300182)
+++ extra-x86_64/PKGBUILD   2017-07-12 18:26:15 UTC (rev 300183)
@@ -1,34 +0,0 @@
-# Maintainer: Tobias Powalowski 
-# Contributor: Keshav Amburay <(the ddoott ridikulus ddoott rat) (aatt) 
(gemmaeiil) (ddoott) (ccoomm)>
-# Contributor: Alessio 'mOLOk' Bolognino 
-
-[[ "${CARCH}" == "x86_64" ]] && _EFI_ARCH="x86_64"
-[[ "${CARCH}" == "i686" ]] && _EFI_ARCH="ia32"
-
-_pkgver="3.0.3"
-pkgname="gnu-efi-libs"
-pkgver="${_pkgver}"
-pkgrel="1"
-pkgdesc="Library for building UEFI Applications using GNU toolchain"
-url="http://sourceforge.net/projects/gnu-efi/";
-license=('GPL')
-arch=('x86_64' 'i686')
-options=('!strip' '!makeflags' '!buildflags')
-makedepends=('pciutils')
-source=("http://download.sourceforge.net/gnu-efi/gnu-efi-${pkgver}.tar.bz2";)
-md5sums=('15a4bcbc18a9a5e8110ed955970622e6')
-
-build() {
-   cd "${srcdir}/gnu-efi-${_pkgver}/"
-
-   make lib gnuefi inc apps
-}
-
-package() {
-   cd "${srcdir}/gnu-efi-${_pkgver}/"
-
-   make INSTALLROOT="${pkgdir}" PREFIX="/usr" LIBDIR="/usr/lib" install
-
-   install -d "${pkgdir}/usr/share/gnu-efi/apps/${_EFI_ARCH}/"
-   install -D -m0644 
"${srcdir}/gnu-efi-${_pkgver}/${_EFI_ARCH}/apps"/*.efi 
"${pkgdir}/usr/share/gnu-efi/apps/${_EFI_ARCH}/"
-}

Copied: gnu-efi-libs/repos/extra-x86_64/PKGBUILD (from rev 3001

[arch-commits] Commit in gnu-efi-libs/repos (4 files)

2015-08-27 Thread Tobias Powalowski
Date: Thursday, August 27, 2015 @ 16:07:01
  Author: tpowa
Revision: 244905

archrelease: copy trunk to testing-x86_64, testing-i686

Added:
  gnu-efi-libs/repos/testing-i686/
  gnu-efi-libs/repos/testing-i686/PKGBUILD
(from rev 244904, gnu-efi-libs/trunk/PKGBUILD)
  gnu-efi-libs/repos/testing-x86_64/
  gnu-efi-libs/repos/testing-x86_64/PKGBUILD
(from rev 244904, gnu-efi-libs/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   34 ++
 testing-x86_64/PKGBUILD |   34 ++
 2 files changed, 68 insertions(+)

Copied: gnu-efi-libs/repos/testing-i686/PKGBUILD (from rev 244904, 
gnu-efi-libs/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-08-27 14:07:01 UTC (rev 244905)
@@ -0,0 +1,34 @@
+# Maintainer: Tobias Powalowski 
+# Contributor: Keshav Amburay <(the ddoott ridikulus ddoott rat) (aatt) 
(gemmaeiil) (ddoott) (ccoomm)>
+# Contributor: Alessio 'mOLOk' Bolognino 
+
+[[ "${CARCH}" == "x86_64" ]] && _EFI_ARCH="x86_64"
+[[ "${CARCH}" == "i686" ]] && _EFI_ARCH="ia32"
+
+_pkgver="3.0.3"
+pkgname="gnu-efi-libs"
+pkgver="${_pkgver}"
+pkgrel="1"
+pkgdesc="Library for building UEFI Applications using GNU toolchain"
+url="http://sourceforge.net/projects/gnu-efi/";
+license=('GPL')
+arch=('x86_64' 'i686')
+options=('!strip' '!makeflags' '!buildflags')
+makedepends=('pciutils')
+source=("http://download.sourceforge.net/gnu-efi/gnu-efi-${pkgver}.tar.bz2";)
+md5sums=('15a4bcbc18a9a5e8110ed955970622e6')
+
+build() {
+   cd "${srcdir}/gnu-efi-${_pkgver}/"
+
+   make lib gnuefi inc apps
+}
+
+package() {
+   cd "${srcdir}/gnu-efi-${_pkgver}/"
+
+   make INSTALLROOT="${pkgdir}" PREFIX="/usr" LIBDIR="/usr/lib" install
+
+   install -d "${pkgdir}/usr/share/gnu-efi/apps/${_EFI_ARCH}/"
+   install -D -m0644 
"${srcdir}/gnu-efi-${_pkgver}/${_EFI_ARCH}/apps"/*.efi 
"${pkgdir}/usr/share/gnu-efi/apps/${_EFI_ARCH}/"
+}

Copied: gnu-efi-libs/repos/testing-x86_64/PKGBUILD (from rev 244904, 
gnu-efi-libs/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-08-27 14:07:01 UTC (rev 244905)
@@ -0,0 +1,34 @@
+# Maintainer: Tobias Powalowski 
+# Contributor: Keshav Amburay <(the ddoott ridikulus ddoott rat) (aatt) 
(gemmaeiil) (ddoott) (ccoomm)>
+# Contributor: Alessio 'mOLOk' Bolognino 
+
+[[ "${CARCH}" == "x86_64" ]] && _EFI_ARCH="x86_64"
+[[ "${CARCH}" == "i686" ]] && _EFI_ARCH="ia32"
+
+_pkgver="3.0.3"
+pkgname="gnu-efi-libs"
+pkgver="${_pkgver}"
+pkgrel="1"
+pkgdesc="Library for building UEFI Applications using GNU toolchain"
+url="http://sourceforge.net/projects/gnu-efi/";
+license=('GPL')
+arch=('x86_64' 'i686')
+options=('!strip' '!makeflags' '!buildflags')
+makedepends=('pciutils')
+source=("http://download.sourceforge.net/gnu-efi/gnu-efi-${pkgver}.tar.bz2";)
+md5sums=('15a4bcbc18a9a5e8110ed955970622e6')
+
+build() {
+   cd "${srcdir}/gnu-efi-${_pkgver}/"
+
+   make lib gnuefi inc apps
+}
+
+package() {
+   cd "${srcdir}/gnu-efi-${_pkgver}/"
+
+   make INSTALLROOT="${pkgdir}" PREFIX="/usr" LIBDIR="/usr/lib" install
+
+   install -d "${pkgdir}/usr/share/gnu-efi/apps/${_EFI_ARCH}/"
+   install -D -m0644 
"${srcdir}/gnu-efi-${_pkgver}/${_EFI_ARCH}/apps"/*.efi 
"${pkgdir}/usr/share/gnu-efi/apps/${_EFI_ARCH}/"
+}


[arch-commits] Commit in gnu-efi-libs/repos (4 files)

2015-04-20 Thread Bartłomiej Piotrowski
Date: Monday, April 20, 2015 @ 21:04:08
  Author: bpiotrowski
Revision: 237802

archrelease: copy trunk to extra-x86_64, extra-i686

Added:
  gnu-efi-libs/repos/extra-i686/PKGBUILD
(from rev 237801, gnu-efi-libs/trunk/PKGBUILD)
  gnu-efi-libs/repos/extra-x86_64/PKGBUILD
(from rev 237801, gnu-efi-libs/trunk/PKGBUILD)
Deleted:
  gnu-efi-libs/repos/extra-i686/PKGBUILD
  gnu-efi-libs/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |   68 
 extra-i686/PKGBUILD   |   34 
 extra-x86_64/PKGBUILD |   34 
 3 files changed, 68 insertions(+), 68 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-04-20 19:03:53 UTC (rev 237801)
+++ extra-i686/PKGBUILD 2015-04-20 19:04:08 UTC (rev 237802)
@@ -1,34 +0,0 @@
-# Maintainer: Tobias Powalowski 
-# Contributor: Keshav Amburay <(the ddoott ridikulus ddoott rat) (aatt) 
(gemmaeiil) (ddoott) (ccoomm)>
-# Contributor: Alessio 'mOLOk' Bolognino 
-
-[[ "${CARCH}" == "x86_64" ]] && _EFI_ARCH="x86_64"
-[[ "${CARCH}" == "i686" ]] && _EFI_ARCH="ia32"
-
-_pkgver="3.0.2"
-pkgname="gnu-efi-libs"
-pkgver="${_pkgver}"
-pkgrel="1"
-pkgdesc="Library for building UEFI Applications using GNU toolchain"
-url="http://sourceforge.net/projects/gnu-efi/";
-license=('GPL')
-arch=('x86_64' 'i686')
-options=('!strip' '!makeflags' '!buildflags')
-makedepends=('pciutils')
-source=("http://download.sourceforge.net/gnu-efi/gnu-efi-${pkgver}.tar.bz2";)
-md5sums=('a9db2cabc01a2674715bd6aea2911f01')
-
-build() {
-   cd "${srcdir}/gnu-efi-${_pkgver}/"
-
-   make lib gnuefi inc apps
-}
-
-package() {
-   cd "${srcdir}/gnu-efi-${_pkgver}/"
-
-   make INSTALLROOT="${pkgdir}" PREFIX="/usr" LIBDIR="/usr/lib" install
-
-   install -d "${pkgdir}/usr/share/gnu-efi/apps/${_EFI_ARCH}/"
-   install -D -m0644 
"${srcdir}/gnu-efi-${_pkgver}/${_EFI_ARCH}/apps"/*.efi 
"${pkgdir}/usr/share/gnu-efi/apps/${_EFI_ARCH}/"
-}

Copied: gnu-efi-libs/repos/extra-i686/PKGBUILD (from rev 237801, 
gnu-efi-libs/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-04-20 19:04:08 UTC (rev 237802)
@@ -0,0 +1,34 @@
+# Maintainer: Tobias Powalowski 
+# Contributor: Keshav Amburay <(the ddoott ridikulus ddoott rat) (aatt) 
(gemmaeiil) (ddoott) (ccoomm)>
+# Contributor: Alessio 'mOLOk' Bolognino 
+
+[[ "${CARCH}" == "x86_64" ]] && _EFI_ARCH="x86_64"
+[[ "${CARCH}" == "i686" ]] && _EFI_ARCH="ia32"
+
+_pkgver="3.0.2"
+pkgname="gnu-efi-libs"
+pkgver="${_pkgver}"
+pkgrel="2"
+pkgdesc="Library for building UEFI Applications using GNU toolchain"
+url="http://sourceforge.net/projects/gnu-efi/";
+license=('GPL')
+arch=('x86_64' 'i686')
+options=('!strip' '!makeflags' '!buildflags')
+makedepends=('pciutils')
+source=("http://download.sourceforge.net/gnu-efi/gnu-efi-${pkgver}.tar.bz2";)
+md5sums=('a9db2cabc01a2674715bd6aea2911f01')
+
+build() {
+   cd "${srcdir}/gnu-efi-${_pkgver}/"
+
+   make lib gnuefi inc apps
+}
+
+package() {
+   cd "${srcdir}/gnu-efi-${_pkgver}/"
+
+   make INSTALLROOT="${pkgdir}" PREFIX="/usr" LIBDIR="/usr/lib" install
+
+   install -d "${pkgdir}/usr/share/gnu-efi/apps/${_EFI_ARCH}/"
+   install -D -m0644 
"${srcdir}/gnu-efi-${_pkgver}/${_EFI_ARCH}/apps"/*.efi 
"${pkgdir}/usr/share/gnu-efi/apps/${_EFI_ARCH}/"
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-04-20 19:03:53 UTC (rev 237801)
+++ extra-x86_64/PKGBUILD   2015-04-20 19:04:08 UTC (rev 237802)
@@ -1,34 +0,0 @@
-# Maintainer: Tobias Powalowski 
-# Contributor: Keshav Amburay <(the ddoott ridikulus ddoott rat) (aatt) 
(gemmaeiil) (ddoott) (ccoomm)>
-# Contributor: Alessio 'mOLOk' Bolognino 
-
-[[ "${CARCH}" == "x86_64" ]] && _EFI_ARCH="x86_64"
-[[ "${CARCH}" == "i686" ]] && _EFI_ARCH="ia32"
-
-_pkgver="3.0.2"
-pkgname="gnu-efi-libs"
-pkgver="${_pkgver}"
-pkgrel="1"
-pkgdesc="Library for building UEFI Applications using GNU toolchain"
-url="http://sourceforge.net/projects/gnu-efi/";
-license=('GPL')
-arch=('x86_64' 'i686')
-options=('!strip' '!makeflags' '!buildflags')
-makedepends=('pciutils')
-source=("http://download.sourceforge.net/gnu-efi/gnu-efi-${pkgver}.tar.bz2";)
-md5sums=('a9db2cabc01a2674715bd6aea2911f01')
-
-build() {
-   cd "${srcdir}/gnu-efi-${_pkgver}/"
-
-   make lib gnuefi inc apps
-}
-
-package() {
-   cd "${srcdir}/gnu-efi-${_pkgver}/"
-
-   make INSTALLROOT="${pkgdir}" PREFIX="/usr" LIBDIR="/usr/lib" install
-
-   install -d "${pkgdir}/usr/share/gnu-efi/apps/${_EFI_ARCH}/"
-   install -D -m0644 
"${srcdir}/gnu-efi-${_pkgver}/${_EFI_ARCH}/apps"/*.efi 
"${pkgdir}/usr/share/gnu-efi/apps/${_EFI_ARCH}/"
-}

Copied: gnu-efi-libs/repos/extra-x86_64/PKGBUILD (from r

[arch-commits] Commit in gnu-efi-libs/repos (4 files)

2015-04-20 Thread Bartłomiej Piotrowski
Date: Monday, April 20, 2015 @ 21:02:55
  Author: bpiotrowski
Revision: 237800

archrelease: copy trunk to extra-x86_64, extra-i686

Added:
  gnu-efi-libs/repos/extra-i686/PKGBUILD
(from rev 237799, gnu-efi-libs/trunk/PKGBUILD)
  gnu-efi-libs/repos/extra-x86_64/PKGBUILD
(from rev 237799, gnu-efi-libs/trunk/PKGBUILD)
Deleted:
  gnu-efi-libs/repos/extra-i686/PKGBUILD
  gnu-efi-libs/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |   68 
 extra-i686/PKGBUILD   |   34 
 extra-x86_64/PKGBUILD |   34 
 3 files changed, 68 insertions(+), 68 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-04-20 18:55:17 UTC (rev 237799)
+++ extra-i686/PKGBUILD 2015-04-20 19:02:55 UTC (rev 237800)
@@ -1,34 +0,0 @@
-# Maintainer: Tobias Powalowski 
-# Contributor: Keshav Amburay <(the ddoott ridikulus ddoott rat) (aatt) 
(gemmaeiil) (ddoott) (ccoomm)>
-# Contributor: Alessio 'mOLOk' Bolognino 
-
-[[ "${CARCH}" == "x86_64" ]] && _EFI_ARCH="x86_64"
-[[ "${CARCH}" == "i686" ]] && _EFI_ARCH="ia32"
-
-_pkgver="3.0.2"
-pkgname="gnu-efi-libs"
-pkgver="${_pkgver}"
-pkgrel="1"
-pkgdesc="Library for building UEFI Applications using GNU toolchain"
-url="http://sourceforge.net/projects/gnu-efi/";
-license=('GPL')
-arch=('x86_64' 'i686')
-options=('!strip' '!makeflags' '!buildflags')
-makedepends=('pciutils')
-source=("http://download.sourceforge.net/gnu-efi/gnu-efi-${pkgver}.tar.bz2";)
-md5sums=('a9db2cabc01a2674715bd6aea2911f01')
-
-build() {
-   cd "${srcdir}/gnu-efi-${_pkgver}/"
-
-   make lib gnuefi inc apps
-}
-
-package() {
-   cd "${srcdir}/gnu-efi-${_pkgver}/"
-
-   make INSTALLROOT="${pkgdir}" PREFIX="/usr" LIBDIR="/usr/lib" install
-
-   install -d "${pkgdir}/usr/share/gnu-efi/apps/${_EFI_ARCH}/"
-   install -D -m0644 
"${srcdir}/gnu-efi-${_pkgver}/${_EFI_ARCH}/apps"/*.efi 
"${pkgdir}/usr/share/gnu-efi/apps/${_EFI_ARCH}/"
-}

Copied: gnu-efi-libs/repos/extra-i686/PKGBUILD (from rev 237799, 
gnu-efi-libs/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-04-20 19:02:55 UTC (rev 237800)
@@ -0,0 +1,34 @@
+# Maintainer: Tobias Powalowski 
+# Contributor: Keshav Amburay <(the ddoott ridikulus ddoott rat) (aatt) 
(gemmaeiil) (ddoott) (ccoomm)>
+# Contributor: Alessio 'mOLOk' Bolognino 
+
+[[ "${CARCH}" == "x86_64" ]] && _EFI_ARCH="x86_64"
+[[ "${CARCH}" == "i686" ]] && _EFI_ARCH="ia32"
+
+_pkgver="3.0.2"
+pkgname="gnu-efi-libs"
+pkgver="${_pkgver}"
+pkgrel="1"
+pkgdesc="Library for building UEFI Applications using GNU toolchain"
+url="http://sourceforge.net/projects/gnu-efi/";
+license=('GPL')
+arch=('x86_64' 'i686')
+options=('!strip' '!makeflags' '!buildflags')
+makedepends=('pciutils')
+source=("http://download.sourceforge.net/gnu-efi/gnu-efi-${pkgver}.tar.bz2";)
+md5sums=('a9db2cabc01a2674715bd6aea2911f01')
+
+build() {
+   cd "${srcdir}/gnu-efi-${_pkgver}/"
+
+   make lib gnuefi inc apps
+}
+
+package() {
+   cd "${srcdir}/gnu-efi-${_pkgver}/"
+
+   make INSTALLROOT="${pkgdir}" PREFIX="/usr" LIBDIR="/usr/lib" install
+
+   install -d "${pkgdir}/usr/share/gnu-efi/apps/${_EFI_ARCH}/"
+   install -D -m0644 
"${srcdir}/gnu-efi-${_pkgver}/${_EFI_ARCH}/apps"/*.efi 
"${pkgdir}/usr/share/gnu-efi/apps/${_EFI_ARCH}/"
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-04-20 18:55:17 UTC (rev 237799)
+++ extra-x86_64/PKGBUILD   2015-04-20 19:02:55 UTC (rev 237800)
@@ -1,34 +0,0 @@
-# Maintainer: Tobias Powalowski 
-# Contributor: Keshav Amburay <(the ddoott ridikulus ddoott rat) (aatt) 
(gemmaeiil) (ddoott) (ccoomm)>
-# Contributor: Alessio 'mOLOk' Bolognino 
-
-[[ "${CARCH}" == "x86_64" ]] && _EFI_ARCH="x86_64"
-[[ "${CARCH}" == "i686" ]] && _EFI_ARCH="ia32"
-
-_pkgver="3.0.2"
-pkgname="gnu-efi-libs"
-pkgver="${_pkgver}"
-pkgrel="1"
-pkgdesc="Library for building UEFI Applications using GNU toolchain"
-url="http://sourceforge.net/projects/gnu-efi/";
-license=('GPL')
-arch=('x86_64' 'i686')
-options=('!strip' '!makeflags' '!buildflags')
-makedepends=('pciutils')
-source=("http://download.sourceforge.net/gnu-efi/gnu-efi-${pkgver}.tar.bz2";)
-md5sums=('a9db2cabc01a2674715bd6aea2911f01')
-
-build() {
-   cd "${srcdir}/gnu-efi-${_pkgver}/"
-
-   make lib gnuefi inc apps
-}
-
-package() {
-   cd "${srcdir}/gnu-efi-${_pkgver}/"
-
-   make INSTALLROOT="${pkgdir}" PREFIX="/usr" LIBDIR="/usr/lib" install
-
-   install -d "${pkgdir}/usr/share/gnu-efi/apps/${_EFI_ARCH}/"
-   install -D -m0644 
"${srcdir}/gnu-efi-${_pkgver}/${_EFI_ARCH}/apps"/*.efi 
"${pkgdir}/usr/share/gnu-efi/apps/${_EFI_ARCH}/"
-}

Copied: gnu-efi-libs/repos/extra-x86_64/PKGBUILD (from r

[arch-commits] Commit in gnu-efi-libs/repos (4 files)

2015-04-20 Thread Anatol Pomozov
Date: Monday, April 20, 2015 @ 20:09:51
  Author: anatolik
Revision: 237794

archrelease: copy trunk to extra-x86_64, extra-i686

Added:
  gnu-efi-libs/repos/extra-i686/PKGBUILD
(from rev 237793, gnu-efi-libs/trunk/PKGBUILD)
  gnu-efi-libs/repos/extra-x86_64/PKGBUILD
(from rev 237793, gnu-efi-libs/trunk/PKGBUILD)
Deleted:
  gnu-efi-libs/repos/extra-i686/PKGBUILD
  gnu-efi-libs/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |   68 
 extra-i686/PKGBUILD   |   36 -
 extra-x86_64/PKGBUILD |   36 -
 3 files changed, 68 insertions(+), 72 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-04-20 17:46:31 UTC (rev 237793)
+++ extra-i686/PKGBUILD 2015-04-20 18:09:51 UTC (rev 237794)
@@ -1,36 +0,0 @@
-# Maintainer: Tobias Powalowski 
-# Contributor: Keshav Amburay <(the ddoott ridikulus ddoott rat) (aatt) 
(gemmaeiil) (ddoott) (ccoomm)>
-# Contributor: Alessio 'mOLOk' Bolognino 
-
-[[ "${CARCH}" == "x86_64" ]] && _EFI_ARCH="x86_64"
-[[ "${CARCH}" == "i686" ]] && _EFI_ARCH="ia32"
-
-_pkgver="3.0.1"
-pkgname="gnu-efi-libs"
-pkgver="${_pkgver}"
-pkgrel="1"
-pkgdesc="Library for building UEFI Applications using GNU toolchain"
-url="http://sourceforge.net/projects/gnu-efi/";
-license=('GPL')
-arch=('x86_64' 'i686')
-options=('!strip' '!makeflags' '!buildflags' 'staticlibs')
-makedepends=('pciutils')
-source=("http://download.sourceforge.net/gnu-efi/gnu-efi-${pkgver}.tar.bz2";)
-md5sums=('c4099c443b6b0c2b04dedc33e7814ec0')
-
-build() {
-   cd "${srcdir}/gnu-efi-${_pkgver}/"
-
-   make -j1
-   make -j1 -C apps all
-
-}
-
-package() {
-   cd "${srcdir}/gnu-efi-${_pkgver}/"
-
-   make INSTALLROOT="${pkgdir}" PREFIX="/usr" LIBDIR="/usr/lib" install
-
-   install -d "${pkgdir}/usr/share/gnu-efi/apps/${_EFI_ARCH}/"
-   install -D -m0644 "${srcdir}/gnu-efi-${_pkgver}/apps"/*.efi 
"${pkgdir}/usr/share/gnu-efi/apps/${_EFI_ARCH}/"
-}

Copied: gnu-efi-libs/repos/extra-i686/PKGBUILD (from rev 237793, 
gnu-efi-libs/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-04-20 18:09:51 UTC (rev 237794)
@@ -0,0 +1,34 @@
+# Maintainer: Tobias Powalowski 
+# Contributor: Keshav Amburay <(the ddoott ridikulus ddoott rat) (aatt) 
(gemmaeiil) (ddoott) (ccoomm)>
+# Contributor: Alessio 'mOLOk' Bolognino 
+
+[[ "${CARCH}" == "x86_64" ]] && _EFI_ARCH="x86_64"
+[[ "${CARCH}" == "i686" ]] && _EFI_ARCH="ia32"
+
+_pkgver="3.0.2"
+pkgname="gnu-efi-libs"
+pkgver="${_pkgver}"
+pkgrel="1"
+pkgdesc="Library for building UEFI Applications using GNU toolchain"
+url="http://sourceforge.net/projects/gnu-efi/";
+license=('GPL')
+arch=('x86_64' 'i686')
+options=('!strip' '!makeflags' '!buildflags')
+makedepends=('pciutils')
+source=("http://download.sourceforge.net/gnu-efi/gnu-efi-${pkgver}.tar.bz2";)
+md5sums=('a9db2cabc01a2674715bd6aea2911f01')
+
+build() {
+   cd "${srcdir}/gnu-efi-${_pkgver}/"
+
+   make lib gnuefi inc apps
+}
+
+package() {
+   cd "${srcdir}/gnu-efi-${_pkgver}/"
+
+   make INSTALLROOT="${pkgdir}" PREFIX="/usr" LIBDIR="/usr/lib" install
+
+   install -d "${pkgdir}/usr/share/gnu-efi/apps/${_EFI_ARCH}/"
+   install -D -m0644 
"${srcdir}/gnu-efi-${_pkgver}/${_EFI_ARCH}/apps"/*.efi 
"${pkgdir}/usr/share/gnu-efi/apps/${_EFI_ARCH}/"
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-04-20 17:46:31 UTC (rev 237793)
+++ extra-x86_64/PKGBUILD   2015-04-20 18:09:51 UTC (rev 237794)
@@ -1,36 +0,0 @@
-# Maintainer: Tobias Powalowski 
-# Contributor: Keshav Amburay <(the ddoott ridikulus ddoott rat) (aatt) 
(gemmaeiil) (ddoott) (ccoomm)>
-# Contributor: Alessio 'mOLOk' Bolognino 
-
-[[ "${CARCH}" == "x86_64" ]] && _EFI_ARCH="x86_64"
-[[ "${CARCH}" == "i686" ]] && _EFI_ARCH="ia32"
-
-_pkgver="3.0.1"
-pkgname="gnu-efi-libs"
-pkgver="${_pkgver}"
-pkgrel="1"
-pkgdesc="Library for building UEFI Applications using GNU toolchain"
-url="http://sourceforge.net/projects/gnu-efi/";
-license=('GPL')
-arch=('x86_64' 'i686')
-options=('!strip' '!makeflags' '!buildflags' 'staticlibs')
-makedepends=('pciutils')
-source=("http://download.sourceforge.net/gnu-efi/gnu-efi-${pkgver}.tar.bz2";)
-md5sums=('c4099c443b6b0c2b04dedc33e7814ec0')
-
-build() {
-   cd "${srcdir}/gnu-efi-${_pkgver}/"
-
-   make -j1
-   make -j1 -C apps all
-
-}
-
-package() {
-   cd "${srcdir}/gnu-efi-${_pkgver}/"
-
-   make INSTALLROOT="${pkgdir}" PREFIX="/usr" LIBDIR="/usr/lib" install
-
-   install -d "${pkgdir}/usr/share/gnu-efi/apps/${_EFI_ARCH}/"
-   install -D -m0644 "${srcdir}/gnu-efi-${_pkgver}/apps"/*.efi 
"${pkgdir}/usr/share/gnu-efi/apps/${_EFI_ARCH}/"
-}

Copied: gnu-efi-libs/repos/ex

[arch-commits] Commit in gnu-efi-libs/repos (4 files)

2015-04-20 Thread Anatol Pomozov
Date: Monday, April 20, 2015 @ 18:23:08
  Author: anatolik
Revision: 237791

archrelease: copy trunk to core-x86_64, core-i686

Added:
  gnu-efi-libs/repos/core-i686/
  gnu-efi-libs/repos/core-i686/PKGBUILD
(from rev 237790, gnu-efi-libs/trunk/PKGBUILD)
  gnu-efi-libs/repos/core-x86_64/
  gnu-efi-libs/repos/core-x86_64/PKGBUILD
(from rev 237790, gnu-efi-libs/trunk/PKGBUILD)

--+
 core-i686/PKGBUILD   |   34 ++
 core-x86_64/PKGBUILD |   34 ++
 2 files changed, 68 insertions(+)

Copied: gnu-efi-libs/repos/core-i686/PKGBUILD (from rev 237790, 
gnu-efi-libs/trunk/PKGBUILD)
===
--- core-i686/PKGBUILD  (rev 0)
+++ core-i686/PKGBUILD  2015-04-20 16:23:08 UTC (rev 237791)
@@ -0,0 +1,34 @@
+# Maintainer: Tobias Powalowski 
+# Contributor: Keshav Amburay <(the ddoott ridikulus ddoott rat) (aatt) 
(gemmaeiil) (ddoott) (ccoomm)>
+# Contributor: Alessio 'mOLOk' Bolognino 
+
+[[ "${CARCH}" == "x86_64" ]] && _EFI_ARCH="x86_64"
+[[ "${CARCH}" == "i686" ]] && _EFI_ARCH="ia32"
+
+_pkgver="3.0.2"
+pkgname="gnu-efi-libs"
+pkgver="${_pkgver}"
+pkgrel="1"
+pkgdesc="Library for building UEFI Applications using GNU toolchain"
+url="http://sourceforge.net/projects/gnu-efi/";
+license=('GPL')
+arch=('x86_64' 'i686')
+options=('!strip' '!makeflags' '!buildflags')
+makedepends=('pciutils')
+source=("http://download.sourceforge.net/gnu-efi/gnu-efi-${pkgver}.tar.bz2";)
+md5sums=('a9db2cabc01a2674715bd6aea2911f01')
+
+build() {
+   cd "${srcdir}/gnu-efi-${_pkgver}/"
+
+   make lib gnuefi inc apps
+}
+
+package() {
+   cd "${srcdir}/gnu-efi-${_pkgver}/"
+
+   make INSTALLROOT="${pkgdir}" PREFIX="/usr" LIBDIR="/usr/lib" install
+
+   install -d "${pkgdir}/usr/share/gnu-efi/apps/${_EFI_ARCH}/"
+   install -D -m0644 
"${srcdir}/gnu-efi-${_pkgver}/${_EFI_ARCH}/apps"/*.efi 
"${pkgdir}/usr/share/gnu-efi/apps/${_EFI_ARCH}/"
+}

Copied: gnu-efi-libs/repos/core-x86_64/PKGBUILD (from rev 237790, 
gnu-efi-libs/trunk/PKGBUILD)
===
--- core-x86_64/PKGBUILD(rev 0)
+++ core-x86_64/PKGBUILD2015-04-20 16:23:08 UTC (rev 237791)
@@ -0,0 +1,34 @@
+# Maintainer: Tobias Powalowski 
+# Contributor: Keshav Amburay <(the ddoott ridikulus ddoott rat) (aatt) 
(gemmaeiil) (ddoott) (ccoomm)>
+# Contributor: Alessio 'mOLOk' Bolognino 
+
+[[ "${CARCH}" == "x86_64" ]] && _EFI_ARCH="x86_64"
+[[ "${CARCH}" == "i686" ]] && _EFI_ARCH="ia32"
+
+_pkgver="3.0.2"
+pkgname="gnu-efi-libs"
+pkgver="${_pkgver}"
+pkgrel="1"
+pkgdesc="Library for building UEFI Applications using GNU toolchain"
+url="http://sourceforge.net/projects/gnu-efi/";
+license=('GPL')
+arch=('x86_64' 'i686')
+options=('!strip' '!makeflags' '!buildflags')
+makedepends=('pciutils')
+source=("http://download.sourceforge.net/gnu-efi/gnu-efi-${pkgver}.tar.bz2";)
+md5sums=('a9db2cabc01a2674715bd6aea2911f01')
+
+build() {
+   cd "${srcdir}/gnu-efi-${_pkgver}/"
+
+   make lib gnuefi inc apps
+}
+
+package() {
+   cd "${srcdir}/gnu-efi-${_pkgver}/"
+
+   make INSTALLROOT="${pkgdir}" PREFIX="/usr" LIBDIR="/usr/lib" install
+
+   install -d "${pkgdir}/usr/share/gnu-efi/apps/${_EFI_ARCH}/"
+   install -D -m0644 
"${srcdir}/gnu-efi-${_pkgver}/${_EFI_ARCH}/apps"/*.efi 
"${pkgdir}/usr/share/gnu-efi/apps/${_EFI_ARCH}/"
+}


[arch-commits] Commit in gnu-efi-libs/repos (4 files)

2013-10-22 Thread Tobias Powalowski
Date: Wednesday, October 23, 2013 @ 08:17:45
  Author: tpowa
Revision: 197144

archrelease: copy trunk to extra-x86_64, extra-i686

Added:
  gnu-efi-libs/repos/extra-i686/PKGBUILD
(from rev 197143, gnu-efi-libs/trunk/PKGBUILD)
  gnu-efi-libs/repos/extra-x86_64/PKGBUILD
(from rev 197143, gnu-efi-libs/trunk/PKGBUILD)
Deleted:
  gnu-efi-libs/repos/extra-i686/PKGBUILD
  gnu-efi-libs/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |   94 
 extra-i686/PKGBUILD   |   47 
 extra-x86_64/PKGBUILD |   47 
 3 files changed, 94 insertions(+), 94 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-10-23 06:16:51 UTC (rev 197143)
+++ extra-i686/PKGBUILD 2013-10-23 06:17:45 UTC (rev 197144)
@@ -1,47 +0,0 @@
-# Maintainer: Tobias Powalowski 
-# Contributor: Keshav Padram <(the.ridikulus.rat) (aatt) (gemmaeiil) (ddoott) 
(ccoomm)>
-# Contributor: Alessio 'mOLOk' Bolognino 
-
-_pkgver="3.0"
-pkgname="gnu-efi-libs"
-pkgver="${_pkgver}u"
-pkgrel="3"
-pkgdesc="Library for building UEFI Applications using GNU toolchain"
-url="http://sourceforge.net/projects/gnu-efi/";
-license=('GPL')
-arch=('x86_64' 'i686')
-options=('!strip' '!makeflags')
-makedepends=('pciutils')
-
-source=("http://download.sourceforge.net/gnu-efi/gnu-efi_${pkgver}.orig.tar.gz";)
-md5sums=('d15d3c700e79a1e2938544d73edc572d')
-
-[[ "${CARCH}" == "x86_64" ]] && _EFI_ARCH="x86_64"
-[[ "${CARCH}" == "i686" ]] && _EFI_ARCH="ia32"
-
-build() {
-   
-   cd "${srcdir}/gnu-efi-${_pkgver}/"
-   
-   ## Unset all compiler FLAGS
-   unset CFLAGS
-   unset CPPFLAGS
-   unset CXXFLAGS
-   unset LDFLAGS
-   unset MAKEFLAGS
-   
-   make -j1
-   make -j1 -C apps all
-   
-}
-
-package() {
-   
-   cd "${srcdir}/gnu-efi-${_pkgver}/"
-   
-   make INSTALLROOT="${pkgdir}" PREFIX="/usr" LIBDIR="/usr/lib" install
-   
-   install -d "${pkgdir}/usr/share/gnu-efi/apps/${_EFI_ARCH}/"
-   install -D -m0644 "${srcdir}/gnu-efi-${_pkgver}/apps"/*.efi 
"${pkgdir}/usr/share/gnu-efi/apps/${_EFI_ARCH}/"
-   
-}

Copied: gnu-efi-libs/repos/extra-i686/PKGBUILD (from rev 197143, 
gnu-efi-libs/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-10-23 06:17:45 UTC (rev 197144)
@@ -0,0 +1,47 @@
+# Maintainer: Tobias Powalowski 
+# Contributor: Keshav Padram <(the.ridikulus.rat) (aatt) (gemmaeiil) (ddoott) 
(ccoomm)>
+# Contributor: Alessio 'mOLOk' Bolognino 
+
+_pkgver="3.0"
+pkgname="gnu-efi-libs"
+pkgver="${_pkgver}u"
+pkgrel="4"
+pkgdesc="Library for building UEFI Applications using GNU toolchain"
+url="http://sourceforge.net/projects/gnu-efi/";
+license=('GPL')
+arch=('x86_64' 'i686')
+options=('!strip' '!makeflags' 'staticlibs')
+makedepends=('pciutils')
+
+source=("http://download.sourceforge.net/gnu-efi/gnu-efi_${pkgver}.orig.tar.gz";)
+md5sums=('d15d3c700e79a1e2938544d73edc572d')
+
+[[ "${CARCH}" == "x86_64" ]] && _EFI_ARCH="x86_64"
+[[ "${CARCH}" == "i686" ]] && _EFI_ARCH="ia32"
+
+build() {
+   
+   cd "${srcdir}/gnu-efi-${_pkgver}/"
+   
+   ## Unset all compiler FLAGS
+   unset CFLAGS
+   unset CPPFLAGS
+   unset CXXFLAGS
+   unset LDFLAGS
+   unset MAKEFLAGS
+   
+   make -j1
+   make -j1 -C apps all
+   
+}
+
+package() {
+   
+   cd "${srcdir}/gnu-efi-${_pkgver}/"
+   
+   make INSTALLROOT="${pkgdir}" PREFIX="/usr" LIBDIR="/usr/lib" install
+   
+   install -d "${pkgdir}/usr/share/gnu-efi/apps/${_EFI_ARCH}/"
+   install -D -m0644 "${srcdir}/gnu-efi-${_pkgver}/apps"/*.efi 
"${pkgdir}/usr/share/gnu-efi/apps/${_EFI_ARCH}/"
+   
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-10-23 06:16:51 UTC (rev 197143)
+++ extra-x86_64/PKGBUILD   2013-10-23 06:17:45 UTC (rev 197144)
@@ -1,47 +0,0 @@
-# Maintainer: Tobias Powalowski 
-# Contributor: Keshav Padram <(the.ridikulus.rat) (aatt) (gemmaeiil) (ddoott) 
(ccoomm)>
-# Contributor: Alessio 'mOLOk' Bolognino 
-
-_pkgver="3.0"
-pkgname="gnu-efi-libs"
-pkgver="${_pkgver}u"
-pkgrel="3"
-pkgdesc="Library for building UEFI Applications using GNU toolchain"
-url="http://sourceforge.net/projects/gnu-efi/";
-license=('GPL')
-arch=('x86_64' 'i686')
-options=('!strip' '!makeflags')
-makedepends=('pciutils')
-
-source=("http://download.sourceforge.net/gnu-efi/gnu-efi_${pkgver}.orig.tar.gz";)
-md5sums=('d15d3c700e79a1e2938544d73edc572d')
-
-[[ "${CARCH}" == "x86_64" ]] && _EFI_ARCH="x86_64"
-[[ "${CARCH}" == "i686" ]] && _EFI_ARCH="ia32"
-
-build() {
-   
-   cd "${srcdir}/gnu-efi-${_pkgver}/"
-   
-   ## Unset all compiler FLAGS
-   unset C

[arch-commits] Commit in gnu-efi-libs/repos (4 files)

2013-10-21 Thread Tobias Powalowski
Date: Monday, October 21, 2013 @ 09:38:50
  Author: tpowa
Revision: 196928

archrelease: copy trunk to extra-x86_64, extra-i686

Added:
  gnu-efi-libs/repos/extra-i686/PKGBUILD
(from rev 196927, gnu-efi-libs/trunk/PKGBUILD)
  gnu-efi-libs/repos/extra-x86_64/PKGBUILD
(from rev 196927, gnu-efi-libs/trunk/PKGBUILD)
Deleted:
  gnu-efi-libs/repos/extra-i686/PKGBUILD
  gnu-efi-libs/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |   94 
 extra-i686/PKGBUILD   |   47 
 extra-x86_64/PKGBUILD |   47 
 3 files changed, 94 insertions(+), 94 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-10-21 07:38:29 UTC (rev 196927)
+++ extra-i686/PKGBUILD 2013-10-21 07:38:50 UTC (rev 196928)
@@ -1,47 +0,0 @@
-# Maintainer: Tobias Powalowski 
-# Contributor: Keshav Padram <(the.ridikulus.rat) (aatt) (gemmaeiil) (ddoott) 
(ccoomm)>
-# Contributor: Alessio 'mOLOk' Bolognino 
-
-_pkgver="3.0"
-pkgname="gnu-efi-libs"
-pkgver="${_pkgver}u"
-pkgrel="2"
-pkgdesc="Library for building UEFI Applications using GNU toolchain"
-url="http://sourceforge.net/projects/gnu-efi/";
-license=('GPL')
-arch=('x86_64' 'i686')
-options=('!strip' '!makeflags')
-makedepends=('pciutils')
-
-source=("http://download.sourceforge.net/gnu-efi/gnu-efi_${pkgver}.orig.tar.gz";)
-md5sums=('d15d3c700e79a1e2938544d73edc572d')
-
-[[ "${CARCH}" == "x86_64" ]] && _EFI_ARCH="x86_64"
-[[ "${CARCH}" == "i686" ]] && _EFI_ARCH="ia32"
-
-build() {
-   
-   cd "${srcdir}/gnu-efi-${_pkgver}/"
-   
-   ## Unset all compiler FLAGS
-   unset CFLAGS
-   unset CPPFLAGS
-   unset CXXFLAGS
-   unset LDFLAGS
-   unset MAKEFLAGS
-   
-   make -j1
-   make -j1 -C apps all
-   
-}
-
-package() {
-   
-   cd "${srcdir}/gnu-efi-${_pkgver}/"
-   
-   make INSTALLROOT="${pkgdir}" PREFIX="/usr" LIBDIR="/usr/lib" install
-   
-   install -d "${pkgdir}/usr/share/gnu-efi/apps/${_EFI_ARCH}/"
-   install -D -m0644 "${srcdir}/gnu-efi-${_pkgver}/apps"/*.efi 
"${pkgdir}/usr/share/gnu-efi/apps/${_EFI_ARCH}/"
-   
-}

Copied: gnu-efi-libs/repos/extra-i686/PKGBUILD (from rev 196927, 
gnu-efi-libs/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-10-21 07:38:50 UTC (rev 196928)
@@ -0,0 +1,47 @@
+# Maintainer: Tobias Powalowski 
+# Contributor: Keshav Padram <(the.ridikulus.rat) (aatt) (gemmaeiil) (ddoott) 
(ccoomm)>
+# Contributor: Alessio 'mOLOk' Bolognino 
+
+_pkgver="3.0"
+pkgname="gnu-efi-libs"
+pkgver="${_pkgver}u"
+pkgrel="3"
+pkgdesc="Library for building UEFI Applications using GNU toolchain"
+url="http://sourceforge.net/projects/gnu-efi/";
+license=('GPL')
+arch=('x86_64' 'i686')
+options=('!strip' '!makeflags')
+makedepends=('pciutils')
+
+source=("http://download.sourceforge.net/gnu-efi/gnu-efi_${pkgver}.orig.tar.gz";)
+md5sums=('d15d3c700e79a1e2938544d73edc572d')
+
+[[ "${CARCH}" == "x86_64" ]] && _EFI_ARCH="x86_64"
+[[ "${CARCH}" == "i686" ]] && _EFI_ARCH="ia32"
+
+build() {
+   
+   cd "${srcdir}/gnu-efi-${_pkgver}/"
+   
+   ## Unset all compiler FLAGS
+   unset CFLAGS
+   unset CPPFLAGS
+   unset CXXFLAGS
+   unset LDFLAGS
+   unset MAKEFLAGS
+   
+   make -j1
+   make -j1 -C apps all
+   
+}
+
+package() {
+   
+   cd "${srcdir}/gnu-efi-${_pkgver}/"
+   
+   make INSTALLROOT="${pkgdir}" PREFIX="/usr" LIBDIR="/usr/lib" install
+   
+   install -d "${pkgdir}/usr/share/gnu-efi/apps/${_EFI_ARCH}/"
+   install -D -m0644 "${srcdir}/gnu-efi-${_pkgver}/apps"/*.efi 
"${pkgdir}/usr/share/gnu-efi/apps/${_EFI_ARCH}/"
+   
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-10-21 07:38:29 UTC (rev 196927)
+++ extra-x86_64/PKGBUILD   2013-10-21 07:38:50 UTC (rev 196928)
@@ -1,47 +0,0 @@
-# Maintainer: Tobias Powalowski 
-# Contributor: Keshav Padram <(the.ridikulus.rat) (aatt) (gemmaeiil) (ddoott) 
(ccoomm)>
-# Contributor: Alessio 'mOLOk' Bolognino 
-
-_pkgver="3.0"
-pkgname="gnu-efi-libs"
-pkgver="${_pkgver}u"
-pkgrel="2"
-pkgdesc="Library for building UEFI Applications using GNU toolchain"
-url="http://sourceforge.net/projects/gnu-efi/";
-license=('GPL')
-arch=('x86_64' 'i686')
-options=('!strip' '!makeflags')
-makedepends=('pciutils')
-
-source=("http://download.sourceforge.net/gnu-efi/gnu-efi_${pkgver}.orig.tar.gz";)
-md5sums=('d15d3c700e79a1e2938544d73edc572d')
-
-[[ "${CARCH}" == "x86_64" ]] && _EFI_ARCH="x86_64"
-[[ "${CARCH}" == "i686" ]] && _EFI_ARCH="ia32"
-
-build() {
-   
-   cd "${srcdir}/gnu-efi-${_pkgver}/"
-   
-   ## Unset all compiler FLAGS
-   unset CFLAGS
-   un

[arch-commits] Commit in gnu-efi-libs/repos (4 files)

2013-06-21 Thread Tobias Powalowski
Date: Friday, June 21, 2013 @ 21:30:05
  Author: tpowa
Revision: 188808

archrelease: copy trunk to testing-x86_64, testing-i686

Added:
  gnu-efi-libs/repos/testing-i686/PKGBUILD
(from rev 188807, gnu-efi-libs/trunk/PKGBUILD)
  gnu-efi-libs/repos/testing-x86_64/PKGBUILD
(from rev 188807, gnu-efi-libs/trunk/PKGBUILD)
Deleted:
  gnu-efi-libs/repos/testing-i686/PKGBUILD
  gnu-efi-libs/repos/testing-x86_64/PKGBUILD

-+
 /PKGBUILD   |   94 ++
 testing-i686/PKGBUILD   |   89 ---
 testing-x86_64/PKGBUILD |   89 ---
 3 files changed, 94 insertions(+), 178 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2013-06-21 19:29:42 UTC (rev 188807)
+++ testing-i686/PKGBUILD   2013-06-21 19:30:05 UTC (rev 188808)
@@ -1,89 +0,0 @@
-# Maintainer: Tobias Powalowski 
-# Contributor: Keshav Padram <(the.ridikulus.rat) (aatt) (gemmaeiil) (ddoott) 
(ccoomm)>
-# Contributor: Alessio 'mOLOk' Bolognino 
-
-_pkgver="3.0"
-pkgname="gnu-efi-libs"
-pkgver="${_pkgver}u"
-pkgrel="1"
-pkgdesc="Library for building x86_64 and ia32 UEFI Applications using GNU 
toolchain"
-url="http://sourceforge.net/projects/gnu-efi/";
-license=('GPL')
-arch=('i686' 'x86_64')
-options=('!strip' '!makeflags')
-makedepends=('pciutils')
-
-if [[ "${CARCH}" == "x86_64" ]]; then
-   makedepends+=('lib32-glibc' 'gcc-multilib')
-fi
-
-source=("http://download.sourceforge.net/gnu-efi/gnu-efi_${pkgver}.orig.tar.gz";)
-md5sums=('d15d3c700e79a1e2938544d73edc572d')
-
-_build_gnu-efi-libs-x86_64() {
-   cp -r "${srcdir}/gnu-efi-${_pkgver}" 
"${srcdir}/gnu-efi-${_pkgver}-x86_64"
-   cd "${srcdir}/gnu-efi-${_pkgver}-x86_64/"
-   
-   unset CFLAGS
-   unset CPPFLAGS
-   unset CXXFLAGS
-   unset LDFLAGS
-   unset MAKEFLAGS
-   
-   make ARCH="x86_64" -j1
-   make ARCH="x86_64" -j1 -C apps all
-}
-
-_build_gnu-efi-libs-ia32() {
-   cp -r "${srcdir}/gnu-efi-${_pkgver}" "${srcdir}/gnu-efi-${_pkgver}-ia32"
-   cd "${srcdir}/gnu-efi-${_pkgver}-ia32/"
-   
-   unset CFLAGS
-   unset CPPFLAGS
-   unset CXXFLAGS
-   unset LDFLAGS
-   unset MAKEFLAGS
-   
-   make ARCH="ia32" -j1
-   make ARCH="ia32" -j1 -C apps all
-}
-
-build() {
-   cd "${srcdir}/gnu-efi-${_pkgver}/"
-   
-   if [[ "${CARCH}" == "x86_64" ]]; then
-   _build_gnu-efi-libs-x86_64
-   fi
-   
-   _build_gnu-efi-libs-ia32
-}
-
-_package_gnu-efi-libs-x86_64() {
-   cd "${srcdir}/gnu-efi-${_pkgver}-x86_64/"
-   
-   make ARCH="x86_64" INSTALLROOT="${pkgdir}" PREFIX="/usr" 
LIBDIR="/usr/lib" install
-   
-   install -d "${pkgdir}/usr/share/gnu-efi/apps/x86_64/"
-   install -D -m0644 "${srcdir}/gnu-efi-${_pkgver}-x86_64/apps"/*.efi 
"${pkgdir}/usr/share/gnu-efi/apps/x86_64/"
-}
-
-_package_gnu-efi-libs-ia32() {
-   cd "${srcdir}/gnu-efi-${_pkgver}-ia32/"
-   
-   make ARCH="ia32" INSTALLROOT="${pkgdir}" PREFIX="/usr" 
LIBDIR="/usr/${_LIBDIR32}" install
-   
-   install -d "${pkgdir}/usr/share/gnu-efi/apps/ia32/"
-   install -D -m0644 "${srcdir}/gnu-efi-${_pkgver}-ia32/apps"/*.efi 
"${pkgdir}/usr/share/gnu-efi/apps/ia32/"
-}
-
-package() {
-   if [[ "${CARCH}" == "x86_64" ]]; then
-   _package_gnu-efi-libs-x86_64
-   
-   _LIBDIR32="lib32"
-   _package_gnu-efi-libs-ia32
-   else
-   _LIBDIR32="lib"
-   _package_gnu-efi-libs-ia32
-   fi
-}

Copied: gnu-efi-libs/repos/testing-i686/PKGBUILD (from rev 188807, 
gnu-efi-libs/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-06-21 19:30:05 UTC (rev 188808)
@@ -0,0 +1,47 @@
+# Maintainer: Tobias Powalowski 
+# Contributor: Keshav Padram <(the.ridikulus.rat) (aatt) (gemmaeiil) (ddoott) 
(ccoomm)>
+# Contributor: Alessio 'mOLOk' Bolognino 
+
+_pkgver="3.0"
+pkgname="gnu-efi-libs"
+pkgver="${_pkgver}u"
+pkgrel="2"
+pkgdesc="Library for building UEFI Applications using GNU toolchain"
+url="http://sourceforge.net/projects/gnu-efi/";
+license=('GPL')
+arch=('x86_64' 'i686')
+options=('!strip' '!makeflags')
+makedepends=('pciutils')
+
+source=("http://download.sourceforge.net/gnu-efi/gnu-efi_${pkgver}.orig.tar.gz";)
+md5sums=('d15d3c700e79a1e2938544d73edc572d')
+
+[[ "${CARCH}" == "x86_64" ]] && _EFI_ARCH="x86_64"
+[[ "${CARCH}" == "i686" ]] && _EFI_ARCH="ia32"
+
+build() {
+   
+   cd "${srcdir}/gnu-efi-${_pkgver}/"
+   
+   ## Unset all compiler FLAGS
+   unset CFLAGS
+   unset CPPFLAGS
+   unset CXXFLAGS
+   unset LDFLAGS
+   unset MAKEFLAGS
+   
+   make -j1
+   make -j1 -C apps all

[arch-commits] Commit in gnu-efi-libs/repos (4 files)

2013-06-16 Thread Tobias Powalowski
Date: Monday, June 17, 2013 @ 08:24:30
  Author: tpowa
Revision: 188623

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  gnu-efi-libs/repos/testing-i686/
  gnu-efi-libs/repos/testing-i686/PKGBUILD
(from rev 188622, gnu-efi-libs/trunk/PKGBUILD)
  gnu-efi-libs/repos/testing-x86_64/
  gnu-efi-libs/repos/testing-x86_64/PKGBUILD
(from rev 188622, gnu-efi-libs/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   89 ++
 testing-x86_64/PKGBUILD |   89 ++
 2 files changed, 178 insertions(+)

Copied: gnu-efi-libs/repos/testing-i686/PKGBUILD (from rev 188622, 
gnu-efi-libs/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-06-17 06:24:30 UTC (rev 188623)
@@ -0,0 +1,89 @@
+# Maintainer: Tobias Powalowski 
+# Contributor: Keshav Padram <(the.ridikulus.rat) (aatt) (gemmaeiil) (ddoott) 
(ccoomm)>
+# Contributor: Alessio 'mOLOk' Bolognino 
+
+_pkgver="3.0"
+pkgname="gnu-efi-libs"
+pkgver="${_pkgver}u"
+pkgrel="1"
+pkgdesc="Library for building x86_64 and ia32 UEFI Applications using GNU 
toolchain"
+url="http://sourceforge.net/projects/gnu-efi/";
+license=('GPL')
+arch=('i686' 'x86_64')
+options=('!strip' '!makeflags')
+makedepends=('pciutils')
+
+if [[ "${CARCH}" == "x86_64" ]]; then
+   makedepends+=('lib32-glibc' 'gcc-multilib')
+fi
+
+source=("http://download.sourceforge.net/gnu-efi/gnu-efi_${pkgver}.orig.tar.gz";)
+md5sums=('d15d3c700e79a1e2938544d73edc572d')
+
+_build_gnu-efi-libs-x86_64() {
+   cp -r "${srcdir}/gnu-efi-${_pkgver}" 
"${srcdir}/gnu-efi-${_pkgver}-x86_64"
+   cd "${srcdir}/gnu-efi-${_pkgver}-x86_64/"
+   
+   unset CFLAGS
+   unset CPPFLAGS
+   unset CXXFLAGS
+   unset LDFLAGS
+   unset MAKEFLAGS
+   
+   make ARCH="x86_64" -j1
+   make ARCH="x86_64" -j1 -C apps all
+}
+
+_build_gnu-efi-libs-ia32() {
+   cp -r "${srcdir}/gnu-efi-${_pkgver}" "${srcdir}/gnu-efi-${_pkgver}-ia32"
+   cd "${srcdir}/gnu-efi-${_pkgver}-ia32/"
+   
+   unset CFLAGS
+   unset CPPFLAGS
+   unset CXXFLAGS
+   unset LDFLAGS
+   unset MAKEFLAGS
+   
+   make ARCH="ia32" -j1
+   make ARCH="ia32" -j1 -C apps all
+}
+
+build() {
+   cd "${srcdir}/gnu-efi-${_pkgver}/"
+   
+   if [[ "${CARCH}" == "x86_64" ]]; then
+   _build_gnu-efi-libs-x86_64
+   fi
+   
+   _build_gnu-efi-libs-ia32
+}
+
+_package_gnu-efi-libs-x86_64() {
+   cd "${srcdir}/gnu-efi-${_pkgver}-x86_64/"
+   
+   make ARCH="x86_64" INSTALLROOT="${pkgdir}" PREFIX="/usr" 
LIBDIR="/usr/lib" install
+   
+   install -d "${pkgdir}/usr/share/gnu-efi/apps/x86_64/"
+   install -D -m0644 "${srcdir}/gnu-efi-${_pkgver}-x86_64/apps"/*.efi 
"${pkgdir}/usr/share/gnu-efi/apps/x86_64/"
+}
+
+_package_gnu-efi-libs-ia32() {
+   cd "${srcdir}/gnu-efi-${_pkgver}-ia32/"
+   
+   make ARCH="ia32" INSTALLROOT="${pkgdir}" PREFIX="/usr" 
LIBDIR="/usr/${_LIBDIR32}" install
+   
+   install -d "${pkgdir}/usr/share/gnu-efi/apps/ia32/"
+   install -D -m0644 "${srcdir}/gnu-efi-${_pkgver}-ia32/apps"/*.efi 
"${pkgdir}/usr/share/gnu-efi/apps/ia32/"
+}
+
+package() {
+   if [[ "${CARCH}" == "x86_64" ]]; then
+   _package_gnu-efi-libs-x86_64
+   
+   _LIBDIR32="lib32"
+   _package_gnu-efi-libs-ia32
+   else
+   _LIBDIR32="lib"
+   _package_gnu-efi-libs-ia32
+   fi
+}

Copied: gnu-efi-libs/repos/testing-x86_64/PKGBUILD (from rev 188622, 
gnu-efi-libs/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2013-06-17 06:24:30 UTC (rev 188623)
@@ -0,0 +1,89 @@
+# Maintainer: Tobias Powalowski 
+# Contributor: Keshav Padram <(the.ridikulus.rat) (aatt) (gemmaeiil) (ddoott) 
(ccoomm)>
+# Contributor: Alessio 'mOLOk' Bolognino 
+
+_pkgver="3.0"
+pkgname="gnu-efi-libs"
+pkgver="${_pkgver}u"
+pkgrel="1"
+pkgdesc="Library for building x86_64 and ia32 UEFI Applications using GNU 
toolchain"
+url="http://sourceforge.net/projects/gnu-efi/";
+license=('GPL')
+arch=('i686' 'x86_64')
+options=('!strip' '!makeflags')
+makedepends=('pciutils')
+
+if [[ "${CARCH}" == "x86_64" ]]; then
+   makedepends+=('lib32-glibc' 'gcc-multilib')
+fi
+
+source=("http://download.sourceforge.net/gnu-efi/gnu-efi_${pkgver}.orig.tar.gz";)
+md5sums=('d15d3c700e79a1e2938544d73edc572d')
+
+_build_gnu-efi-libs-x86_64() {
+   cp -r "${srcdir}/gnu-efi-${_pkgver}" 
"${srcdir}/gnu-efi-${_pkgver}-x86_64"
+   cd "${srcdir}/gnu-efi-${_pkgver}-x86_64/"
+   
+   unset CFLAGS
+   unset CPPFLAGS
+   unset CXXFLAGS
+   unset LDFLAGS
+   unset MAKEFLAGS
+   
+   make ARCH="

[arch-commits] Commit in gnu-efi-libs/repos (4 files)

2012-10-11 Thread Tobias Powalowski
Date: Friday, October 12, 2012 @ 01:21:57
  Author: tpowa
Revision: 168453

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  gnu-efi-libs/repos/extra-i686/PKGBUILD
(from rev 168452, gnu-efi-libs/trunk/PKGBUILD)
  gnu-efi-libs/repos/extra-i686/gnu-efi-libs-x86_64-call-fix.patch
(from rev 168452, gnu-efi-libs/trunk/gnu-efi-libs-x86_64-call-fix.patch)
Deleted:
  gnu-efi-libs/repos/extra-i686/PKGBUILD
  gnu-efi-libs/repos/extra-x86_64/PKGBUILD

---+
 extra-i686/PKGBUILD   |  154 +--
 extra-i686/gnu-efi-libs-x86_64-call-fix.patch |  327 
 extra-x86_64/PKGBUILD |   79 -
 3 files changed, 406 insertions(+), 154 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-10-12 05:15:06 UTC (rev 168452)
+++ extra-i686/PKGBUILD 2012-10-12 05:21:57 UTC (rev 168453)
@@ -1,75 +0,0 @@
-# $Id$
-# Maintainer: Tobias Powalowski 
-# Maintainer : Keshav P R <(the.ridikulus.rat) (aatt) (gemmaeiil) (ddoott) 
(ccoomm)>
-# Contributor: Alessio 'mOLOk' Bolognino 
-
-_pkgver="3.0"
-pkgname="gnu-efi-libs"
-pkgver="${_pkgver}q"
-pkgrel="1"
-pkgdesc="Library for building x86_64 and i386 UEFI Applications using GNU 
toolchain"
-url="http://sourceforge.net/projects/gnu-efi/";
-license=('GPL')
-arch=('i686' 'x86_64')
-makedepends=('pciutils')
-if [[ "${CARCH}" == "x86_64" ]]; then
-   makedepends+=('lib32-glibc')
-fi
-conflicts=('gnu-efi')
-provides=('gnu-efi')
-replaces=('gnu-efi')
-options=('!strip' '!makeflags')
-source=("http://download.sourceforge.net/gnu-efi/gnu-efi_${pkgver}.orig.tar.gz";)
-sha1sums=('99d29be5fd17dfca762cf0e265477862c21d63bb')
-
-_build_gnu-efi-libs-x86_64() { 
-   cp -r "${srcdir}/gnu-efi-${_pkgver}" 
"${srcdir}/gnu-efi-${_pkgver}-x86_64"
-   cd "${srcdir}/gnu-efi-${_pkgver}-x86_64/"
-   ARCH="x86_64" make
-   ARCH="x86_64" make -C apps all  
-}
-
-_build_gnu-efi-libs-i386() {
-   cp -r "${srcdir}/gnu-efi-${_pkgver}" "${srcdir}/gnu-efi-${_pkgver}-i386"
-   cd "${srcdir}/gnu-efi-${_pkgver}-i386/" 
-   ARCH="ia32" make
-   ARCH="ia32" make -C apps all
-}
-
-build() {  
-   ## Fix Makefiles to enable compile for both UEFI arch
-   sed 's|INSTALLROOT=/usr/local|INSTALLROOT ?= /usr/lib|g' -i 
"${srcdir}/gnu-efi-${_pkgver}/Make.defaults"
-   sed 's|LIBDIR=lib|LIBDIR ?= lib|g' -i 
"${srcdir}/gnu-efi-${_pkgver}/Make.defaults"
-   sed 's|ARCH:=|ARCH ?=|g' -i 
"${srcdir}/gnu-efi-${_pkgver}/Make.defaults"
-   sed 's|-fno-strict-aliasing|-fno-strict-aliasing 
-fno-stack-protector|g' -i "${srcdir}/gnu-efi-${_pkgver}/Make.defaults"
-   if [[ "${CARCH}" == "x86_64" ]]; then
-   _build_gnu-efi-libs-x86_64
-   fi
-   _build_gnu-efi-libs-i386
-}
-
-_package_gnu-efi-libs-x86_64() {
-   cd "${srcdir}/gnu-efi-${_pkgver}-x86_64/"   
-   make ARCH="x86_64" INSTALLROOT="${pkgdir}/usr/" LIBDIR="lib" install
-   install -d "${pkgdir}/usr/share/gnu-efi/x86_64/"
-   install -D -m0644 "${srcdir}/gnu-efi-${_pkgver}-x86_64/apps"/*.efi 
"${pkgdir}/usr/share/gnu-efi/x86_64/"
-}
-
-_package_gnu-efi-libs-i386() { 
-   cd "${srcdir}/gnu-efi-${_pkgver}-i386/"
-   make ARCH="ia32" INSTALLROOT="${pkgdir}/usr/" LIBDIR="${_LIBDIR32}" 
install
-   install -d "${pkgdir}/usr/share/gnu-efi/i386/"
-   install -D -m0644 "${srcdir}/gnu-efi-${_pkgver}-i386/apps"/*.efi 
"${pkgdir}/usr/share/gnu-efi/i386/"
-}
-
-package() {
-   if [[ "${CARCH}" == "x86_64" ]]; then
-   _package_gnu-efi-libs-x86_64
-   
-   _LIBDIR32="lib32"
-   _package_gnu-efi-libs-i386
-   else
-   _LIBDIR32="lib"
-   _package_gnu-efi-libs-i386
-   fi  
-}

Copied: gnu-efi-libs/repos/extra-i686/PKGBUILD (from rev 168452, 
gnu-efi-libs/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-10-12 05:21:57 UTC (rev 168453)
@@ -0,0 +1,79 @@
+# $Id$
+# Maintainer: Tobias Powalowski 
+# Maintainer : Keshav P R <(the.ridikulus.rat) (aatt) (gemmaeiil) (ddoott) 
(ccoomm)>
+# Contributor: Alessio 'mOLOk' Bolognino 
+
+_pkgver="3.0"
+pkgname="gnu-efi-libs"
+pkgver="${_pkgver}r"
+pkgrel="1"
+pkgdesc="Library for building x86_64 and i386 UEFI Applications using GNU 
toolchain"
+url="http://sourceforge.net/projects/gnu-efi/";
+license=('GPL')
+arch=('i686' 'x86_64')
+makedepends=('pciutils')
+if [[ "${CARCH}" == "x86_64" ]]; then
+   makedepends+=('lib32-glibc')
+fi
+conflicts=('gnu-efi')
+provides=('gnu-efi')
+replaces=('gnu-efi')
+options=('!strip' '!makeflags')
+source=("http://download.sourceforge.net/gnu-efi/gnu-efi_${pkgver}.orig.tar.gz";
 gnu-efi-libs-x86_64-call-fix.patch)
+
+_build_gnu-efi-libs-x86_64() { 
+   

[arch-commits] Commit in gnu-efi-libs/repos (4 files)

2012-09-25 Thread Tobias Powalowski
Date: Wednesday, September 26, 2012 @ 02:30:46
  Author: tpowa
Revision: 167140

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  gnu-efi-libs/repos/extra-i686/
  gnu-efi-libs/repos/extra-i686/PKGBUILD
(from rev 167139, gnu-efi-libs/trunk/PKGBUILD)
  gnu-efi-libs/repos/extra-x86_64/
  gnu-efi-libs/repos/extra-x86_64/PKGBUILD
(from rev 167139, gnu-efi-libs/trunk/PKGBUILD)

---+
 extra-i686/PKGBUILD   |   75 
 extra-x86_64/PKGBUILD |   75 
 2 files changed, 150 insertions(+)

Copied: gnu-efi-libs/repos/extra-i686/PKGBUILD (from rev 167139, 
gnu-efi-libs/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-09-26 06:30:46 UTC (rev 167140)
@@ -0,0 +1,75 @@
+# $Id$
+# Maintainer: Tobias Powalowski 
+# Maintainer : Keshav P R <(the.ridikulus.rat) (aatt) (gemmaeiil) (ddoott) 
(ccoomm)>
+# Contributor: Alessio 'mOLOk' Bolognino 
+
+_pkgver="3.0"
+pkgname="gnu-efi-libs"
+pkgver="${_pkgver}q"
+pkgrel="1"
+pkgdesc="Library for building x86_64 and i386 UEFI Applications using GNU 
toolchain"
+url="http://sourceforge.net/projects/gnu-efi/";
+license=('GPL')
+arch=('i686' 'x86_64')
+makedepends=('pciutils')
+if [[ "${CARCH}" == "x86_64" ]]; then
+   makedepends+=('lib32-glibc')
+fi
+conflicts=('gnu-efi')
+provides=('gnu-efi')
+replaces=('gnu-efi')
+options=('!strip' '!makeflags')
+source=("http://download.sourceforge.net/gnu-efi/gnu-efi_${pkgver}.orig.tar.gz";)
+sha1sums=('99d29be5fd17dfca762cf0e265477862c21d63bb')
+
+_build_gnu-efi-libs-x86_64() { 
+   cp -r "${srcdir}/gnu-efi-${_pkgver}" 
"${srcdir}/gnu-efi-${_pkgver}-x86_64"
+   cd "${srcdir}/gnu-efi-${_pkgver}-x86_64/"
+   ARCH="x86_64" make
+   ARCH="x86_64" make -C apps all  
+}
+
+_build_gnu-efi-libs-i386() {
+   cp -r "${srcdir}/gnu-efi-${_pkgver}" "${srcdir}/gnu-efi-${_pkgver}-i386"
+   cd "${srcdir}/gnu-efi-${_pkgver}-i386/" 
+   ARCH="ia32" make
+   ARCH="ia32" make -C apps all
+}
+
+build() {  
+   ## Fix Makefiles to enable compile for both UEFI arch
+   sed 's|INSTALLROOT=/usr/local|INSTALLROOT ?= /usr/lib|g' -i 
"${srcdir}/gnu-efi-${_pkgver}/Make.defaults"
+   sed 's|LIBDIR=lib|LIBDIR ?= lib|g' -i 
"${srcdir}/gnu-efi-${_pkgver}/Make.defaults"
+   sed 's|ARCH:=|ARCH ?=|g' -i 
"${srcdir}/gnu-efi-${_pkgver}/Make.defaults"
+   sed 's|-fno-strict-aliasing|-fno-strict-aliasing 
-fno-stack-protector|g' -i "${srcdir}/gnu-efi-${_pkgver}/Make.defaults"
+   if [[ "${CARCH}" == "x86_64" ]]; then
+   _build_gnu-efi-libs-x86_64
+   fi
+   _build_gnu-efi-libs-i386
+}
+
+_package_gnu-efi-libs-x86_64() {
+   cd "${srcdir}/gnu-efi-${_pkgver}-x86_64/"   
+   make ARCH="x86_64" INSTALLROOT="${pkgdir}/usr/" LIBDIR="lib" install
+   install -d "${pkgdir}/usr/share/gnu-efi/x86_64/"
+   install -D -m0644 "${srcdir}/gnu-efi-${_pkgver}-x86_64/apps"/*.efi 
"${pkgdir}/usr/share/gnu-efi/x86_64/"
+}
+
+_package_gnu-efi-libs-i386() { 
+   cd "${srcdir}/gnu-efi-${_pkgver}-i386/"
+   make ARCH="ia32" INSTALLROOT="${pkgdir}/usr/" LIBDIR="${_LIBDIR32}" 
install
+   install -d "${pkgdir}/usr/share/gnu-efi/i386/"
+   install -D -m0644 "${srcdir}/gnu-efi-${_pkgver}-i386/apps"/*.efi 
"${pkgdir}/usr/share/gnu-efi/i386/"
+}
+
+package() {
+   if [[ "${CARCH}" == "x86_64" ]]; then
+   _package_gnu-efi-libs-x86_64
+   
+   _LIBDIR32="lib32"
+   _package_gnu-efi-libs-i386
+   else
+   _LIBDIR32="lib"
+   _package_gnu-efi-libs-i386
+   fi  
+}

Copied: gnu-efi-libs/repos/extra-x86_64/PKGBUILD (from rev 167139, 
gnu-efi-libs/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2012-09-26 06:30:46 UTC (rev 167140)
@@ -0,0 +1,75 @@
+# $Id$
+# Maintainer: Tobias Powalowski 
+# Maintainer : Keshav P R <(the.ridikulus.rat) (aatt) (gemmaeiil) (ddoott) 
(ccoomm)>
+# Contributor: Alessio 'mOLOk' Bolognino 
+
+_pkgver="3.0"
+pkgname="gnu-efi-libs"
+pkgver="${_pkgver}q"
+pkgrel="1"
+pkgdesc="Library for building x86_64 and i386 UEFI Applications using GNU 
toolchain"
+url="http://sourceforge.net/projects/gnu-efi/";
+license=('GPL')
+arch=('i686' 'x86_64')
+makedepends=('pciutils')
+if [[ "${CARCH}" == "x86_64" ]]; then
+   makedepends+=('lib32-glibc')
+fi
+conflicts=('gnu-efi')
+provides=('gnu-efi')
+replaces=('gnu-efi')
+options=('!strip' '!makeflags')
+source=("http://download.sourceforge.net/gnu-efi/gnu-efi_${pkgver}.orig.tar.gz";)
+sha1sums=('99d29be5fd17dfca762cf0e265477862c21d63bb')
+
+_build_gnu-efi-libs-x86_64() { 
+   cp -r "${srcdir}/gnu-efi-${_pkgver}" 
"${srcdir}/gnu-efi-${_pkgve