From 9f6c8550e721bb7f16f98edf6203922d5f0d6eee Mon Sep 17 00:00:00 2001 From: Chris Larson Date: Sat, 2 Apr 2005 03:18:04 +0000 Subject: Merge oe-devel@oe-devel.bkbits.net:openembedded into handhelds.org:/home/kergoth/code/openembedded 2005/04/01 22:17:39-05:00 handhelds.org!kergoth Add stunnel 4.09, fix the stunnel configure patch to be a proper fix rather than a hack so that it can be sent upstream, and consolodate metadata into a .inc. BKrev: 424e0eecxQOI96UmxS4cwaEYAv3Szg --- packages/stunnel/stunnel_4.05.bb | 27 +++------------------------ 1 file changed, 3 insertions(+), 24 deletions(-) (limited to 'packages/stunnel/stunnel_4.05.bb') diff --git a/packages/stunnel/stunnel_4.05.bb b/packages/stunnel/stunnel_4.05.bb index ded0f8e096..d76b68488a 100644 --- a/packages/stunnel/stunnel_4.05.bb +++ b/packages/stunnel/stunnel_4.05.bb @@ -1,29 +1,8 @@ -SECTION = "console/network" -DEPENDS = "openssl" -HOMEPAGE = "http://www.stunnel.org" -LICENSE = "GPL" -DESCRIPTION = "Stunnel is a program that allows you to encrypt \ -arbitrary TCP connections inside SSL" -PR = "r1" +include stunnel.inc -SRC_URI = "http://www.stunnel.org/download/stunnel/src/stunnel-${PV}.tar.gz \ +PR = "r1" +SRC_URI = "ftp://stunnel.mirt.net/stunnel/OBSOLETE/stunnel-${PV}.tar.gz \ file://configure.patch;patch=1 \ file://automake.patch;patch=1 \ file://init \ file://stunnel.conf" - -S = "${WORKDIR}/stunnel-${PV}" - -inherit autotools update-rc.d - -INITSCRIPT_NAME = "stunnel" -INITSCRIPT_PARAMS = "defaults" - -EXTRA_OECONF = "--with-ssl=${STAGING_LIBDIR}/.." - -do_install() { - autotools_do_install - install -d ${D}${sysconfdir}/stunnel ${D}${sysconfdir}/init.d - install -m 755 ${WORKDIR}/init ${D}${sysconfdir}/init.d/stunnel - install -m 644 ${WORKDIR}/stunnel.conf ${D}${sysconfdir}/stunnel -} -- cgit v1.2.3