mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 19:50:05 +02:00
Initial .bep file for tnftp, note that this is a work in progress and it is not yet working.
This commit is contained in:
17
net-ftp/tnftp/tnftp-20091122.bep
Normal file
17
net-ftp/tnftp/tnftp-20091122.bep
Normal 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
|
||||
}
|
||||
5
net-ftp/tnftp/tnftp.OptionalPackageDescription
Normal file
5
net-ftp/tnftp/tnftp.OptionalPackageDescription
Normal 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
|
||||
Reference in New Issue
Block a user