summaryrefslogtreecommitdiff
path: root/ncftp/ncftp_3.1.6.oe
blob: 0c42165ce3b9e07c6db4587a0c12cea3167bb69e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
DEPENDS = virtual/libc
RDEPENDS = libc6

SRC_URI := ftp://ftp.ncftp.com/ncftp/ncftp-3.1.6-src.tar.bz2 \
	   file://${FILESDIR}/configure.patch;patch=1
S := ${WORKDIR}/${P}

inherit autotools

do_configure_prepend () {
	install -m 0644 autoconf/aclocal.m4 acinclude.m4
}

do_install () {
	install -d ${D}/${bindir} ${D}/${prefix} ${D}/${sysconfdir} ${D}/${mandir}
	oe_runmake 'prefix=${D}/${prefix}' 'BINDIR=${D}/${bindir}' \
		   'SYSCONFDIR=${D}/${sysconfdir}' 'mandir=${D}/${mandir}' \
		   install
}