Upstream upgrade
authorOyvind Repvik <nail@nslu2-linux.org>
Sun, 24 Jul 2005 20:14:01 +0000 (20:14 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Sun, 24 Jul 2005 20:14:01 +0000 (20:14 +0000)
packages/ncftp/ncftp_3.1.9.bb [new file with mode: 0644]

diff --git a/packages/ncftp/ncftp_3.1.9.bb b/packages/ncftp/ncftp_3.1.9.bb
new file mode 100644 (file)
index 0000000..99673d8
--- /dev/null
@@ -0,0 +1,19 @@
+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"
+
+inherit autotools
+
+do_configure_prepend () {
+       install -m 0644 ${WORKDIR}/acinclude.m4 acinclude.m4
+}
+
+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
+}