From 2e64e83b36b8ed041b0b48892f19befbd665a251 Mon Sep 17 00:00:00 2001 From: nico Date: Wed, 15 Jun 2005 02:35:48 +0000 Subject: Add gnutls package git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1253 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- package/gnutls/ipkg/gnutls-utils.control | 9 +++++++++ package/gnutls/ipkg/libgnutls-openssl.control | 9 +++++++++ package/gnutls/ipkg/libgnutls.control | 9 +++++++++ 3 files changed, 27 insertions(+) create mode 100644 package/gnutls/ipkg/gnutls-utils.control create mode 100644 package/gnutls/ipkg/libgnutls-openssl.control create mode 100644 package/gnutls/ipkg/libgnutls.control (limited to 'package/gnutls/ipkg') diff --git a/package/gnutls/ipkg/gnutls-utils.control b/package/gnutls/ipkg/gnutls-utils.control new file mode 100644 index 000000000..aa08f66bc --- /dev/null +++ b/package/gnutls/ipkg/gnutls-utils.control @@ -0,0 +1,9 @@ +Package: gnutls-utils +Priority: optional +Section: admin +Version: [TBDL] +Architecture: [TBDL] +Maintainer: OpenWrt Developers Team +Source: http://openwrt.org/cgi-bin/viewcvs.cgi/openwrt/package/gnutls/ +Description: GNU TLS utilities +Depends: libgnutls diff --git a/package/gnutls/ipkg/libgnutls-openssl.control b/package/gnutls/ipkg/libgnutls-openssl.control new file mode 100644 index 000000000..0acd300aa --- /dev/null +++ b/package/gnutls/ipkg/libgnutls-openssl.control @@ -0,0 +1,9 @@ +Package: libgnutls-openssl +Priority: optional +Section: libs +Version: [TBDL] +Architecture: [TBDL] +Maintainer: OpenWrt Developers Team +Source: http://openwrt.org/cgi-bin/viewcvs.cgi/openwrt/package/gnutls/ +Description: GNU TLS OpenSSL compatibility layer library +Depends: libgnutls diff --git a/package/gnutls/ipkg/libgnutls.control b/package/gnutls/ipkg/libgnutls.control new file mode 100644 index 000000000..824a153e7 --- /dev/null +++ b/package/gnutls/ipkg/libgnutls.control @@ -0,0 +1,9 @@ +Package: libgnutls +Priority: optional +Section: libs +Version: [TBDL] +Architecture: [TBDL] +Maintainer: OpenWrt Developers Team +Source: http://openwrt.org/cgi-bin/viewcvs.cgi/openwrt/package/gnutls/ +Description: GNU TLS library +Depends: libgcrypt, libopencdk, libtasn1 -- cgit v1.2.3