diff --git a/srcpkgs/chrpath/chrpath.rshlibs b/srcpkgs/chrpath/chrpath.rshlibs new file mode 100644 index 00000000000..631aa1dda40 --- /dev/null +++ b/srcpkgs/chrpath/chrpath.rshlibs @@ -0,0 +1 @@ +libc.so.6 diff --git a/srcpkgs/chrpath/template b/srcpkgs/chrpath/template new file mode 100644 index 00000000000..b7c0e048a37 --- /dev/null +++ b/srcpkgs/chrpath/template @@ -0,0 +1,14 @@ +# 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 " +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."