void-packages/srcpkgs/elfutils/template

22 lines
739 B
Plaintext

# Template file for 'elfutils'
pkgname=elfutils
version=0.155
revision=1
subpackages="libelf ${pkgname}-devel"
build_style=gnu-configure
configure_args="--program-prefix=eu-"
makedepends="liblzma-devel"
short_desc="Utilities to handle ELF object files"
maintainer="Juan RP <xtraeme@gmail.com>"
license="GPL-3"
homepage="https://fedorahosted.org/elfutils/"
distfiles="https://fedorahosted.org/releases/e/l/${pkgname}/${version}/${pkgname}-${version}.tar.bz2"
checksum=68444a4526416ffd68852ec3c6a40ceddcca46538297322405319884c5d30ed8
long_desc="
Sed, the GNU Stream Editor, copies the named files (standard input default)
to the standard output, edited according to a script of commands."
post_install() {
rm -f ${DESTDIR}/usr/lib/*.a
}