17d281dde4bfd8d644bb1ed903ebe115535919fa
[vuplus_openembedded] / ncftp / ncftp_3.1.7.oe
1 DESCRIPTION = "A sophisticated console ftp client"
2 SECTION = "base"
3 PRIORITY = "optional"
4 DEPENDS = "virtual/libc"
5 RDEPENDS = "libc6"
6
7 SRC_URI = ftp://ftp.ncftp.com/ncftp/ncftp-${PV}-src.tar.bz2
8
9 inherit autotools
10
11 do_configure_prepend () {
12         install -m 0644 autoconf/aclocal.m4 acinclude.m4
13 }
14
15 do_install () {
16         install -d ${D}/${bindir} ${D}/${sysconfdir} ${D}/${mandir}
17         oe_runmake 'prefix=${D}/${prefix}' 'BINDIR=${D}/${bindir}' \
18                    'SYSCONFDIR=${D}/${sysconfdir}' 'mandir=${D}/${mandir}' \
19                    install
20 }