15 lines
491 B
Bash
15 lines
491 B
Bash
# Template file for 'chrpath'
|
|
pkgname=chrpath
|
|
version=0.16
|
|
revision=2
|
|
build_style="gnu-configure"
|
|
short_desc="Change or delete the rpath or runpath in ELF files"
|
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
|
license="GPL-2"
|
|
homepage="http://directory.fsf.org/project/chrpath/"
|
|
distfiles="https://alioth.debian.org/frs/download.php/latestfile/813/chrpath-${version}.tar.gz"
|
|
checksum=bb0d4c54bac2990e1bdf8132f2c9477ae752859d523e141e72b3b11a12c26e7b
|
|
|
|
post_install() {
|
|
rm -r ${DESTDIR}/usr/doc
|
|
}
|