change SECTION and CATEGORY to put packages in the right place, change PKG_BUILDDEPs to use package-name instead of source-name (seems to work best with WR sdk).
git-svn-id: svn://svn.openwrt.org/openwrt/packages@4296 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
@ -59,9 +59,9 @@ define Package/libopenldap/conffiles
|
||||
endef
|
||||
|
||||
define Package/openldap-utils
|
||||
SECTION:=libs
|
||||
CATEGORY:=Libraries
|
||||
DEPENDS:=libopenldap
|
||||
SECTION:=net
|
||||
CATEGORY:=Network
|
||||
DEPENDS:=+libopenldap
|
||||
TITLE:=LDAP client utilities
|
||||
DESCRIPTION:=LDAP (Lightweight Directory Access Protocol) client utilities.\\\
|
||||
OpenLDAP Software is an open source implementation of the \\\
|
||||
|
Reference in New Issue
Block a user