wok-next view expect/receipt @ rev 21720

qt4: replaced libIDL by libidl
author Hans-G?nter Theisgen
date Wed Aug 05 09:22:38 2020 +0100 (2020-08-05)
parents e7a485521d6a
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="expect"
4 VERSION="5.45.4"
5 CATEGORY="utilities"
6 SHORT_DESC="A tool for automating interactive applications"
7 MAINTAINER="devel@slitaz.org"
8 LICENSE="PublicDomain"
9 WEB_SITE="http://expect.sourceforge.net/"
11 TARBALL="$PACKAGE$VERSION.tar.gz"
12 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
14 BUILD_DEPENDS="tcl-dev"
15 COOKOPTS="!skip-log-errors" # for:
16 # chmod: cannot access './install-sh': No such file or directory
18 compile_rules() {
19 ./configure $CONFIGURE_ARGS &&
20 make &&
21 make DESTDIR=$install install
22 }
24 genpkg_rules() {
25 copy @std
26 DEPENDS="tcl"
27 }