Date: Wednesday, May 28, 2014 @ 18:21:19 Author: tpowa Revision: 213697
archrelease: copy trunk to extra-x86_64, extra-i686 Deleted: gnu-efi-libs/repos/extra-i686/PKGBUILD gnu-efi-libs/repos/extra-x86_64/PKGBUILD -----------------------+ extra-i686/PKGBUILD | 54 ------------------------------------------------ extra-x86_64/PKGBUILD | 54 ------------------------------------------------ 2 files changed, 108 deletions(-) Deleted: extra-i686/PKGBUILD =================================================================== --- extra-i686/PKGBUILD 2014-05-28 16:21:09 UTC (rev 213696) +++ extra-i686/PKGBUILD 2014-05-28 16:21:19 UTC (rev 213697) @@ -1,54 +0,0 @@ -# Maintainer: Tobias Powalowski <[email protected]> -# Contributor: Keshav Padram <(the.ridikulus.rat) (aatt) (gemmaeiil) (ddoott) (ccoomm)> -# Contributor: Alessio 'mOLOk' Bolognino <[email protected]> - -_pkgver="3.0" -pkgname="gnu-efi-libs" -pkgver="${_pkgver}v" -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' 'staticlibs') -makedepends=('pciutils') - -source=("http://download.sourceforge.net/gnu-efi/gnu-efi_${pkgver}.orig.tar.gz" - 'gnu-efi-3.0v-revert-makefile-commit.patch') - -[[ "${CARCH}" == "x86_64" ]] && _EFI_ARCH="x86_64" -[[ "${CARCH}" == "i686" ]] && _EFI_ARCH="ia32" - -perpare() { - cd "${srcdir}/gnu-efi-${_pkgver}/" - patch -Np1 -i "${srcdir}/gnu-efi-3.0v-revert-makefile-commit.patch" -} - -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}/" - -} -md5sums=('57f0a308c0e939e5d18e40840a5484a9' - '19daf1c655747fb6cc7f37a18623ae26') Deleted: extra-x86_64/PKGBUILD =================================================================== --- extra-x86_64/PKGBUILD 2014-05-28 16:21:09 UTC (rev 213696) +++ extra-x86_64/PKGBUILD 2014-05-28 16:21:19 UTC (rev 213697) @@ -1,54 +0,0 @@ -# Maintainer: Tobias Powalowski <[email protected]> -# Contributor: Keshav Padram <(the.ridikulus.rat) (aatt) (gemmaeiil) (ddoott) (ccoomm)> -# Contributor: Alessio 'mOLOk' Bolognino <[email protected]> - -_pkgver="3.0" -pkgname="gnu-efi-libs" -pkgver="${_pkgver}v" -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' 'staticlibs') -makedepends=('pciutils') - -source=("http://download.sourceforge.net/gnu-efi/gnu-efi_${pkgver}.orig.tar.gz" - 'gnu-efi-3.0v-revert-makefile-commit.patch') - -[[ "${CARCH}" == "x86_64" ]] && _EFI_ARCH="x86_64" -[[ "${CARCH}" == "i686" ]] && _EFI_ARCH="ia32" - -perpare() { - cd "${srcdir}/gnu-efi-${_pkgver}/" - patch -Np1 -i "${srcdir}/gnu-efi-3.0v-revert-makefile-commit.patch" -} - -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}/" - -} -md5sums=('57f0a308c0e939e5d18e40840a5484a9' - '19daf1c655747fb6cc7f37a18623ae26')
