wok-next annotate expect/receipt @ rev 20443

The rest of my "home work" for update many packages (up to Xorg, GTK and Openbox) for Next and mainly for Next64. Since this point this repository is open for commits. Many errors are expected due to harfbuzz-freetype dependency loop...
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Feb 24 16:17:33 2018 +0200 (2018-02-24)
parents fcdd50638150
children e7a485521d6a
rev   line source
al@20443 1 # SliTaz package receipt v2.
toronado@11698 2
toronado@11698 3 PACKAGE="expect"
toronado@11698 4 VERSION="5.45"
toronado@11698 5 CATEGORY="utilities"
al@20443 6 SHORT_DESC="A tool for automating interactive applications"
toronado@11698 7 MAINTAINER="samuel_trassare@yahoo.com"
pascal@15588 8 LICENSE="PublicDomain"
toronado@11698 9 WEB_SITE="http://expect.sourceforge.net"
al@20443 10
toronado@11698 11 TARBALL="$PACKAGE$VERSION.tar.gz"
toronado@11698 12 WGET_URL="http://sourceforge.net/projects/$PACKAGE/files/Expect/$VERSION/$TARBALL"
toronado@11698 13
toronado@11698 14 BUILD_DEPENDS="tcl-dev"
al@20443 15 COOKOPTS="!skip-log-errors" # for:
al@20443 16 # chmod: cannot access './install-sh': No such file or directory
toronado@11698 17
al@20443 18 compile_rules() {
al@20443 19 ./configure $CONFIGURE_ARGS && make && make DESTDIR=$DESTDIR install
toronado@11698 20 }
toronado@11698 21
al@20443 22 genpkg_rules() {
al@20443 23 copy @std
al@20443 24 DEPENDS="tcl"
toronado@11698 25 }