wok-next annotate ckermit/receipt @ rev 14666
eio-dev: Up to 1.7.7
author | Dominique Corbex <domcox@slitaz.org> |
---|---|
date | Thu Jun 06 22:08:21 2013 +0200 (2013-06-06) |
parents | |
children | eb8067417980 |
rev | line source |
---|---|
pascal@14002 | 1 # SliTaz package receipt. |
pascal@14002 | 2 |
pascal@14002 | 3 PACKAGE="ckermit" |
pascal@14002 | 4 VERSION="9.0.302" |
pascal@14002 | 5 CATEGORY="network" |
pascal@14002 | 6 SHORT_DESC="Portable Scriptable Network and Serial Communication Software." |
pascal@14002 | 7 MAINTAINER="pascal.bellard@slitaz.org" |
pascal@14002 | 8 WEB_SITE="http://www.columbia.edu/kermit/ck90.html" |
pascal@14002 | 9 TARBALL="cku${VERSION##*.}.tar.gz" |
pascal@14002 | 10 WGET_URL="ftp://kermit.columbia.edu/kermit/archives/$TARBALL" |
pascal@14002 | 11 |
pascal@14002 | 12 DEPENDS="ncurses" |
pascal@14002 | 13 BUILD_DEPENDS="ncurses-dev" |
pascal@14002 | 14 |
pascal@14002 | 15 # Rules to configure and make the package. |
pascal@14002 | 16 compile_rules() |
pascal@14002 | 17 { |
pascal@14002 | 18 cd $src |
pascal@14002 | 19 make linux "LNKFLAGS=-lncurses" |
pascal@14002 | 20 } |
pascal@14002 | 21 |
pascal@14002 | 22 # Rules to gen a SliTaz package suitable for Tazpkg. |
pascal@14002 | 23 genpkg_rules() |
pascal@14002 | 24 { |
pascal@14002 | 25 mkdir -p $fs/usr/bin |
pascal@14002 | 26 cp $src/wart $fs/usr/bin |
pascal@14002 | 27 cp $src/wermit $fs/usr/bin |
pascal@14002 | 28 } |