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 | d0ae6bcd1a3bb766574303802a14f5725853e819 (patch) | |
tree | fe81d3e98b281a76dc4102f14a8504a58c30f940 /package/gnutls/ipkg | |
parent | dfdf93a4d13c085091dd1655f1de93e7c62a4b71 (diff) | |
download | upstream-d0ae6bcd1a3bb766574303802a14f5725853e819.tar.gz upstream-d0ae6bcd1a3bb766574303802a14f5725853e819.tar.bz2 upstream-d0ae6bcd1a3bb766574303802a14f5725853e819.zip |
Add gnutls package
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1253 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/gnutls/ipkg')
-rw-r--r-- | package/gnutls/ipkg/gnutls-utils.control | 9 | ||||
-rw-r--r-- | package/gnutls/ipkg/libgnutls-openssl.control | 9 | ||||
-rw-r--r-- | package/gnutls/ipkg/libgnutls.control | 9 |
3 files changed, 27 insertions, 0 deletions
diff --git a/package/gnutls/ipkg/gnutls-utils.control b/package/gnutls/ipkg/gnutls-utils.control new file mode 100644 index 0000000000..aa08f66bce --- /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 <bugs@openwrt.org> +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 0000000000..0acd300aa0 --- /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 <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/package/gnutls/ipkg/libgnutls.control b/package/gnutls/ipkg/libgnutls.control new file mode 100644 index 0000000000..824a153e71 --- /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 <bugs@openwrt.org> +Source: http://openwrt.org/cgi-bin/viewcvs.cgi/openwrt/package/gnutls/ +Description: GNU TLS library +Depends: libgcrypt, libopencdk, libtasn1 |