diff options
author | Nicolas Reynolds <fauno@kiwwwi.com.ar> | 2011-05-07 21:27:26 -0300 |
---|---|---|
committer | Nicolas Reynolds <fauno@kiwwwi.com.ar> | 2011-05-07 21:27:26 -0300 |
commit | 0363d5073b581f7d98910a93440d70b98ba29b53 (patch) | |
tree | a0ed8bf924f7a5c0b35d499edb45954cc215509c /core | |
parent | 3a0008bd8a3e6f4f21181c1fadc17c3da3108907 (diff) | |
parent | b0145a13655cdf02f228f07b376e58a825e28b78 (diff) |
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts:
community/ude/PKGBUILD
Diffstat (limited to 'core')
-rw-r--r-- | core/elfutils/PKGBUILD | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/core/elfutils/PKGBUILD b/core/elfutils/PKGBUILD deleted file mode 100644 index 1f825930a..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' 'mips64el') -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 -} |