[arch-commits] Commit in elfutils/trunk (PKGBUILD)

Allan McRae allan at nymeria.archlinux.org
Fri Oct 25 01:23:17 UTC 2013


    Date: Friday, October 25, 2013 @ 03:23:17
  Author: allan
Revision: 197291

upgpkg: elfutils 0.156-2

remove static libraries

Modified:
  elfutils/trunk/PKGBUILD

----------+
 PKGBUILD |    5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-10-25 01:17:05 UTC (rev 197290)
+++ PKGBUILD	2013-10-25 01:23:17 UTC (rev 197291)
@@ -4,7 +4,7 @@
 
 pkgname=elfutils
 pkgver=0.156
-pkgrel=1
+pkgrel=2
 pkgdesc="Libraries and utilities to handle ELF object files and DWARF debugging information"
 arch=('i686' 'x86_64')
 url="https://fedorahosted.org/elfutils/"
@@ -14,6 +14,7 @@
 replaces=('libelf')
 conflicts=('libelf')
 source=(https://fedorahosted.org/releases/e/l/elfutils/${pkgver}/elfutils-${pkgver}.tar.bz2{,.sig})
+options=('staticlibs')
 sha1sums=('48b30828eb0fb47787e45d80db05c05bbe0eaa76'
           'SKIP')
 
@@ -36,4 +37,6 @@
   cd ${pkgname}-${pkgver}
 
   make DESTDIR="${pkgdir}" install
+  
+  rm "${pkgdir}"/usr/lib/lib{asm,dw,elf}.a
 }




More information about the arch-commits mailing list