summaryrefslogtreecommitdiff
path: root/ncftp
diff options
context:
space:
mode:
Diffstat (limited to 'ncftp')
-rw-r--r--ncftp/ncftp/acinclude.m40
-rw-r--r--ncftp/ncftp_3.1.7.oe6
-rw-r--r--ncftp/ncftp_3.1.8.oe0
3 files changed, 3 insertions, 3 deletions
diff --git a/ncftp/ncftp/acinclude.m4 b/ncftp/ncftp/acinclude.m4
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/ncftp/ncftp/acinclude.m4
diff --git a/ncftp/ncftp_3.1.7.oe b/ncftp/ncftp_3.1.7.oe
index 04522814c7..52e4207261 100644
--- a/ncftp/ncftp_3.1.7.oe
+++ b/ncftp/ncftp_3.1.7.oe
@@ -1,14 +1,14 @@
-BROKEN = "1"
DESCRIPTION = "A sophisticated console ftp client"
SECTION = "base"
PRIORITY = "optional"
-SRC_URI = "ftp://ftp.ncftp.com/ncftp/ncftp-${PV}-src.tar.bz2"
+SRC_URI = "ftp://ftp.ncftp.com/ncftp/ncftp-${PV}-src.tar.bz2 \
+ file://acinclude.m4"
inherit autotools
do_configure_prepend () {
- install -m 0644 autoconf/aclocal.m4 acinclude.m4
+ install -m 0644 ${WORKDIR}/acinclude.m4 acinclude.m4
}
do_install () {
diff --git a/ncftp/ncftp_3.1.8.oe b/ncftp/ncftp_3.1.8.oe
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/ncftp/ncftp_3.1.8.oe