mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-06 15:08:57 +02:00
54
net-ftp/tnftp/tnftp-20151004.recipe
Normal file
54
net-ftp/tnftp/tnftp-20151004.recipe
Normal file
@@ -0,0 +1,54 @@
|
||||
SUMMARY="NetBSD luke FTP client"
|
||||
DESCRIPTION="NetBSD FTP client with several advanced features"
|
||||
LICENSE="BSD (2-clause)"
|
||||
COPYRIGHT="2001-2015 The NetBSD Foundation, Inc. All rights reserved."
|
||||
HOMEPAGE="http://ftp.netbsd.org/pub/NetBSD/misc/tnftp/"
|
||||
REVISION="1"
|
||||
SOURCE_URI="$HOMEPAGE/tnftp-$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="c94a8a49d3f4aec1965feea831d4d5bf6f90c65fd8381ee0863d11a5029a43a0"
|
||||
PATCHES="tnftp-$portVersion.patch"
|
||||
|
||||
ARCHITECTURES="x86_64 x86 x86_gcc2"
|
||||
|
||||
PROVIDES="
|
||||
tnftp = $portVersion
|
||||
cmd:tnftp
|
||||
"
|
||||
REQUIRES="
|
||||
haiku
|
||||
lib:libncurses
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku_devel
|
||||
devel:libncurses
|
||||
"
|
||||
BUILD_PREREQUIRES="
|
||||
cmd:aclocal
|
||||
cmd:autoconf
|
||||
cmd:automake
|
||||
cmd:autoheader
|
||||
cmd:gcc
|
||||
cmd:ld
|
||||
cmd:libtoolize
|
||||
cmd:make
|
||||
"
|
||||
|
||||
BUILD()
|
||||
{
|
||||
export LDFLAGS="-lnetwork"
|
||||
export CFLAGS="-D_BSD_SOURCE"
|
||||
|
||||
libtoolize --force --copy --install
|
||||
aclocal
|
||||
autoconf
|
||||
automake --add-missing
|
||||
autoheader
|
||||
runConfigure ./configure
|
||||
make
|
||||
}
|
||||
|
||||
INSTALL()
|
||||
{
|
||||
make install
|
||||
}
|
||||
Reference in New Issue
Block a user