tnftp: droped

This commit is contained in:
Danny Rawlins 2007-11-16 13:31:03 +11:00
parent 567df08eac
commit 6ce1b63f9b
3 changed files with 0 additions and 24 deletions

View File

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

View File

@ -1 +0,0 @@
bab3c6ccc342d3156cdcd92746ab924d tnftp-20050625.tar.gz

View File

@ -1,17 +0,0 @@
# Description: Port of the NetBSD FTP client
# URL: http://www.netbsd.org/
# Maintainer: Mark Rosenstand, mark at borkware dot net
name=tnftp
version=20050625
release=1
source=(ftp://ftp.netbsd.org/pub/NetBSD/misc/tnftp/tnftp-$version.tar.gz)
build() {
cd tnftp-$version
./configure --prefix=/usr
make
mkdir -p $PKG/usr/{bin,man/man1}
cp src/ftp $PKG/usr/bin
cp src/ftp.1 $PKG/usr/man/man1
}