Files
haikuports/net-ftp/tnftp/tnftp-20091122.recipe
Oliver Tappe 60aba35d64 * convert all .bep files to follow shell syntax
* rename all .bep files to .recipe
2013-03-29 16:31:03 +00:00

27 lines
601 B
Plaintext

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
libtoolize --force --copy --install
aclocal
autoconf
automake
autoheader
./configure --prefix=`finddir B_COMMON_DIRECTORY`
make
}
INSTALL()
{
cd tnftpd-20091122
make install
}
LICENSE="BSD (2-clause)"
COPYRIGHT="2001-2008 The NetBSD Foundation, Inc. All rights reserved."