Merge oe-devel@oe-devel.bkbits.net:packages
[openembedded.git] / transconnect / transconnect_1.2.oe
index 761d594..c00e60d 100644 (file)
@@ -1,4 +1,4 @@
-DEPENDS = "virtual/libc"
+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."
@@ -14,5 +14,5 @@ do_install () {
        install -d ${D}/${sysconfdir}
        install -m 0644 tconn.conf ${D}/${sysconfdir}/
        install -d ${D}/${libdir}/tconn
-       install -m 0755 tconn.so ${D}/${libdir}/tconn/
+       oe_libinstall -so tconn ${D}/${libdir}/tconn/
 }