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