First pass of .oe cleanups.
[openembedded.git] / transconnect / transconnect_1.3-beta.oe
1 DEPENDS = "virtual/libc"
2 RDEPENDS = "libc6"
3
4 SRC_URI = ${SOURCEFORGE_MIRROR}/transconnect/transconnect-1.3-Beta.tar.gz
5 S = "${WORKDIR}/transconnect-1.3-Beta"
6
7 LDFLAGS_append = " -shared"
8 do_compile () {
9         # build with local resolv.conf and dns over tcp support
10         oe_runmake localtcp 
11 }
12
13 do_install () {
14         install -d ${D}/${sysconfdir}
15         install -m 0644 tconn.conf ${D}/${sysconfdir}/
16         install -d ${D}/${libdir}/tconn
17         install -m 0755 tconn.so ${D}/${libdir}/tconn/
18 }