mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 06:28:55 +02:00
* convert all .bep files to follow shell syntax
* rename all .bep files to .recipe
This commit is contained in:
26
net-ftp/tnftp/tnftp-20091122.recipe
Normal file
26
net-ftp/tnftp/tnftp-20091122.recipe
Normal file
@@ -0,0 +1,26 @@
|
||||
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."
|
||||
Reference in New Issue
Block a user