aboutsummaryrefslogtreecommitdiffstats
path: root/packages/ncftp/ncftp_3.2.0.bb
diff options
context:
space:
mode:
authorMarcin Juszkiewicz <hrw@openembedded.org>2006-12-18 21:29:17 +0000
committerMarcin Juszkiewicz <hrw@openembedded.org>2006-12-18 21:29:17 +0000
commitdf8fcf6e46e8190ddb0ddd797d7dfb466d8f2923 (patch)
tree58788cd6b4fb2db904ca8eb74ad460b4118539c5 /packages/ncftp/ncftp_3.2.0.bb
parent79440db3df9232155ba6025cd09cf73f1a0eeaf3 (diff)
downloadopenembedded-df8fcf6e46e8190ddb0ddd797d7dfb466d8f2923.tar.gz
ncftp: update to 3.2.0
Diffstat (limited to 'packages/ncftp/ncftp_3.2.0.bb')
-rw-r--r--packages/ncftp/ncftp_3.2.0.bb24
1 files changed, 24 insertions, 0 deletions
diff --git a/packages/ncftp/ncftp_3.2.0.bb b/packages/ncftp/ncftp_3.2.0.bb
new file mode 100644
index 0000000000..ce87846ba0
--- /dev/null
+++ b/packages/ncftp/ncftp_3.2.0.bb
@@ -0,0 +1,24 @@
+DESCRIPTION = "A sophisticated console ftp client"
+SECTION = "console/network"
+PRIORITY = "optional"
+LICENSE = "ClarifiedArtistic"
+
+SRC_URI = "ftp://ftp.ncftp.com/ncftp/ncftp-${PV}-src.tar.bz2 \
+ file://acinclude.m4 \
+ file://make.patch;patch=1 \
+ file://fixes.patch;patch=1"
+
+inherit autotools
+
+do_configure_prepend () {
+ install -m 0644 ${WORKDIR}/acinclude.m4 acinclude.m4
+}
+
+INHIBIT_AUTO_STAGE = "1"
+
+do_install () {
+ install -d ${D}${bindir} ${D}${sysconfdir} ${D}${mandir}
+ oe_runmake 'prefix=${D}${prefix}' 'BINDIR=${D}${bindir}' \
+ 'SYSCONFDIR=${D}${sysconfdir}' 'mandir=${D}${mandir}' \
+ install
+}