summaryrefslogtreecommitdiffstats
path: root/package/patchelf
diff options
context:
space:
mode:
Diffstat (limited to 'package/patchelf')
-rw-r--r--package/patchelf/Config.in.host7
-rw-r--r--package/patchelf/patchelf.mk12
2 files changed, 19 insertions, 0 deletions
diff --git a/package/patchelf/Config.in.host b/package/patchelf/Config.in.host
new file mode 100644
index 0000000000..d1c8375704
--- /dev/null
+++ b/package/patchelf/Config.in.host
@@ -0,0 +1,7 @@
+config BR2_PACKAGE_HOST_PATCHELF
+ bool "host patchelf"
+ help
+ PatchELF is a small utility to modify the dynamic linker
+ and RPATH of ELF executables.
+
+ http://nixos.org/patchelf.html
diff --git a/package/patchelf/patchelf.mk b/package/patchelf/patchelf.mk
new file mode 100644
index 0000000000..b6b9e05e2e
--- /dev/null
+++ b/package/patchelf/patchelf.mk
@@ -0,0 +1,12 @@
+################################################################################
+#
+# patchelf
+#
+################################################################################
+
+PATCHELF_VERSION = 0.8
+PATCHELF_SITE = http://releases.nixos.org/patchelf/patchelf-0.8/
+PATCHELF_LICENSE = GPLv3+
+PATCHELF_LICENSE_FILES = COPYING
+
+$(eval $(host-autotools-package))
OpenPOWER on IntegriCloud