From 5b3df0c5808955bc142081f43600cf239beaa311 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Sun, 30 Sep 2012 17:43:55 +0200 Subject: [PATCH] New package: patchelf-0.6. --- srcpkgs/patchelf/patchelf.rshlibs | 3 +++ srcpkgs/patchelf/template | 18 ++++++++++++++++++ 2 files changed, 21 insertions(+) create mode 100644 srcpkgs/patchelf/patchelf.rshlibs create mode 100644 srcpkgs/patchelf/template diff --git a/srcpkgs/patchelf/patchelf.rshlibs b/srcpkgs/patchelf/patchelf.rshlibs new file mode 100644 index 0000000000..1e93591372 --- /dev/null +++ b/srcpkgs/patchelf/patchelf.rshlibs @@ -0,0 +1,3 @@ +libstdc++.so.6 +libgcc_s.so.1 +libc.so.6 diff --git a/srcpkgs/patchelf/template b/srcpkgs/patchelf/template new file mode 100644 index 0000000000..f813e03daa --- /dev/null +++ b/srcpkgs/patchelf/template @@ -0,0 +1,18 @@ +# Template file for 'patchelf' +pkgname=patchelf +version=0.6 +revision=1 +build_style="gnu-configure" +short_desc="Utility for modifing existing ELF executables and libraries" +maintainer="Juan RP " +license="GPL-3" +homepage="http://nixos.org/patchelf.html" +distfiles="http://hydra.nixos.org/build/1524660/download/2/patchelf-${version}.tar.bz2" +checksum="fc7e7fa95f282fc37a591a802629e0e1ed07bc2a8bf162228d9a69dd76127c01" +long_desc=" + PatchELF is a simple utility for modifing existing ELF executables and + libraries. In particular, it can do the following: + + * Change the dynamic loader (ELF interpreter) of executables + * Change the RPATH of executables and libraries + * Shrink the RPATH of executables and libraries"