2012-09-30 15:38:53 +00:00
|
|
|
# Template file for 'chrpath'
|
|
|
|
pkgname=chrpath
|
2014-03-05 12:43:12 +00:00
|
|
|
version=0.16
|
2014-10-11 07:33:11 +00:00
|
|
|
revision=2
|
2012-09-30 15:38:53 +00:00
|
|
|
build_style="gnu-configure"
|
|
|
|
short_desc="Change or delete the rpath or runpath in ELF files"
|
2015-04-10 07:16:30 +00:00
|
|
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
2012-09-30 15:38:53 +00:00
|
|
|
license="GPL-2"
|
|
|
|
homepage="http://directory.fsf.org/project/chrpath/"
|
2014-03-05 12:43:12 +00:00
|
|
|
distfiles="https://alioth.debian.org/frs/download.php/latestfile/813/chrpath-${version}.tar.gz"
|
|
|
|
checksum=bb0d4c54bac2990e1bdf8132f2c9477ae752859d523e141e72b3b11a12c26e7b
|
2014-10-11 07:33:11 +00:00
|
|
|
|
|
|
|
post_install() {
|
|
|
|
rm -r ${DESTDIR}/usr/doc
|
|
|
|
}
|