# Contributor: Natanael Copa # Maintainer: pkgname=libelf pkgver=0.8.13 pkgrel=4 pkgdesc="ELF object file access library" url=" " # Dead upstream: http://www.mr511.de/software/ arch="all" license="LGPL-2.0+" depends="" makedepends="" subpackages="$pkgname-dev" source="https://distfiles.adelielinux.org/source/$pkgname-$pkgver.tar.gz" prepare() { default_prepare update_config_sub } build() { ./configure \ --build=$CBUILD \ --host=$CHOST \ --prefix=/usr \ --enable-shared \ --enable-gnu-names \ --enable-compat make } check() { make check } package() { make install prefix="$pkgdir"/usr } sha512sums="d2a4ea8ccc0bbfecac38fa20fbd96aefa8e86f8af38691fb6991cd9c5a03f587475ecc2365fc89a4954c11a679d93460ee9a5890693112f6133719af3e6582fe libelf-0.8.13.tar.gz"