libattr: remove libattr because it is clashing with udev/attr and is not used by...
[openembedded.git] / recipes / mystun-server / mystun-server_cvs.bb
blob43a3e3b427d10a839f85992c2d9565f55ce1976e
1 DESCRIPTION = "STUN server used to determine IP behind NAT firewall"
2 HOMEPAGE = "http://developer.berlios.de/projects/mystun/"
3 SECTION = "console/telephony"
4 PRIORITY = "optional"
5 LICENSE = "GPL"
6 SRCDATE = "20060814"
7 PV = "1:0.0+cvs${SRCDATE}"
9 SRC_URI="cvs://anonymous@cvs.mystun.berlios.de/cvsroot/mystun;module=mystun \
10 file://init \
11 file://nossl.patch"
13 S = "${WORKDIR}/mystun"
15 do_compile() {
16 oe_runmake LIBS=-lpthread CFLAGS= server
19 do_install() {
20 install -d ${D}/${sysconfdir}/init.d
21 install -m 0755 ${WORKDIR}/init ${D}/${sysconfdir}/init.d/mystun-server
22 install -d ${D}${sbindir}
23 install -m 0755 ${S}/server.exe ${D}${sbindir}/mystun-server