wok-next view expect/receipt @ rev 20866

mono: fix build by not enabling Spectre mitigation
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sun Jul 01 23:19:43 2018 +0300 (2018-07-01)
parents fcdd50638150
children e7a485521d6a
line source
1 # SliTaz package receipt v2.
3 PACKAGE="expect"
4 VERSION="5.45"
5 CATEGORY="utilities"
6 SHORT_DESC="A tool for automating interactive applications"
7 MAINTAINER="samuel_trassare@yahoo.com"
8 LICENSE="PublicDomain"
9 WEB_SITE="http://expect.sourceforge.net"
11 TARBALL="$PACKAGE$VERSION.tar.gz"
12 WGET_URL="http://sourceforge.net/projects/$PACKAGE/files/Expect/$VERSION/$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 && make && make DESTDIR=$DESTDIR install
20 }
22 genpkg_rules() {
23 copy @std
24 DEPENDS="tcl"
25 }