expect: remove silly weather demo. Fixes #4290.
This commit is contained in:
parent
81bb3dc801
commit
5c12a383ae
1 changed files with 4 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'expect'
|
# Template file for 'expect'
|
||||||
pkgname=expect
|
pkgname=expect
|
||||||
version=5.45
|
version=5.45
|
||||||
revision=3
|
revision=4
|
||||||
wrksrc=${pkgname}${version}
|
wrksrc=${pkgname}${version}
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
makedepends="tcl-devel"
|
makedepends="tcl-devel"
|
||||||
|
@ -15,6 +15,9 @@ nocross=yes
|
||||||
|
|
||||||
LDFLAGS+=" -Wl,-rpath=/usr/lib:/usr/lib/${pkgname}${version}"
|
LDFLAGS+=" -Wl,-rpath=/usr/lib:/usr/lib/${pkgname}${version}"
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
rm ${DESTDIR}/usr/bin/weather
|
||||||
|
}
|
||||||
expect-devel_package() {
|
expect-devel_package() {
|
||||||
depends="${sourcepkg}>=${version}_${revision}"
|
depends="${sourcepkg}>=${version}_${revision}"
|
||||||
short_desc+=" -- development files"
|
short_desc+=" -- development files"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue