From 39fab9a82c565ca82bebc3e66dd7f8f84ec706ca Mon Sep 17 00:00:00 2001 From: Juan RP Date: Sun, 30 Sep 2012 17:38:53 +0200 Subject: [PATCH] New package: chrpath-0.13. --- srcpkgs/chrpath/chrpath.rshlibs | 1 + srcpkgs/chrpath/template | 14 ++++++++++++++ 2 files changed, 15 insertions(+) create mode 100644 srcpkgs/chrpath/chrpath.rshlibs create mode 100644 srcpkgs/chrpath/template 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."