change SECTION and CATEGORY to put packages in the right place, change PKG_BUILDDEPs...
[openwrt/svn-archive/archive.git] / libs / gnutls / Makefile
index 9d952b3edd3d63bad13de00c7096e15a438ef36c..bb0f960e96254f8774f0607261189b5cdb47b54a 100644 (file)
@@ -41,33 +41,33 @@ define Package/libgnutls
   URL:=http://www.gnu.org/software/gnutls/
 endef
 
-define Package/gnutls-utils
+define Package/libgnutls-openssl
   SECTION:=libs
   CATEGORY:=Libraries
   DEPENDS:=libgnutls
-  TITLE:=GNU TLS utilitis
-  DESCRIPTION:=The GNU TLS utilities.\\\
+  TITLE:=GNU TLS OpenSSL compatibility layer library
+  DESCRIPTION:=The GNU TLS OpenSSL compatibility layer library.\\\
     GnuTLS is a project that aims to develop a library which provides a \\\
     secure layer, over a reliable transport layer. Currently the GnuTLS \\\
     library implements the proposed standards by the IETF's TLS working \\\
     group.\\\
     \\\
-    This packages contains some GnuTLS utilities.
+    This packages contains the GnuTLS OpenSSL compatibility layer shared library.
   URL:=http://www.gnu.org/software/gnutls/
 endef
 
-define Package/libgnutls-openssl
-  SECTION:=libs
-  CATEGORY:=Libraries
-  DEPENDS:=libgnutls
-  TITLE:=GNU TLS OpenSSL compatibility layer library
-  DESCRIPTION:=The GNU TLS OpenSSL compatibility layer library.\\\
+define Package/gnutls-utils
+  SECTION:=utils
+  CATEGORY:=Utilities
+  DEPENDS:=+libgnutls
+  TITLE:=GNU TLS utilitis
+  DESCRIPTION:=The GNU TLS utilities.\\\
     GnuTLS is a project that aims to develop a library which provides a \\\
     secure layer, over a reliable transport layer. Currently the GnuTLS \\\
     library implements the proposed standards by the IETF's TLS working \\\
     group.\\\
     \\\
-    This packages contains the GnuTLS OpenSSL compatibility layer shared library.
+    This packages contains some GnuTLS utilities.
   URL:=http://www.gnu.org/software/gnutls/
 endef