forked from ports/contrib
ckermit: initial import
This commit is contained in:
parent
54641dfcbb
commit
cf2ab3fd2e
6
ckermit/.footprint
Normal file
6
ckermit/.footprint
Normal 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
1
ckermit/.md5sum
Normal file
@ -0,0 +1 @@
|
||||
e9e5f3e988a526e49cf177ca18719827 cku211.tar.gz
|
17
ckermit/Pkgfile
Normal file
17
ckermit/Pkgfile
Normal 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
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user