wok-next annotate expect/receipt @ rev 21289

updated gnuradio again (3.7.8 -> 3.8.0.0)
author Hans-G?nter Theisgen
date Sun Dec 08 12:33:53 2019 +0100 (2019-12-08)
parents e7a485521d6a
children
rev   line source
al@20443 1 # SliTaz package receipt v2.
toronado@11698 2
toronado@11698 3 PACKAGE="expect"
al@20905 4 VERSION="5.45.4"
toronado@11698 5 CATEGORY="utilities"
al@20443 6 SHORT_DESC="A tool for automating interactive applications"
al@21020 7 MAINTAINER="devel@slitaz.org"
pascal@15588 8 LICENSE="PublicDomain"
al@21020 9 WEB_SITE="http://expect.sourceforge.net/"
al@20443 10
toronado@11698 11 TARBALL="$PACKAGE$VERSION.tar.gz"
al@20905 12 WGET_URL="$SF_MIRROR/$PACKAGE/$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@20905 19 ./configure $CONFIGURE_ARGS &&
al@20905 20 make &&
al@21020 21 make DESTDIR=$install install
toronado@11698 22 }
toronado@11698 23
al@20443 24 genpkg_rules() {
al@20443 25 copy @std
al@20443 26 DEPENDS="tcl"
toronado@11698 27 }