aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/chrpath/chrpath.inc
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/chrpath/chrpath.inc')
-rw-r--r--recipes/chrpath/chrpath.inc10
1 files changed, 10 insertions, 0 deletions
diff --git a/recipes/chrpath/chrpath.inc b/recipes/chrpath/chrpath.inc
new file mode 100644
index 0000000000..1858d47d2c
--- /dev/null
+++ b/recipes/chrpath/chrpath.inc
@@ -0,0 +1,10 @@
+DESCRIPTION = "chrpath allows you to change the rpath (where the application looks for libraries) in an application. It does not (yet) allow you to add an rpath if there isn't one already."
+LICENSE = "GPL"
+
+SRC_URI = "http://ftp.debian.org/debian/pool/main/c/chrpath/chrpath_${PV}.orig.tar.gz"
+
+inherit autotools
+
+S = "${WORKDIR}/chrpath-${PV}"
+
+