From d19bbec72025cca3b03eef35ac3bf6588848323c Mon Sep 17 00:00:00 2001 From: Jay Freeman Date: Mon, 18 Aug 2008 18:31:07 +0000 Subject: Added GnuTLS for WeeChat. git-svn-id: http://svn.telesphoreo.org/trunk@424 514c082c-b64e-11dc-b46d-3d985efe055d --- data/gnutls/make.sh | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 data/gnutls/make.sh (limited to 'data/gnutls/make.sh') diff --git a/data/gnutls/make.sh b/data/gnutls/make.sh new file mode 100644 index 000000000..e02dc72bc --- /dev/null +++ b/data/gnutls/make.sh @@ -0,0 +1,4 @@ +pkg:setup +pkg:configure --with-libgcrypt-prefix="$(PKG_DEST_ gcrypt)/usr" --with-included-libtasn1 +make +pkg:install -- cgit v1.2.3