[arch-commits] Commit in elfutils/repos (4 files)

Allan McRae allan at archlinux.org
Mon Apr 23 13:56:25 UTC 2012


    Date: Monday, April 23, 2012 @ 09:56:25
  Author: allan
Revision: 157084

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

Added:
  elfutils/repos/extra-i686/PKGBUILD
    (from rev 157083, elfutils/trunk/PKGBUILD)
  elfutils/repos/extra-x86_64/PKGBUILD
    (from rev 157083, elfutils/trunk/PKGBUILD)
Deleted:
  elfutils/repos/extra-i686/PKGBUILD
  elfutils/repos/extra-x86_64/PKGBUILD

-----------------------+
 extra-i686/PKGBUILD   |   69 +++++++++++++++++++++++++-----------------------
 extra-x86_64/PKGBUILD |   69 +++++++++++++++++++++++++-----------------------
 2 files changed, 74 insertions(+), 64 deletions(-)

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2012-04-23 13:55:12 UTC (rev 157083)
+++ extra-i686/PKGBUILD	2012-04-23 13:56:25 UTC (rev 157084)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Allan McRae <allan at archlinux.org>
-# Contributor: Andrej Gelenberg <andrej.gelenberg at udo.edu>
-
-pkgname=elfutils
-pkgver=0.152
-pkgrel=2
-pkgdesc="Collection of libraries and utilities for working with ELF object files and DWARF debugging information"
-arch=('i686' 'x86_64')
-url="https://fedorahosted.org/elfutils/"
-license=('GPL2')
-depends=('glibc')
-#optdepends=('zlib' 'xz' 'bzip2')
-provides=('libelf')
-replaces=('libelf')
-conflicts=('libelf')
-source=(https://fedorahosted.org/releases/e/l/elfutils/${pkgver}/elfutils-${pkgver}.tar.bz2)
-md5sums=('39739ed58a0fa1862eff8735f111fe5c')
-
-build()
-{
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  ./configure --prefix=/usr --program-prefix="eu-"
-  make
-  make check
-}
-
-package()
-{
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-}

Copied: elfutils/repos/extra-i686/PKGBUILD (from rev 157083, elfutils/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2012-04-23 13:56:25 UTC (rev 157084)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: 
+# Contributor: Andrej Gelenberg <andrej.gelenberg at udo.edu>
+
+pkgname=elfutils
+pkgver=0.153
+pkgrel=1
+pkgdesc="Collection of libraries and utilities for working with ELF object files and DWARF debugging information"
+arch=('i686' 'x86_64')
+url="https://fedorahosted.org/elfutils/"
+license=('GPL2')
+depends=('glibc')
+provides=('libelf')
+replaces=('libelf')
+conflicts=('libelf')
+options=('!makeflags')
+source=(https://fedorahosted.org/releases/e/l/elfutils/${pkgver}/elfutils-${pkgver}.tar.bz2{,.sig})
+md5sums=('289a146182bc29f0236eaa15d8ebdf98'
+         '1af9fe25e9316173b81fa4fad3a17ed5')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  CFLAGS+=" -g"  # required for test-suite success
+  ./configure --prefix=/usr --program-prefix="eu-"
+  make
+}
+
+check() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  sed -i "s#./alldts#testrun ./alldts#" tests/run-alldts.sh
+  make check
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}

Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2012-04-23 13:55:12 UTC (rev 157083)
+++ extra-x86_64/PKGBUILD	2012-04-23 13:56:25 UTC (rev 157084)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Allan McRae <allan at archlinux.org>
-# Contributor: Andrej Gelenberg <andrej.gelenberg at udo.edu>
-
-pkgname=elfutils
-pkgver=0.152
-pkgrel=2
-pkgdesc="Collection of libraries and utilities for working with ELF object files and DWARF debugging information"
-arch=('i686' 'x86_64')
-url="https://fedorahosted.org/elfutils/"
-license=('GPL2')
-depends=('glibc')
-#optdepends=('zlib' 'xz' 'bzip2')
-provides=('libelf')
-replaces=('libelf')
-conflicts=('libelf')
-source=(https://fedorahosted.org/releases/e/l/elfutils/${pkgver}/elfutils-${pkgver}.tar.bz2)
-md5sums=('39739ed58a0fa1862eff8735f111fe5c')
-
-build()
-{
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  ./configure --prefix=/usr --program-prefix="eu-"
-  make
-  make check
-}
-
-package()
-{
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-}

Copied: elfutils/repos/extra-x86_64/PKGBUILD (from rev 157083, elfutils/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2012-04-23 13:56:25 UTC (rev 157084)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: 
+# Contributor: Andrej Gelenberg <andrej.gelenberg at udo.edu>
+
+pkgname=elfutils
+pkgver=0.153
+pkgrel=1
+pkgdesc="Collection of libraries and utilities for working with ELF object files and DWARF debugging information"
+arch=('i686' 'x86_64')
+url="https://fedorahosted.org/elfutils/"
+license=('GPL2')
+depends=('glibc')
+provides=('libelf')
+replaces=('libelf')
+conflicts=('libelf')
+options=('!makeflags')
+source=(https://fedorahosted.org/releases/e/l/elfutils/${pkgver}/elfutils-${pkgver}.tar.bz2{,.sig})
+md5sums=('289a146182bc29f0236eaa15d8ebdf98'
+         '1af9fe25e9316173b81fa4fad3a17ed5')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  CFLAGS+=" -g"  # required for test-suite success
+  ./configure --prefix=/usr --program-prefix="eu-"
+  make
+}
+
+check() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  sed -i "s#./alldts#testrun ./alldts#" tests/run-alldts.sh
+  make check
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}




More information about the arch-commits mailing list