b68379ec52a94961205b5d2e47f1d3aa45cde0b5
[vuplus_openembedded] / lisa / lisa_0.2.2.oe
1 DEPENDS = "virtual/libc"
2 RDEPENDS = "libc6"
3 DESCRIPTION = "LISa is a small daemon which provides something \
4 like the network neighbourhood under windows, but more and \
5 only relying on the TCP/IP protocol stack."
6
7 SRC_URI = http://lisa-home.sourceforge.net/src/lisa-${PV}.tar.bz2 \
8           file://${FILESDIR}/configure.patch;patch=1
9
10 inherit autotools libtool
11
12 do_configure_prepend () {
13         set -e
14         rm -f configure.in configure.files acinclude.m4 subdirs
15         oe_runmake -f admin/Makefile.common configure.in
16         oe_runmake -f admin/Makefile.common configure.files
17         cat admin/acinclude.m4.in admin/libtool.m4.in > acinclude.m4
18         oe_runmake -f admin/Makefile.common subdirs
19 }