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:
parent
3ee2b9e761
commit
a30ee1350a
@ -19,7 +19,7 @@ PKG_MD5SUM:=cfb9e05c138dff4c430a35eee6229e8a
|
||||
PKG_CAT:=zcat
|
||||
|
||||
PKG_INSTALL_DIR:=$(PKG_BUILD_DIR)/ipkg-install
|
||||
PKG_BUILDDEP:=expat libdaemon libgdbm
|
||||
PKG_BUILDDEP:=libexpat libdaemon libgdbm
|
||||
|
||||
include $(INCLUDE_DIR)/package.mk
|
||||
|
||||
@ -41,9 +41,9 @@ define Package/libavahi
|
||||
endef
|
||||
|
||||
define Package/avahi-daemon
|
||||
SECTION:=libs
|
||||
CATEGORY:=Libraries
|
||||
DEPENDS:=libavahi
|
||||
SECTION:=net
|
||||
CATEGORY:=Network
|
||||
DEPENDS:=+libavahi
|
||||
TITLE:=An mDNS/DNS-SD implementation (daemon)
|
||||
DESCRIPTION:=An mDNS/DNS-SD (aka RendezVous/Bonjour/ZeroConf) implementation (daemon).\\\
|
||||
Avahi is a system which facilitates service discovery on a local network -- \\\
|
||||
@ -64,9 +64,9 @@ define Package/avahi-daemon/conffiles
|
||||
endef
|
||||
|
||||
define Package/avahi-dnsconfd
|
||||
SECTION:=libs
|
||||
CATEGORY:=Libraries
|
||||
DEPENDS:=libavahi
|
||||
SECTION:=net
|
||||
CATEGORY:=Network
|
||||
DEPENDS:=+libavahi
|
||||
TITLE:=An Unicast DNS server from mDNS/DNS-SD configuration daemon
|
||||
DESCRIPTION:=An Unicast DNS server from mDNS/DNS-SD configuration daemon.\\\
|
||||
Avahi is a system which facilitates service discovery on a local network -- \\\
|
||||
|
@ -29,9 +29,9 @@ define Package/libaxtls
|
||||
endef
|
||||
|
||||
define Package/awhttpd
|
||||
SECTION:=libs
|
||||
CATEGORY:=Libraries
|
||||
DEPENDS:=libaxtls
|
||||
SECTION:=net
|
||||
CATEGORY:=Network
|
||||
DEPENDS:=+libaxtls
|
||||
TITLE:=Anti-Web webserver
|
||||
DESCRIPTION:=Anti-Web webserver.
|
||||
URL:=http://www.axtls.co.nr/
|
||||
|
@ -38,9 +38,9 @@ define Package/libcurl
|
||||
endef
|
||||
|
||||
define Package/curl
|
||||
SECTION:=libs
|
||||
CATEGORY:=Libraries
|
||||
DEPENDS:=libcurl
|
||||
SECTION:=net
|
||||
CATEGORY:=Network
|
||||
DEPENDS:=+libcurl
|
||||
TITLE:=A client-side URL transfer library
|
||||
DESCRIPTION:=A client-side URL transfer library.
|
||||
URL:=http://curl.haxx.se/
|
||||
|
@ -19,7 +19,7 @@ PKG_MD5SUM:=268ead27f4ac39bcfe17d9e38e0f2977
|
||||
PKG_CAT:=zcat
|
||||
|
||||
PKG_INSTALL_DIR:=$(PKG_BUILD_DIR)/ipkg-install
|
||||
PKG_BUILDDEP:=openssl
|
||||
PKG_BUILDDEP:=libopenssl
|
||||
|
||||
include $(INCLUDE_DIR)/package.mk
|
||||
|
||||
|
@ -41,21 +41,6 @@ define Package/libgnutls
|
||||
URL:=http://www.gnu.org/software/gnutls/
|
||||
endef
|
||||
|
||||
define Package/gnutls-utils
|
||||
SECTION:=libs
|
||||
CATEGORY:=Libraries
|
||||
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 some GnuTLS utilities.
|
||||
URL:=http://www.gnu.org/software/gnutls/
|
||||
endef
|
||||
|
||||
define Package/libgnutls-openssl
|
||||
SECTION:=libs
|
||||
CATEGORY:=Libraries
|
||||
@ -71,6 +56,21 @@ define Package/libgnutls-openssl
|
||||
URL:=http://www.gnu.org/software/gnutls/
|
||||
endef
|
||||
|
||||
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 some GnuTLS utilities.
|
||||
URL:=http://www.gnu.org/software/gnutls/
|
||||
endef
|
||||
|
||||
define Build/Configure
|
||||
(cd $(PKG_BUILD_DIR); rm -f config.cache; \
|
||||
touch configure.in ; \
|
||||
|
@ -35,9 +35,9 @@ define Package/libgsm
|
||||
endef
|
||||
|
||||
define Package/gsm-utils
|
||||
SECTION:=libs
|
||||
CATEGORY:=Libraries
|
||||
DEPENDS:=libgsm
|
||||
SECTION:=utils
|
||||
CATEGORY:=Utilities
|
||||
DEPENDS:=+libgsm
|
||||
TITLE:=GSM transcoding utilities
|
||||
DESCRIPTION:=A GSM 06.10 full-rate speech transcoding implementation (utilities).\\\
|
||||
An implementation of the European GSM 06.10 provisional standard \\\
|
||||
|
@ -34,9 +34,9 @@ define Package/libhowl
|
||||
endef
|
||||
|
||||
define Package/howl-utils
|
||||
SECTION:=libs
|
||||
CATEGORY:=Libraries
|
||||
DEPENDS:=libhowl
|
||||
SECTION:=net
|
||||
CATEGORY:=Network
|
||||
DEPENDS:=+libhowl
|
||||
TITLE:=A Zeroconf networking implementation (utilities)
|
||||
DESCRIPTION:=A Zeroconf networking implementation (utilities).\\\
|
||||
A cross-platform implementation of Zeroconf networking.\\\
|
||||
@ -46,9 +46,9 @@ define Package/howl-utils
|
||||
endef
|
||||
|
||||
define Package/autoipd
|
||||
SECTION:=libs
|
||||
CATEGORY:=Libraries
|
||||
DEPENDS:=libhowl
|
||||
SECTION:=net
|
||||
CATEGORY:=Network
|
||||
DEPENDS:=+libhowl
|
||||
TITLE:=An IPv4 Link-Local address self-assigner daemon
|
||||
DESCRIPTION:=An IPv4 Link-Local address self-assigner daemon.\\\
|
||||
A cross-platform implementation of Zeroconf networking.\\\
|
||||
@ -58,9 +58,9 @@ define Package/autoipd
|
||||
endef
|
||||
|
||||
define Package/mdnsresponder
|
||||
SECTION:=libs
|
||||
CATEGORY:=Libraries
|
||||
DEPENDS:=libhowl
|
||||
SECTION:=net
|
||||
CATEGORY:=Network
|
||||
DEPENDS:=+libhowl
|
||||
TITLE:=An mDNS (Multicast DNS) service responder daemon
|
||||
DESCRIPTION:=An mDNS (Multicast DNS) service responder daemon.\\\
|
||||
A cross-platform implementation of Zeroconf networking.\\\
|
||||
@ -74,9 +74,9 @@ define Package/mdnsresponder/conffiles
|
||||
endef
|
||||
|
||||
define Package/nifd
|
||||
SECTION:=libs
|
||||
CATEGORY:=Libraries
|
||||
DEPENDS:=libhowl
|
||||
SECTION:=net
|
||||
CATEGORY:=Network
|
||||
DEPENDS:=+libhowl
|
||||
TITLE:=A network interface monitor daemon
|
||||
DESCRIPTION:=A network interface monitor daemon.\\\
|
||||
A cross-platform implementation of Zeroconf networking.\\\
|
||||
|
@ -25,7 +25,7 @@ include $(INCLUDE_DIR)/package.mk
|
||||
define Package/id3lib
|
||||
SECTION:=libs
|
||||
CATEGORY:=Libraries
|
||||
DEPENDS:=+zlib +uclibc++
|
||||
DEPENDS:=+zlib +uclibcxx
|
||||
TITLE:=An ID3v1/ID3v2 tag manipulation library
|
||||
DESCRIPTION:=An ID3v1/ID3v2 tag manipulation library.\\\
|
||||
URL:=http://www.id3lib.org/
|
||||
|
@ -31,7 +31,7 @@ define Package/libelf
|
||||
endef
|
||||
|
||||
define Build/Configure
|
||||
(cd $(PKG_BUILD_DIR); rm -rf config.cache; \
|
||||
(cd $(PKG_BUILD_DIR); rm -f config.cache; \
|
||||
$(TARGET_CONFIGURE_OPTS) \
|
||||
CFLAGS="$(TARGET_CFLAGS)" \
|
||||
CPPFLAGS="-I$(STAGING_DIR)/usr/include -I$(STAGING_DIR)/include" \
|
||||
|
@ -23,7 +23,7 @@ PKG_MD5SUM:=f18153b0239aaa03fc5a751f2d82cb71
|
||||
PKG_CAT:=zcat
|
||||
|
||||
PKG_INSTALL_DIR:=$(PKG_BUILD_DIR)/ipkg-install
|
||||
PKG_BUILDDEP:=ncurses readline
|
||||
PKG_BUILDDEP:=libncurses libreadline
|
||||
|
||||
include $(INCLUDE_DIR)/package.mk
|
||||
|
||||
|
@ -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 \\\
|
||||
|
@ -36,9 +36,9 @@ define Package/libpq
|
||||
endef
|
||||
|
||||
define Package/pgsql-cli
|
||||
SECTION:=libs
|
||||
CATEGORY:=Libraries
|
||||
DEPENDS:=libpq
|
||||
SECTION:=utils
|
||||
CATEGORY:=Utilities
|
||||
DEPENDS:=+libpq
|
||||
TITLE:=Command Line Interface (CLI) to PostgreSQL databases
|
||||
DESCRIPTION:=Command Line Interface (CLI) to PostgreSQL databases.
|
||||
URL:=http://www.postgresql.org/
|
||||
|
@ -42,11 +42,10 @@ define Package/libradiusclient-ng/conffiles
|
||||
/etc/radiusclient-ng/servers
|
||||
endef
|
||||
|
||||
|
||||
define Package/radiusclient-ng
|
||||
SECTION:=libs
|
||||
CATEGORY:=Libraries
|
||||
DEPENDS:=libradiusclient-ng
|
||||
SECTION:=net
|
||||
CATEGORY:=Network
|
||||
DEPENDS:=+libradiusclient-ng
|
||||
TITLE:=A RADIUS client
|
||||
DESCRIPTION:=A RADIUS client.\\\
|
||||
Purpose of this project is to build a portable, easy-to-use and standard \\\
|
||||
|
@ -19,7 +19,7 @@ PKG_MD5SUM:=838dbac20b56d2c4292e98848505a05b
|
||||
PKG_CAT:=zcat
|
||||
|
||||
PKG_INSTALL_DIR:=$(PKG_BUILD_DIR)/ipkg-install
|
||||
PKG_BUILDDEP:=ncurses readline
|
||||
PKG_BUILDDEP:=libncurses libreadline
|
||||
|
||||
include $(INCLUDE_DIR)/package.mk
|
||||
|
||||
@ -36,9 +36,9 @@ define Package/libsqlite2
|
||||
endef
|
||||
|
||||
define Package/sqlite2-cli
|
||||
SECTION:=libs
|
||||
CATEGORY:=Libraries
|
||||
DEPENDS:=libsqlite2 +libncurses +libreadline
|
||||
SECTION:=utils
|
||||
CATEGORY:=Utilities
|
||||
DEPENDS:=+libsqlite2 +libncurses +libreadline
|
||||
TITLE:=Command line interface for SQLite
|
||||
DESCRIPTION:=Command line interface for SQLite.\\\
|
||||
SQLite is a small C library that implements a self-contained, embeddable, \\\
|
||||
|
@ -19,7 +19,7 @@ PKG_MD5SUM:=eb5d9d7e7853b3af78e767d709b7fced
|
||||
PKG_CAT:=zcat
|
||||
|
||||
PKG_INSTALL_DIR:=$(PKG_BUILD_DIR)/ipkg-install
|
||||
PKG_BUILDDEP:=ncurses readline
|
||||
PKG_BUILDDEP:=libncurses libreadline
|
||||
|
||||
include $(INCLUDE_DIR)/package.mk
|
||||
|
||||
@ -36,9 +36,9 @@ define Package/libsqlite3
|
||||
endef
|
||||
|
||||
define Package/sqlite3-cli
|
||||
SECTION:=libs
|
||||
CATEGORY:=Libraries
|
||||
DEPENDS:=libsqlite3 +libncurses +libreadline
|
||||
SECTION:=utils
|
||||
CATEGORY:=Utilities
|
||||
DEPENDS:=+libsqlite3 +libncurses +libreadline
|
||||
TITLE:=Command line interface for SQLite
|
||||
DESCRIPTION:=Command line interface for SQLite.\\\
|
||||
SQLite is a small C library that implements a self-contained, embeddable, \\\
|
||||
|
@ -18,7 +18,7 @@ PKG_SOURCE_URL:=http://www.kismetwireless.net/code
|
||||
PKG_MD5SUM:=8ec2de513f2911df1b7edfcba5ad1c26
|
||||
PKG_CAT:=zcat
|
||||
|
||||
PKG_BUILDDEP:=libpcap ncurses uclibc++
|
||||
PKG_BUILDDEP:=libpcap libncurses uclibcxx
|
||||
|
||||
include $(INCLUDE_DIR)/package.mk
|
||||
|
||||
|
@ -22,7 +22,7 @@ PKG_MD5SUM:=df899194a340c933944b193477c628fa
|
||||
PKG_CAT:=zcat
|
||||
|
||||
PKG_INSTALL_DIR:=$(PKG_BUILD_DIR)/ipkg-install
|
||||
PKG_BUILDDEP:=openssl
|
||||
PKG_BUILDDEP:=libopenssl
|
||||
|
||||
include $(INCLUDE_DIR)/package.mk
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user