diff options
author | Chris Larson <clarson@kergoth.com> | 2005-04-02 03:18:04 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2005-04-02 03:18:04 +0000 |
commit | 9f6c8550e721bb7f16f98edf6203922d5f0d6eee (patch) | |
tree | 825d2e52277191fc6cbe2b93f7ff28e287f654ef /packages/stunnel/stunnel_4.05.bb | |
parent | a983c318609026685769f3ec83866e01e0f39789 (diff) |
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
Diffstat (limited to 'packages/stunnel/stunnel_4.05.bb')
-rw-r--r-- | packages/stunnel/stunnel_4.05.bb | 27 |
1 files changed, 3 insertions, 24 deletions
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 -} |