Initial .bep file for tnftp, note that this is a work in progress and it is not yet working.

This commit is contained in:
Scott McCreary
2010-03-14 05:18:22 +00:00
parent d6586e7871
commit ed8ae71ef0
2 changed files with 22 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
DESCRIPTION="NetBSD FTP client with several advanced features"
HOMEPAGE="ftp://ftp.netbsd.org/pub/NetBSD/misc/tnftp/"
SRC_URI="ftp://ftp.netbsd.org/pub/NetBSD/misc/tnftp/tnftpd-20091122.tar.gz"
REVISION="1"
STATUS_HAIKU="broken"
DEPEND=""
CHECKSUM_MD5="e7f86e7680648b675ee27c94655de494"
BUILD {
cd tnftpd-20091122
./configure --prefix=/boot/common
make
}
INSTALL {
cd tnftpd-20091122
make install
}

View File

@@ -0,0 +1,5 @@
Package: tnftp
Version: 20091122
Copyright: 2001-2008 The NetBSD Foundation, Inc. All rights reserved.
License: BSD (2-clause)
URL: ftp://ftp.netbsd.org/pub/NetBSD/misc/tnftp/tnftpd-20091122.tar.gz