summaryrefslogtreecommitdiff
path: root/packages/chrpath/chrpath.inc
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2007-05-05 14:59:56 +0000
committerKoen Kooi <koen@openembedded.org>2007-05-05 14:59:56 +0000
commit97869ccc886d6153dccea808949d619f37eeebfe (patch)
tree146cd3e3a853e1ebc844c14b070339e73cd3a630 /packages/chrpath/chrpath.inc
parent3c8cf67264eefd1b96b6ab3b29cc0bbb41076a9d (diff)
chrpath: add cross version
Diffstat (limited to 'packages/chrpath/chrpath.inc')
-rw-r--r--packages/chrpath/chrpath.inc10
1 files changed, 10 insertions, 0 deletions
diff --git a/packages/chrpath/chrpath.inc b/packages/chrpath/chrpath.inc
new file mode 100644
index 0000000000..1858d47d2c
--- /dev/null
+++ b/packages/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}"
+
+