wok view ckermit/receipt @ rev 19005

Fix xdotool
author Lucas Levrel <llevrel@yahoo.fr>
date Fri Mar 25 21:32:05 2016 +0100 (2016-03-25)
parents 17e313b5b9c1
children 3705d68ed8f3
line source
1 # SliTaz package receipt.
3 PACKAGE="ckermit"
4 VERSION="9.0.302"
5 CATEGORY="network"
6 SHORT_DESC="Portable Scriptable Network and Serial Communication Software."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="BSD"
9 WEB_SITE="http://www.columbia.edu/kermit/ck90.html"
10 TARBALL="cku${VERSION##*.}.tar.gz"
11 WGET_URL="ftp://kermit.columbia.edu/kermit/archives/$TARBALL"
13 DEPENDS="ncurses"
14 BUILD_DEPENDS="ncurses-dev"
16 # Rules to configure and make the package.
17 compile_rules()
18 {
19 make linux "LNKFLAGS=-lncurses -ltinfo"
20 }
22 # Rules to gen a SliTaz package suitable for Tazpkg.
23 genpkg_rules()
24 {
25 mkdir -p $fs/usr/bin
26 cp $src/wart $fs/usr/bin
27 cp $src/wermit $fs/usr/bin
28 }