15 lines
578 B
Text
15 lines
578 B
Text
|
# Template file for 'chrpath'
|
||
|
pkgname=chrpath
|
||
|
version=0.13
|
||
|
revision=1
|
||
|
build_style="gnu-configure"
|
||
|
short_desc="Change or delete the rpath or runpath in ELF files"
|
||
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||
|
license="GPL-2"
|
||
|
homepage="http://directory.fsf.org/project/chrpath/"
|
||
|
distfiles="http://ftp.tux.org/pub/X-Windows/ftp.hungry.com/${pkgname}/${pkgname}-${version}.tar.gz"
|
||
|
checksum="c1aa5342eac0daad81b8da05aa282ae1ccd6f68bc75ca94064304f541eed071b"
|
||
|
long_desc="
|
||
|
chrpath allows you to modify the dynamic library load path (rpath and runpath)
|
||
|
of compiled programs and libraries."
|