[package] update xmlrpc-c to 1.18.0 (#4869)
authorflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sat, 4 Apr 2009 15:05:27 +0000 (15:05 +0000)
committerflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sat, 4 Apr 2009 15:05:27 +0000 (15:05 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@15103 3c298f89-4303-0410-b956-a3cf2f4a3e73

libs/xmlrpc-c/Makefile

index eb1f170..06b759e 100644 (file)
@@ -25,16 +25,17 @@ PKG_FIXUP = libtool
 include $(INCLUDE_DIR)/package.mk
 
 define Package/xmlrpc-c
-  SUBMENU:=xmlrpc-c
-  SECTION:=library
-  CATEGORY:=lib
-  TITLE:=xmlrpc-c library
+  SECTION:=libs
+  CATEGORY:=Libraries
+  TITLE:=XML-RPC library for C/C++ (Xmlrpc-c)
   URL:=http://xmlrpc-c.sourceforge.net/
   DEPENDS:=+libcurl +libxml2
 endef
 
 define Package/xmlrpc-c/description
- XMLRPC-C
+    Programming library for writing an XML-RPC server or client in C or C++.
+    XML-RPC is a standard network protocol to allow a client program to make 
+    a simple remote procedure call (RPC) type request of a server.
 endef
 
 CONFIGURE_ARGS+= \