wok view ckermit/receipt @ rev 17931

syslinux/taziso: show flavor extra infos
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Apr 12 14:55:37 2015 +0200 (2015-04-12)
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 }