task-base: make it possible for a distro to set it's alsa-state provider
[openembedded.git] / recipes / chrpath / chrpath.inc
blob1858d47d2c341cec798fe68cb1a75c8be1b186bb
1 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."
2 LICENSE = "GPL"
4 SRC_URI = "http://ftp.debian.org/debian/pool/main/c/chrpath/chrpath_${PV}.orig.tar.gz"
6 inherit autotools
8 S = "${WORKDIR}/chrpath-${PV}"