diff options
author | erich@mine.nu <erich@mine.nu> | 2004-03-28 00:05:17 +0000 |
---|---|---|
committer | erich@mine.nu <erich@mine.nu> | 2004-03-28 00:05:17 +0000 |
commit | 8d1ff8107ea0b95d9e7a5faa5cc6aa0c8dfde1a8 (patch) | |
tree | 5f6c85f93b760f4349499c2e796c075ec0a296a1 /stunnel | |
parent | f0223a6035a84858a8ba36e998b91eeea6709a5c (diff) |
stunnel_4.05.oe:
added stunnel build dependency on libtool-cross
BKrev: 406616bd0nmNPWT3fuVOQJLwCmd0FA
Diffstat (limited to 'stunnel')
-rw-r--r-- | stunnel/stunnel_4.05.oe | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/stunnel/stunnel_4.05.oe b/stunnel/stunnel_4.05.oe index e69de29bb2..ed7421b4c3 100644 --- a/stunnel/stunnel_4.05.oe +++ b/stunnel/stunnel_4.05.oe @@ -0,0 +1,12 @@ +DEPENDS = "virtual/libc openssl libtool-cross" +RDEPENDS = "libc6 openssl" +LICENSE = "GPL" +DESCRIPTION = "Stunnel is a program that allows you to encrypt \ +arbitrary TCP connections inside SSL" + +SRC_URI = "http://www.stunnel.org/download/stunnel/src/stunnel-${PV}.tar.gz \ + file://${FILESDIR}/configure.patch;patch=1 \ + file://${FILESDIR}/automake.patch;patch=1" +S = "${WORKDIR}/stunnel-${PV}" + +inherit autotools |