expect: fix rpath.

This commit is contained in:
Christian Neukirchen 2015-02-06 14:44:52 +01:00
parent df6d42f5c7
commit 51c84a90d9
1 changed files with 3 additions and 1 deletions

View File

@ -1,7 +1,7 @@
# Template file for 'expect'
pkgname=expect
version=5.45
revision=1
revision=2
wrksrc=${pkgname}${version}
build_style=gnu-configure
makedepends="tcl-devel"
@ -12,6 +12,8 @@ homepage="http://www.nist.gov/el/msid/expect.cfm"
distfiles="${SOURCEFORGE_SITE}/${pkgname}/Expect/${version}/${pkgname}${version}.tar.gz"
checksum=b28dca90428a3b30e650525cdc16255d76bb6ccd65d448be53e620d95d5cc040
LDFLAGS+=" -Wl,-rpath=/usr/lib:/usr/lib/${pkgname}${version}"
expect-devel_package() {
depends="${sourcepkg}>=${version}_${revision}"
short_desc+=" -- development files"