aboutsummaryrefslogtreecommitdiffstats
path: root/tinc/tinc_1.0.2.oe
diff options
context:
space:
mode:
authorChris Larson <clarson@kergoth.com>2004-12-07 22:05:47 +0000
committerChris Larson <clarson@kergoth.com>2004-12-07 22:05:47 +0000
commita780643c4b6aa11e1a36965a69df7116477c7b4c (patch)
tree17e81e77bde19931facf9b30fa5b5981df796071 /tinc/tinc_1.0.2.oe
parent88cce8db7ebf88ab9da2366a2ac21a5a723340b8 (diff)
downloadopenembedded-a780643c4b6aa11e1a36965a69df7116477c7b4c.tar.gz
Merge oe-devel@oe-devel.bkbits.net:packages.bb
into handhelds.org:/home/kergoth/code/packages.bb 2004/12/07 04:58:25-06:00 ti.com!kergoth More updates per the core rename. 2004/12/07 04:46:51-06:00 ti.com!kergoth Update soundtracker per the core rename. 2004/12/07 04:44:14-06:00 ti.com!kergoth Merge 2004/12/07 04:42:38-06:00 ti.com!kergoth Updates per the recent rename of the oe core from 'oe' to 'bitbake'. BKrev: 41b6293b91LRHSxMOt6WnrZVAdLbFw
Diffstat (limited to 'tinc/tinc_1.0.2.oe')
-rw-r--r--tinc/tinc_1.0.2.oe31
1 files changed, 0 insertions, 31 deletions
diff --git a/tinc/tinc_1.0.2.oe b/tinc/tinc_1.0.2.oe
deleted file mode 100644
index f239430059..0000000000
--- a/tinc/tinc_1.0.2.oe
+++ /dev/null
@@ -1,31 +0,0 @@
-SECTION = "console/network"
-DESCRIPTION="tinc is a Virtual Private Network (VPN) daemon"
-HOMEPAGE = "http://www.tinc-vpn.org/"
-LICENSE = "GPLv2"
-MAINTAINER = "Bruno Randolf <bruno.randolf@4g-systems.biz>"
-
-SRC_URI="http://www.tinc-vpn.org/packages/tinc-1.0.2.tar.gz \
- file://mtu-vlan.diff;patch=1 \
- file://public-key-fix.diff;patch=1 \
- file://init"
-
-DEPENDS="openssl lzo zlib"
-RDEPENDS = "kernel-module-tun"
-
-inherit autotools
-
-EXTRA_OECONF="--disable-maintainer-mode --disable-tracing"
-
-do_configure() {
- oe_runconf
-}
-
-do_compile() {
- oe_runmake
-}
-
-do_install() {
- oe_runmake install DESTDIR=${D}
- install -d ${D}/${sysconfdir}/init.d
- install -m 0755 ${WORKDIR}/init ${D}/${sysconfdir}/init.d/tinc
-}