aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/transconnect/transconnect_1.2.bb
blob: dfc3e82011b596b1e170c6ab052db10aed9e0ae4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
SECTION = "unknown"
DESCRIPTION = "TransConnect is an implementation of function \
interposing to allow users on *nix platforms to transparenly \
tunnel all networking applications over an HTTPS proxy."

SRC_URI = "${SOURCEFORGE_MIRROR}/transconnect/transconnect-${PV}.tar.gz"
LICENSE = "GPL"
LDFLAGS_append = " -shared"
do_compile () {
	oe_runmake tconn.so
}

do_install () {
	install -d ${D}${sysconfdir}
	install -m 0644 tconn.conf ${D}${sysconfdir}/
	install -d ${D}${libdir}/tconn
	oe_libinstall -so tconn ${D}${libdir}/tconn/
}

SRC_URI[md5sum] = "c255ff48387ea6a7092707ba992237e7"
SRC_URI[sha256sum] = "47d6cc44f78fc6d4cdb1dfee02fe6e0f4d8aae0ce2e3e92567667f0475736617"