aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2019-05-08 09:43:10 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2019-05-08 09:43:50 +0000
commitf132727c38e89d0179e686ae74eb80754ae82214 (patch)
tree363db78a8bee55fada0454c314ae73c76fa66615
parent0e33b1df3ab38a33fd0f4701760229d24b5af4e0 (diff)
downloadaports-f132727c38.tar.bz2
aports-f132727c38.tar.xz
main/libelf: purge. replaced by elfutils
-rw-r--r--main/libelf/APKBUILD44
1 files changed, 0 insertions, 44 deletions
diff --git a/main/libelf/APKBUILD b/main/libelf/APKBUILD
deleted file mode 100644
index 35f5af9950..0000000000
--- a/main/libelf/APKBUILD
+++ /dev/null
@@ -1,44 +0,0 @@
-# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
-pkgname=libelf
-pkgver=0.8.13
-pkgrel=3
-pkgdesc="libelf is a free ELF object file access library"
-url="http://www.mr511.de/software/"
-arch="all"
-license="GPL"
-depends=
-makedepends=
-subpackages="$pkgname-dev"
-source="http://www.mr511.de/software/$pkgname-$pkgver.tar.gz"
-
-builddir="$srcdir/$pkgname-$pkgver"
-
-prepare() {
- cd "$builddir"
- default_prepare
- update_config_sub
-}
-
-build() {
- cd "$builddir"
- ./configure \
- --build=$CBUILD \
- --host=$CHOST \
- --prefix=/usr \
- --enable-shared \
- --enable-gnu-names \
- --enable-compat \
- --disable-nls
- make
-}
-
-check() {
- cd "$builddir"
- make check
-}
-
-package() {
- cd "$builddir"
- make install prefix="$pkgdir"/usr
-}
-sha512sums="d2a4ea8ccc0bbfecac38fa20fbd96aefa8e86f8af38691fb6991cd9c5a03f587475ecc2365fc89a4954c11a679d93460ee9a5890693112f6133719af3e6582fe libelf-0.8.13.tar.gz"