summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorParabola <dev@list.parabolagnulinux.org>2011-05-06 20:18:00 +0000
committerParabola <dev@list.parabolagnulinux.org>2011-05-06 20:18:00 +0000
commitb0145a13655cdf02f228f07b376e58a825e28b78 (patch)
treeeac91196d7ae193597d55e04353d146969f54f7b /core
parent3f7a594e5ed077eadf16cad40d023c4835c68501 (diff)
Fri May 6 20:18:00 UTC 2011
Diffstat (limited to 'core')
-rw-r--r--core/elfutils/PKGBUILD32
1 files changed, 0 insertions, 32 deletions
diff --git a/core/elfutils/PKGBUILD b/core/elfutils/PKGBUILD
deleted file mode 100644
index 7aef0c8f6..000000000
--- a/core/elfutils/PKGBUILD
+++ /dev/null
@@ -1,32 +0,0 @@
-# $Id: PKGBUILD 114401 2011-03-13 10:05:11Z allan $
-# Maintainer: Allan McRae <allan@archlinux.org>
-# Contributor: Andrej Gelenberg <andrej.gelenberg@udo.edu>
-
-pkgname=elfutils
-pkgver=0.152
-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')
-#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
-}