1
0
forked from ports/contrib

ckermit: initial import

This commit is contained in:
Mikhail Kolesnik 2006-10-28 19:39:06 +03:00
parent 54641dfcbb
commit cf2ab3fd2e
3 changed files with 24 additions and 0 deletions

6
ckermit/.footprint Normal file
View File

@ -0,0 +1,6 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/kermit
drwxr-xr-x root/root usr/man/
drwxr-xr-x root/root usr/man/man1/
-rw-r--r-- root/root usr/man/man1/kermit.1.gz

1
ckermit/.md5sum Normal file
View File

@ -0,0 +1 @@
e9e5f3e988a526e49cf177ca18719827 cku211.tar.gz

17
ckermit/Pkgfile Normal file
View File

@ -0,0 +1,17 @@
# Description: A combined network and serial communication software
# URL: http://www.columbia.edu/kermit/ck80.html
# Maintainer: mike at openbunker dot org
# Depends on: ncurses
name=ckermit
version=8.0.211
release=3
# Broken link on official site
#source=(ftp://kermit.columbia.edu/kermit/archives/cku211.tar.gz)
source=(http://fresh.t-systems-sfr.com/unix/src/privat2/cku211.tar.gz)
build() {
make linux
/usr/bin/install -D -m 755 wermit $PKG/usr/bin/kermit
/usr/bin/install -D -m 644 ckuker.nr $PKG/usr/man/man1/kermit.1
}