Merge openembedded@openembedded.bkbits.net:packages
[vuplus_openembedded] / stunnel / stunnel_4.05.oe
1 DEPENDS = "virtual/libc openssl"
2 LICENSE = "GPL"
3 DESCRIPTION = "Stunnel is a program that allows you to encrypt \
4 arbitrary TCP connections inside SSL"
5
6 SRC_URI = "http://www.stunnel.org/download/stunnel/src/stunnel-${PV}.tar.gz \
7            file://${FILESDIR}/configure.patch;patch=1 \
8            file://${FILESDIR}/automake.patch;patch=1"
9 S = "${WORKDIR}/stunnel-${PV}"
10
11 inherit autotools