16 lines
480 B
Bash
16 lines
480 B
Bash
# Template file for 'chrpath'
|
|
pkgname=chrpath
|
|
version=0.16
|
|
revision=3
|
|
build_style="gnu-configure"
|
|
short_desc="Change or delete the rpath or runpath in ELF files"
|
|
maintainer="Juan RP <xtraeme@voidlinux.org>"
|
|
license="GPL-2.0-or-later"
|
|
homepage="http://directory.fsf.org/project/chrpath/"
|
|
distfiles="${DEBIAN_SITE}/main/c/chrpath/chrpath_${version}.orig.tar.gz"
|
|
checksum=bb0d4c54bac2990e1bdf8132f2c9477ae752859d523e141e72b3b11a12c26e7b
|
|
|
|
post_install() {
|
|
rm -r ${DESTDIR}/usr/doc
|
|
}
|