tnftp: initial release

This commit is contained in:
Antti Nykanen 2008-07-25 19:59:31 +03:00
parent ec1d556dd7
commit 36c572a253
3 changed files with 29 additions and 0 deletions

6
tnftp/.footprint Normal file
View File

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

1
tnftp/.md5sum Normal file
View File

@ -0,0 +1 @@
bc78ddc857156f8bc4222d15cce6f76d tnftp-20070806.tar.gz

22
tnftp/Pkgfile Normal file
View File

@ -0,0 +1,22 @@
# Description: NetBSD FTP client
# URL: ftp://ftp.netbsd.org/pub/NetBSD/misc/tnftp/
# Maintainer: Antti Nykanen, aon at iki dot fi
# Depends on:
name=tnftp
version=20070806
release=1
source=(ftp://ftp.netbsd.org/pub/NetBSD/misc/tnftp/$name-$version.tar.gz)
build() {
cd $name-$version
./configure \
--prefix=$PKG/usr \
--mandir=$PKG/usr/man \
--program-prefix=tn
make
make install
mv $PKG/usr/man/{cat,man}1
}