diff options
author | Nicolas Thill <nico@openwrt.org> | 2005-06-15 02:35:48 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2005-06-15 02:35:48 +0000 |
commit | cc7341d6c2a5ab670de4fe223ae787be5f12414b (patch) | |
tree | ac6bf46cfdd21595bb9d35d5238c891f41c21f28 /openwrt/package/gnutls/ipkg | |
parent | 0bf5db2abe2fb66b45d7c65ef54047e44b6239cc (diff) | |
download | mtk-20170518-cc7341d6c2a5ab670de4fe223ae787be5f12414b.zip mtk-20170518-cc7341d6c2a5ab670de4fe223ae787be5f12414b.tar.gz mtk-20170518-cc7341d6c2a5ab670de4fe223ae787be5f12414b.tar.bz2 |
Add gnutls package
SVN-Revision: 1253
Diffstat (limited to 'openwrt/package/gnutls/ipkg')
-rw-r--r-- | openwrt/package/gnutls/ipkg/gnutls-utils.control | 9 | ||||
-rw-r--r-- | openwrt/package/gnutls/ipkg/libgnutls-openssl.control | 9 | ||||
-rw-r--r-- | openwrt/package/gnutls/ipkg/libgnutls.control | 9 |
3 files changed, 27 insertions, 0 deletions
diff --git a/openwrt/package/gnutls/ipkg/gnutls-utils.control b/openwrt/package/gnutls/ipkg/gnutls-utils.control new file mode 100644 index 0000000..aa08f66 --- /dev/null +++ b/openwrt/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 <bugs@openwrt.org> +Source: http://openwrt.org/cgi-bin/viewcvs.cgi/openwrt/package/gnutls/ +Description: GNU TLS utilities +Depends: libgnutls diff --git a/openwrt/package/gnutls/ipkg/libgnutls-openssl.control b/openwrt/package/gnutls/ipkg/libgnutls-openssl.control new file mode 100644 index 0000000..0acd300 --- /dev/null +++ b/openwrt/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 <bugs@openwrt.org> +Source: http://openwrt.org/cgi-bin/viewcvs.cgi/openwrt/package/gnutls/ +Description: GNU TLS OpenSSL compatibility layer library +Depends: libgnutls diff --git a/openwrt/package/gnutls/ipkg/libgnutls.control b/openwrt/package/gnutls/ipkg/libgnutls.control new file mode 100644 index 0000000..824a153 --- /dev/null +++ b/openwrt/package/gnutls/ipkg/libgnutls.control @@ -0,0 +1,9 @@ +Package: libgnutls +Priority: optional +Section: libs +Version: [TBDL] +Architecture: [TBDL] +Maintainer: OpenWrt Developers Team <bugs@openwrt.org> +Source: http://openwrt.org/cgi-bin/viewcvs.cgi/openwrt/package/gnutls/ +Description: GNU TLS library +Depends: libgcrypt, libopencdk, libtasn1 |