wok view ckermit/receipt @ rev 20497

updated diffutils (3.3 -> 3.6)
author Hans-G?nter Theisgen
date Mon Oct 29 16:27:52 2018 +0100 (2018-10-29)
parents c7c3567bd8d4
children 2a0479881723
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 sed -i 's|uname -m|echo i486|' makefile
20 make linux "LNKFLAGS=-lncurses -ltinfo"
21 }
23 # Rules to gen a SliTaz package suitable for Tazpkg.
24 genpkg_rules()
25 {
26 mkdir -p $fs/usr/bin
27 cp $src/wart $fs/usr/bin
28 cp $src/wermit $fs/usr/bin
29 }