From c407356b7aaf53b5a27b6cc04b44523ce416daf2 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Fri, 9 Oct 2009 00:01:13 +0200 Subject: [PATCH] Added lftp-4.0.2 build template. --HG-- extra : convert_revision : f074b9a47215fdb9fbfdde5591090023f6b6ca1b --- templates/lftp/template | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 templates/lftp/template diff --git a/templates/lftp/template b/templates/lftp/template new file mode 100644 index 00000000000..e9c6bbce483 --- /dev/null +++ b/templates/lftp/template @@ -0,0 +1,19 @@ +# Template file for 'lftp' +pkgname=lftp +version=4.0.2 +distfiles="http://ftp.yars.free.net/pub/source/lftp/lftp-$version.tar.bz2" +build_style=gnu_configure +configure_args="--with-modules --disable-rpath --without-included-regex + --with-openssl" +short_desc="Sophisticated ftp/http client" +maintainer="Juan RP " +checksum=aea71d26c37aafe67ce6760173141a006f682b35c59bec151ff8c5213198ee91 +long_desc=" + LFTP is sophisticated ftp/http client, file transfer program supporting a + number of network protocols. Like BASH, it has job control and uses + readline library for input. It has bookmarks, built-in mirror, can transfer + several files in parallel. It was designed with reliability in mind." + +Add_dependency full glibc +Add_dependency full readline +Add_dependency full openssl