stunnel_4.05.oe:
authorerich@mine.nu <erich@mine.nu>
Sun, 28 Mar 2004 00:05:17 +0000 (00:05 +0000)
committererich@mine.nu <erich@mine.nu>
Sun, 28 Mar 2004 00:05:17 +0000 (00:05 +0000)
  added stunnel build dependency on libtool-cross

BKrev: 406616bd0nmNPWT3fuVOQJLwCmd0FA

stunnel/stunnel_4.05.oe

index e69de29..ed7421b 100644 (file)
@@ -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