DESCRIPTION:= is obselete
git-svn-id: svn://svn.openwrt.org/openwrt/packages@9304 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
529a8fe5ac
commit
293efb7831
@ -28,12 +28,16 @@ define Package/syslog-ng
|
||||
CATEGORY:=Administration
|
||||
DEPENDS:=+libol
|
||||
TITLE:=A powerful syslog daemon
|
||||
DESCRIPTION:=syslog-ng reads and logs messages to the system console, log\\\
|
||||
files, other machines and/or users as specified by its\\\
|
||||
configuration file.\\\
|
||||
URL:=http://www.balabit.com/products/syslog_ng/
|
||||
endef
|
||||
|
||||
define Package/syslog-ng/description
|
||||
syslog-ng reads and logs messages to the system console, log
|
||||
files, other machines and/or users as specified by its
|
||||
configuration file.
|
||||
|
||||
endef
|
||||
|
||||
define Package/syslog-ng/conffiles
|
||||
/etc/syslog-ng/syslog-ng.conf
|
||||
endef
|
||||
|
@ -27,10 +27,13 @@ define Package/6tunnel
|
||||
CATEGORY:=IPv6
|
||||
DEPENDS:=+libpcap
|
||||
TITLE:=IPv4 / IPv6 tunnel proxy
|
||||
DESCRIPTION:=IPv4 / IPv6 tunnel proxy
|
||||
URL:=http://toxygen.net/6tunnel/
|
||||
endef
|
||||
|
||||
define Package/6tunnel/description
|
||||
IPv4 / IPv6 tunnel proxy
|
||||
endef
|
||||
|
||||
define Build/Configure
|
||||
$(call Build/Configure/Default,,ac_cv_path_STRIP=$(STRIP) ac_cv_func_vsnprintf=yes)
|
||||
endef
|
||||
|
@ -26,27 +26,39 @@ define Package/ndisc
|
||||
CATEGORY:=IPv6
|
||||
SUBMENU:=IPv6 discovery tools
|
||||
TITLE:=IPv6 discovery tools
|
||||
DESCRIPTION:=IPv6 discovery tools
|
||||
URL:=http://people.via.ecp.fr/~rem/ndisc6/
|
||||
endef
|
||||
|
||||
define Package/ndisc/description
|
||||
IPv6 discovery tools
|
||||
endef
|
||||
|
||||
define Package/ndisc6
|
||||
$(call Package/ndisc)
|
||||
TITLE:=An ICMPv6 neighbour discovery tool
|
||||
DESCRIPTION:=An ICMPv6 neighbour discovery tools
|
||||
endef
|
||||
|
||||
define Package/ndisc6/description
|
||||
An ICMPv6 neighbour discovery tools
|
||||
endef
|
||||
|
||||
define Package/rdisc6
|
||||
$(call Package/ndisc)
|
||||
TITLE:=An ICMPv6 router discovery tool
|
||||
DESCRIPTION:=An ICMPv6 router discovery tool
|
||||
endef
|
||||
|
||||
define Package/rdisc6/description
|
||||
An ICMPv6 router discovery tool
|
||||
endef
|
||||
|
||||
define Package/tcptraceroute6
|
||||
$(call Package/ndisc)
|
||||
TITLE:=A TCP/IPv6-based traceroute implementation
|
||||
DESCRIPTION:=A TCP/IPv6-based traceroute implementation
|
||||
endef
|
||||
|
||||
define Package/tcptraceroute6/description
|
||||
A TCP/IPv6-based traceroute implementation
|
||||
endef
|
||||
|
||||
|
||||
define Build/Compile
|
||||
|
@ -26,12 +26,14 @@ define Package/ptrtd
|
||||
CATEGORY:=IPv6
|
||||
DEPENDS:=+kmod-ipv6 +kmod-tun +ip
|
||||
TITLE:=Portable Transport Relay Translator Daemon
|
||||
DESCRIPTION:=\
|
||||
The Portable Transport Relay Translator Daemon (pTRTd)\\\
|
||||
is a method of allowing IPv6 hosts to communicate with IPv4 hosts.
|
||||
URL:=http://v6web.litech.org/ptrtd/
|
||||
endef
|
||||
|
||||
define Package/ptrtd/description
|
||||
The Portable Transport Relay Translator Daemon (pTRTd)
|
||||
is a method of allowing IPv6 hosts to communicate with IPv4 hosts.
|
||||
endef
|
||||
|
||||
MAKE_FLAGS += \
|
||||
CFLAGS="$(TARGET_CFLAGS)"
|
||||
|
||||
|
@ -27,10 +27,13 @@ define Package/radvd
|
||||
SECTION:=ipv6
|
||||
CATEGORY:=IPv6
|
||||
TITLE:=IPv6 Routing Advertisement Daemon
|
||||
DESCRIPTION:=IPv6 Routing Advertisement Daemon.
|
||||
URL:=http://v6web.litech.org/radvd/
|
||||
endef
|
||||
|
||||
define Package/radvd/description
|
||||
IPv6 Routing Advertisement Daemon.
|
||||
endef
|
||||
|
||||
define Package/radvd/conffiles
|
||||
/etc/radvd.conf
|
||||
endef
|
||||
|
@ -26,13 +26,15 @@ define Package/totd
|
||||
CATEGORY:=IPv6
|
||||
DEPENDS:=+kmod-ipv6
|
||||
TITLE:=Small DNS proxy that supports IPv6/IPv4 record translation
|
||||
DESCRIPTION:=\
|
||||
totd is a small DNS proxy nameserver which supports IPv6 and enable IPv6\\\
|
||||
only sites to access IPv4 sites by using some translation mechanism such\\\
|
||||
as NAT-PT, KAME faith, etc...
|
||||
URL:=http://pasta.cs.uit.no/software/totd.html
|
||||
endef
|
||||
|
||||
define Package/totd/description
|
||||
totd is a small DNS proxy nameserver which supports IPv6 and enable IPv6
|
||||
only sites to access IPv4 sites by using some translation mechanism such
|
||||
as NAT-PT, KAME faith, etc...
|
||||
endef
|
||||
|
||||
define Package/totd/conffiles
|
||||
/etc/totd.conf
|
||||
endef
|
||||
|
@ -25,12 +25,14 @@ define Package/tspc
|
||||
SECTION:=ipv6
|
||||
CATEGORY:=IPv6
|
||||
TITLE:=Client for Hexago's (Freenet6's) IPv6 service
|
||||
DESCRIPTION:=\
|
||||
Client to configure an IPv6 tunnel to \\\
|
||||
Hexago's (Freenet6's) migration broker.
|
||||
URL:=http://www.hexago.com
|
||||
endef
|
||||
|
||||
define Package/tspc/description
|
||||
Client to configure an IPv6 tunnel to
|
||||
Hexago's (Freenet6's) migration broker.
|
||||
endef
|
||||
|
||||
MAKE_FLAGS += \
|
||||
CFLAGS="$(TARGET_CFLAGS) -I$(PKG_BUILD_DIR)/include -I$(PKG_BUILD_DIR)/platform/linux" \
|
||||
target=linux \
|
||||
|
@ -30,10 +30,6 @@ define Package/lua/Default
|
||||
SECTION:=lang
|
||||
CATEGORY:=Languages
|
||||
TITLE:=LUA programming language
|
||||
DESCRIPTION:=\
|
||||
Lua is a powerful light-weight programming language designed for extending \\\
|
||||
applications. Lua is also frequently used as a general-purpose, stand-alone \\\
|
||||
language. Lua is free software.
|
||||
URL:=http://www.lua.org/
|
||||
endef
|
||||
|
||||
@ -43,36 +39,52 @@ define Package/liblua
|
||||
SECTION:=libs
|
||||
CATEGORY:=Libraries
|
||||
TITLE+= (libraries)
|
||||
DESCRIPTION+=\\\
|
||||
\\\
|
||||
This package contains the LUA shared libraries, needed by other programs.
|
||||
endef
|
||||
|
||||
define Package/liblua/description
|
||||
=
|
||||
Lua is a powerful light-weight programming language designed for extending
|
||||
applications. Lua is also frequently used as a general-purpose, stand-alone
|
||||
language. Lua is free software. This package contains the LUA shared libraries, needed by other programs.
|
||||
endef
|
||||
|
||||
define Package/lua
|
||||
$(call Package/lua/Default)
|
||||
DEPENDS:=+liblua +libreadline +libncurses
|
||||
TITLE+= (interpreter)
|
||||
DESCRIPTION+=\\\
|
||||
\\\
|
||||
This package contains the LUA language interpreter.
|
||||
endef
|
||||
|
||||
define Package/lua/description
|
||||
=
|
||||
Lua is a powerful light-weight programming language designed for extending
|
||||
applications. Lua is also frequently used as a general-purpose, stand-alone
|
||||
language. Lua is free software. This package contains the LUA language interpreter.
|
||||
endef
|
||||
|
||||
define Package/luac
|
||||
$(call Package/lua/Default)
|
||||
DEPENDS:=+liblua
|
||||
TITLE+= (compiler)
|
||||
DESCRIPTION+=\\\
|
||||
\\\
|
||||
This package contains the LUA language compiler.
|
||||
endef
|
||||
|
||||
define Package/luac/description
|
||||
=
|
||||
Lua is a powerful light-weight programming language designed for extending
|
||||
applications. Lua is also frequently used as a general-purpose, stand-alone
|
||||
language. Lua is free software. This package contains the LUA language compiler.
|
||||
endef
|
||||
|
||||
define Package/lua-examples
|
||||
$(call Package/lua/Default)
|
||||
DEPENDS:=lua
|
||||
TITLE+= (examples)
|
||||
DESCRIPTION+=\\\
|
||||
\\\
|
||||
This package contains LUA language examples.
|
||||
endef
|
||||
|
||||
define Package/lua-examples/description
|
||||
=
|
||||
Lua is a powerful light-weight programming language designed for extending
|
||||
applications. Lua is also frequently used as a general-purpose, stand-alone
|
||||
language. Lua is free software. This package contains LUA language examples.
|
||||
endef
|
||||
|
||||
define Build/Configure
|
||||
|
@ -88,7 +88,6 @@ endef
|
||||
define PyPackage/zope-interface
|
||||
$(call PyPackage/twisted/default)
|
||||
TITLE:=Zope interface
|
||||
DESCRIPTION:=zope-interface
|
||||
endef
|
||||
|
||||
TWISTED_SUPPROJECTS:=core
|
||||
|
@ -28,14 +28,6 @@ define Package/avahi/Default
|
||||
SECTION:=net
|
||||
CATEGORY:=Network
|
||||
TITLE:=An mDNS/DNS-SD implementation
|
||||
DESCRIPTION:=\
|
||||
An mDNS/DNS-SD (aka RendezVous/Bonjour/ZeroConf) implementation (library).\\\
|
||||
Avahi is a system which facilitates service discovery on a local network -- \\\
|
||||
this means that you can plug your laptop or computer into a network and \\\
|
||||
instantly be able to view other people who you can chat with, find printers \\\
|
||||
to print to or find files being shared. This kind of technology is already \\\
|
||||
found in MacOS X (branded 'Rendezvous', 'Bonjour' and sometimes 'ZeroConf') \\\
|
||||
and is very convenient.
|
||||
URL:=http://www.avahi.org/
|
||||
endef
|
||||
|
||||
@ -45,8 +37,17 @@ define Package/libavahi
|
||||
CATEGORY:=Libraries
|
||||
DEPENDS:=+libdaemon +libpthread
|
||||
TITLE+= (library)
|
||||
DESCRIPTION+=\\\
|
||||
\\\
|
||||
endef
|
||||
|
||||
define Package/libavahi/description
|
||||
|
||||
An mDNS/DNS-SD (aka RendezVous/Bonjour/ZeroConf) implementation (library).
|
||||
Avahi is a system which facilitates service discovery on a local network --
|
||||
this means that you can plug your laptop or computer into a network and
|
||||
instantly be able to view other people who you can chat with, find printers
|
||||
to print to or find files being shared. This kind of technology is already
|
||||
found in MacOS X (branded 'Rendezvous', 'Bonjour' and sometimes 'ZeroConf')
|
||||
and is very convenient.
|
||||
This package contains the mDNS/DNS-SD shared libraries, used by other programs.
|
||||
endef
|
||||
|
||||
@ -54,13 +55,22 @@ define Package/avahi-autoipd
|
||||
$(call Package/avahi/Default)
|
||||
DEPENDS:=+libdaemon
|
||||
TITLE:=IPv4LL network address configuration daemon
|
||||
DESCRIPTION+=\\\
|
||||
\\\
|
||||
This package implements IPv4LL, "Dynamic Configuration of \\\
|
||||
IPv4 Link-Local Addresses" (IETF RFC3927), a protocol for \\\
|
||||
automatic IP address configuration from the link-local \\\
|
||||
169.254.0.0/16 range without the need for a central server. It \\\
|
||||
is primarily intended to be used in ad-hoc networks which lack a \\\
|
||||
endef
|
||||
|
||||
define Package/avahi-autoipd/description
|
||||
|
||||
An mDNS/DNS-SD (aka RendezVous/Bonjour/ZeroConf) implementation (library).
|
||||
Avahi is a system which facilitates service discovery on a local network --
|
||||
this means that you can plug your laptop or computer into a network and
|
||||
instantly be able to view other people who you can chat with, find printers
|
||||
to print to or find files being shared. This kind of technology is already
|
||||
found in MacOS X (branded 'Rendezvous', 'Bonjour' and sometimes 'ZeroConf')
|
||||
and is very convenient.
|
||||
This package implements IPv4LL, "Dynamic Configuration of
|
||||
IPv4 Link-Local Addresses" (IETF RFC3927), a protocol for
|
||||
automatic IP address configuration from the link-local
|
||||
169.254.0.0/16 range without the need for a central server. It
|
||||
is primarily intended to be used in ad-hoc networks which lack a
|
||||
DHCP server.
|
||||
endef
|
||||
|
||||
@ -68,8 +78,17 @@ define Package/avahi-daemon
|
||||
$(call Package/avahi/Default)
|
||||
DEPENDS:=+libavahi +libexpat
|
||||
TITLE+= (daemon)
|
||||
DESCRIPTION+=\\\
|
||||
\\\
|
||||
endef
|
||||
|
||||
define Package/avahi-daemon/description
|
||||
|
||||
An mDNS/DNS-SD (aka RendezVous/Bonjour/ZeroConf) implementation (library).
|
||||
Avahi is a system which facilitates service discovery on a local network --
|
||||
this means that you can plug your laptop or computer into a network and
|
||||
instantly be able to view other people who you can chat with, find printers
|
||||
to print to or find files being shared. This kind of technology is already
|
||||
found in MacOS X (branded 'Rendezvous', 'Bonjour' and sometimes 'ZeroConf')
|
||||
and is very convenient.
|
||||
This package contains an mDNS/DNS-SD daemon.
|
||||
endef
|
||||
|
||||
@ -83,10 +102,13 @@ define Package/avahi-dnsconfd
|
||||
$(call Package/avahi/Default)
|
||||
DEPENDS:=+libavahi
|
||||
TITLE:=An Unicast DNS server from mDNS/DNS-SD configuration daemon
|
||||
DESCRIPTION+=\\\
|
||||
\\\
|
||||
This package contains an Unicast DNS server from mDNS/DNS-SD configuration \\\
|
||||
daemon, which may be used to configure conventional DNS servers using mDNS \\\
|
||||
endef
|
||||
|
||||
define Package/avahi-dnsconfd/description
|
||||
|
||||
|
||||
This package contains an Unicast DNS server from mDNS/DNS-SD configuration
|
||||
daemon, which may be used to configure conventional DNS servers using mDNS
|
||||
in a DHCP-like fashion. Especially useful on IPv6.
|
||||
endef
|
||||
|
||||
|
@ -22,10 +22,13 @@ define Package/clearsilver
|
||||
CATEGORY:=Libraries
|
||||
DEPENDS:=+libneon +zlib
|
||||
TITLE:=ClearSilver template system
|
||||
DESCRIPTION:=Clearsilver is a fast, powerful, and language-neutral HTML template system. In both static content sites and dynamic HTML applications, it provides a separation between presentation code and application logic which makes working with your project easier.
|
||||
URL:=http://www.clearsilver.net/
|
||||
endef
|
||||
|
||||
define Package/clearsilver/description
|
||||
Clearsilver is a fast, powerful, and language-neutral HTML template system. In both static content sites and dynamic HTML applications, it provides a separation between presentation code and application logic which makes working with your project easier.
|
||||
endef
|
||||
|
||||
CONFIGURE_ARGS += \
|
||||
--disable-wdb \
|
||||
--disable-apache \
|
||||
|
@ -29,10 +29,13 @@ define Package/libclinkc
|
||||
CATEGORY:=Libraries
|
||||
DEPENDS:=+libexpat
|
||||
TITLE:=Embedded UPnP library
|
||||
DESCRIPTION:=CyberLink for C is a UPnP library using C for small and embedded platforms.
|
||||
URL:=http://sourceforge.net/projects/clinkc
|
||||
endef
|
||||
|
||||
define Package/libclinkc/description
|
||||
CyberLink for C is a UPnP library using C for small and embedded platforms.
|
||||
endef
|
||||
|
||||
# uses GNU configure
|
||||
|
||||
define Build/Compile
|
||||
|
@ -28,10 +28,13 @@ define Package/libdb
|
||||
CATEGORY:=Libraries
|
||||
DEPENDS:=+libxml2
|
||||
TITLE:=Berkeley DB library
|
||||
DESCRIPTION:=Berkeley DB library.
|
||||
URL:=http://www.sleepycat.com/products/db.shtml
|
||||
endef
|
||||
|
||||
define Package/libdb/description
|
||||
Berkeley DB library.
|
||||
endef
|
||||
|
||||
define Build/Configure
|
||||
(cd $(PKG_BUILD_DIR)/build_unix; rm -f config.cache; \
|
||||
$(TARGET_CONFIGURE_OPTS) \
|
||||
|
@ -26,10 +26,13 @@ define Package/glib2
|
||||
CATEGORY:=Libraries
|
||||
DEPENDS:=+libiconv +libintl
|
||||
TITLE:=glib 2.0
|
||||
DESCRIPTION:=The GLib library of C routines
|
||||
URL:=http://www.gtk.org/
|
||||
endef
|
||||
|
||||
define Package/glib2/description
|
||||
The GLib library of C routines
|
||||
endef
|
||||
|
||||
|
||||
define Build/Configure
|
||||
endef
|
||||
|
@ -26,27 +26,33 @@ define Package/libgsm
|
||||
SECTION:=libs
|
||||
CATEGORY:=Libraries
|
||||
TITLE:=A GSM transcoding library
|
||||
DESCRIPTION:=A GSM 06.10 full-rate speech transcoding implementation (library).\\\
|
||||
An implementation of the European GSM 06.10 provisional standard \\\
|
||||
for full-rate speech transcoding, prI-ETS 300 036, which uses \\\
|
||||
RPE/LTP (residual pulse excitation/long term prediction) coding \\\
|
||||
at 13 kbit/s.
|
||||
URL:=ftp://ftp.cs.tu-berlin.de/pub/local/kbs/tubmik/gsm/
|
||||
endef
|
||||
|
||||
define Package/libgsm/description
|
||||
A GSM 06.10 full-rate speech transcoding implementation (library).
|
||||
An implementation of the European GSM 06.10 provisional standard
|
||||
for full-rate speech transcoding, prI-ETS 300 036, which uses
|
||||
RPE/LTP (residual pulse excitation/long term prediction) coding
|
||||
at 13 kbit/s.
|
||||
endef
|
||||
|
||||
define Package/gsm-utils
|
||||
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 \\\
|
||||
for full-rate speech transcoding, prI-ETS 300 036, which uses \\\
|
||||
RPE/LTP (residual pulse excitation/long term prediction) coding \\\
|
||||
at 13 kbit/s.
|
||||
URL:=ftp://ftp.cs.tu-berlin.de/pub/local/kbs/tubmik/gsm/
|
||||
endef
|
||||
|
||||
define Package/gsm-utils/description
|
||||
A GSM 06.10 full-rate speech transcoding implementation (utilities).
|
||||
An implementation of the European GSM 06.10 provisional standard
|
||||
for full-rate speech transcoding, prI-ETS 300 036, which uses
|
||||
RPE/LTP (residual pulse excitation/long term prediction) coding
|
||||
at 13 kbit/s.
|
||||
endef
|
||||
|
||||
define Build/Configure
|
||||
endef
|
||||
|
||||
|
@ -26,8 +26,6 @@ define Package/howl/Default
|
||||
SECTION:=net
|
||||
CATEGORY:=Network
|
||||
TITLE:=Zeroconf networking implementation
|
||||
DESCRIPTION:=\
|
||||
Howl is a cross-platform implementation of Zeroconf networking.
|
||||
URL:=http://www.porchdogsoft.com/products/howl/
|
||||
endef
|
||||
|
||||
@ -36,8 +34,11 @@ define Package/libhowl
|
||||
SECTION:=libs
|
||||
CATEGORY:=Libraries
|
||||
TITLE+= (library)
|
||||
DESCRIPTION+=\\\
|
||||
\\\
|
||||
endef
|
||||
|
||||
define Package/libhowl/description
|
||||
|
||||
Howl is a cross-platform implementation of Zeroconf networking.
|
||||
This package contains the Howl shared libraries, used by other programs.
|
||||
endef
|
||||
|
||||
@ -45,8 +46,11 @@ define Package/howl-autoipd
|
||||
$(call Package/howl/Default)
|
||||
DEPENDS:=+libhowl
|
||||
TITLE:=An IPv4 Link-Local address self-assigner daemon
|
||||
DESCRIPTION+=\\\
|
||||
\\\
|
||||
endef
|
||||
|
||||
define Package/howl-autoipd/description
|
||||
|
||||
Howl is a cross-platform implementation of Zeroconf networking.
|
||||
This package contains an IPv4 Link-Local address self-assigner daemon.
|
||||
endef
|
||||
|
||||
@ -54,8 +58,11 @@ define Package/howl-mdnsresponder
|
||||
$(call Package/howl/Default)
|
||||
DEPENDS:=+libhowl
|
||||
TITLE:=An mDNS (Multicast DNS) service responder daemon
|
||||
DESCRIPTION+=\\\
|
||||
\\\
|
||||
endef
|
||||
|
||||
define Package/howl-mdnsresponder/description
|
||||
|
||||
Howl is a cross-platform implementation of Zeroconf networking.
|
||||
This package contains an mDNS (Multicast DNS) service responder daemon.
|
||||
endef
|
||||
|
||||
@ -67,8 +74,11 @@ define Package/howl-nifd
|
||||
$(call Package/howl/Default)
|
||||
DEPENDS:=+libhowl
|
||||
TITLE:=A network interface monitor daemon
|
||||
DESCRIPTION+=\\\
|
||||
\\\
|
||||
endef
|
||||
|
||||
define Package/howl-nifd/description
|
||||
|
||||
|
||||
This package contains a network interface monitor daemon.
|
||||
endef
|
||||
|
||||
@ -76,8 +86,11 @@ define Package/howl-utils
|
||||
$(call Package/howl/Default)
|
||||
DEPENDS:=+libhowl
|
||||
TITLE+= (utilities)
|
||||
DESCRIPTION+=\\\
|
||||
\\\
|
||||
endef
|
||||
|
||||
define Package/howl-utils/description
|
||||
|
||||
|
||||
This package contains mDNS (Multicast DNS) client utilities.
|
||||
endef
|
||||
|
||||
|
@ -26,11 +26,13 @@ define Package/libamsel
|
||||
SECTION:=libs
|
||||
CATEGORY:=Libraries
|
||||
TITLE:=The amwall library
|
||||
DESCRIPTION:=\
|
||||
A library for amwall configuration files.
|
||||
URL:=http://amselinux.de/
|
||||
endef
|
||||
|
||||
define Package/libamsel/description
|
||||
A library for amwall configuration files.
|
||||
endef
|
||||
|
||||
define Build/Configure
|
||||
endef
|
||||
|
||||
|
@ -27,12 +27,14 @@ define Package/libao
|
||||
DEPENDS:=+alsa-lib
|
||||
CATEGORY:=Libraries
|
||||
TITLE:=A cross platform audio library
|
||||
DESCRIPTION:=\
|
||||
Libao is a cross-platform audio library that allows programs to \\\
|
||||
output audio using a simple API on a wide variety of platforms.
|
||||
URL:=http://www.xiph.org/ao/
|
||||
endef
|
||||
|
||||
define Package/libao/description
|
||||
Libao is a cross-platform audio library that allows programs to
|
||||
output audio using a simple API on a wide variety of platforms.
|
||||
endef
|
||||
|
||||
define Build/Configure
|
||||
$(call Build/Configure/Default, \
|
||||
--enable-shared \
|
||||
|
@ -26,15 +26,17 @@ define Package/libart
|
||||
SECTION:=libs
|
||||
CATEGORY:=Libraries
|
||||
TITLE:=An high-performance 2D graphics library
|
||||
DESCRIPTION:=\
|
||||
A library of functions for 2D graphics supporting a superset of the \\\
|
||||
PostScript imaging model, designed to be integrated with graphics, artwork, \\\
|
||||
and illustration programs. It is written in optimized C, and is fully \\\
|
||||
compatible with C++. With a small footprint of 10,000 lines of code, it is \\\
|
||||
especially suitable for embedded applications.
|
||||
URL:=http://www.levien.com/libart/
|
||||
endef
|
||||
|
||||
define Package/libart/description
|
||||
A library of functions for 2D graphics supporting a superset of the
|
||||
PostScript imaging model, designed to be integrated with graphics, artwork,
|
||||
and illustration programs. It is written in optimized C, and is fully
|
||||
compatible with C++. With a small footprint of 10,000 lines of code, it is
|
||||
especially suitable for embedded applications.
|
||||
endef
|
||||
|
||||
define Build/Configure
|
||||
$(call Build/Configure/Default, \
|
||||
--enable-shared \
|
||||
|
@ -26,13 +26,15 @@ define Package/libaudiofile
|
||||
SECTION:=libs
|
||||
CATEGORY:=Libraries
|
||||
TITLE:=Audio File library
|
||||
DESCRIPTION:=\
|
||||
The audiofile library allows the processing of audio data to and from audio \\\
|
||||
files of many common formats (currently AIFF, AIFF-C, WAVE, NeXT/Sun, BICS, \\\
|
||||
and raw data).
|
||||
URL:=http://www.68k.org/~michael/audiofile/
|
||||
endef
|
||||
|
||||
define Package/libaudiofile/description
|
||||
The audiofile library allows the processing of audio data to and from audio
|
||||
files of many common formats (currently AIFF, AIFF-C, WAVE, NeXT/Sun, BICS,
|
||||
and raw data).
|
||||
endef
|
||||
|
||||
define Build/Configure
|
||||
$(call Build/Configure/Default, \
|
||||
--enable-shared \
|
||||
|
@ -26,14 +26,16 @@ define Package/libcli
|
||||
SECTION:=libs
|
||||
CATEGORY:=Libraries
|
||||
TITLE:=A Cisco-like CLI library
|
||||
DESCRIPTION:=\
|
||||
Libcli provides a shared library for including a Cisco-like \\\
|
||||
command-line interface into other software. It's a telnet \\\
|
||||
interface which supports command-line editing, history, \\\
|
||||
authentication and callbacks for a user-definable function tree.
|
||||
URL:=http://libcli.sourceforge.net/
|
||||
endef
|
||||
|
||||
define Package/libcli/description
|
||||
Libcli provides a shared library for including a Cisco-like
|
||||
command-line interface into other software. It's a telnet
|
||||
interface which supports command-line editing, history,
|
||||
authentication and callbacks for a user-definable function tree.
|
||||
endef
|
||||
|
||||
MAKE_FLAGS += \
|
||||
OPTIM="$(TARGET_CFLAGS)" \
|
||||
CFLAGS="$(TARGET_CFLAGS)" \
|
||||
|
@ -26,20 +26,22 @@ define Package/libdaemon
|
||||
SECTION:=libs
|
||||
CATEGORY:=Libraries
|
||||
TITLE:=A lightweight C library that eases the writing of UNIX daemons
|
||||
DESCRIPTION:=\
|
||||
libdaemon is a lightweight C library that eases the writing of UNIX daemons.\\\
|
||||
It consists of the following parts:\\\
|
||||
- A wrapper around fork() which does the correct daemonization procedure of a process\\\
|
||||
- A wrapper around syslog() for simpler and compatible log output to Syslog or STDERR\\\
|
||||
- An API for writing PID files\\\
|
||||
- An API for serializing UNIX signals into a pipe for usage with select() or poll()\\\
|
||||
- An API for running subprocesses with STDOUT and STDERR redirected to syslog\\\
|
||||
\\\
|
||||
APIs like these are used in most daemon software available. It is not that \\\
|
||||
simple to get it done right and code duplication is not a goal.
|
||||
URL:=http://0pointer.de/lennart/projects/libdaemon/
|
||||
endef
|
||||
|
||||
define Package/libdaemon/description
|
||||
libdaemon is a lightweight C library that eases the writing of UNIX daemons.
|
||||
It consists of the following parts:
|
||||
- A wrapper around fork() which does the correct daemonization procedure of a process
|
||||
- A wrapper around syslog() for simpler and compatible log output to Syslog or STDERR
|
||||
- An API for writing PID files
|
||||
- An API for serializing UNIX signals into a pipe for usage with select() or poll()
|
||||
- An API for running subprocesses with STDOUT and STDERR redirected to syslog
|
||||
|
||||
APIs like these are used in most daemon software available. It is not that
|
||||
simple to get it done right and code duplication is not a goal.
|
||||
endef
|
||||
|
||||
define Build/Configure
|
||||
$(call Build/Configure/Default, \
|
||||
--enable-shared \
|
||||
|
@ -26,23 +26,27 @@ define Package/libdnet
|
||||
SECTION:=libs
|
||||
CATEGORY:=Libraries
|
||||
TITLE:=Low-level network library
|
||||
DESCRIPTION:=\
|
||||
libdnet is a library of simplified, portable interface to several \\\
|
||||
low-level networking routines.
|
||||
URL:=http://sourceforge.net/projects/libdnet/
|
||||
endef
|
||||
|
||||
define Package/libdnet/description
|
||||
libdnet is a library of simplified, portable interface to several
|
||||
low-level networking routines.
|
||||
endef
|
||||
|
||||
define Package/pydnet
|
||||
SECTION:=libs
|
||||
DEPENDS:=libdnet +python
|
||||
CATEGORY:=Libraries
|
||||
TITLE:=Low-level network library
|
||||
DESCRIPTION:=\
|
||||
libdnet is a library of simplified, portable interface to several \\\
|
||||
low-level networking routines.
|
||||
URL:=http://sourceforge.net/projects/libdnet/
|
||||
endef
|
||||
|
||||
define Package/pydnet/description
|
||||
libdnet is a library of simplified, portable interface to several
|
||||
low-level networking routines.
|
||||
endef
|
||||
|
||||
CONFIGURE_ARGS += \
|
||||
--enable-shared \
|
||||
--enable-static \
|
||||
|
@ -26,12 +26,14 @@ define Package/libdvbpsi4
|
||||
SECTION:=libs
|
||||
CATEGORY:=Libraries
|
||||
TITLE:=MPEG TS and DVB PSI tables decoding and generating
|
||||
DESCRIPTION:=\
|
||||
libdvbpsi is a simple library designed for MPEG TS and DVB PSI tables \\\
|
||||
decoding and generating.
|
||||
URL:=http://www.videolan.org/developers/libdvbpsi.html
|
||||
endef
|
||||
|
||||
define Package/libdvbpsi4/description
|
||||
libdvbpsi is a simple library designed for MPEG TS and DVB PSI tables
|
||||
decoding and generating.
|
||||
endef
|
||||
|
||||
define Build/Compile
|
||||
$(call Build/Compile/Default, \
|
||||
DESTDIR="$(PKG_INSTALL_DIR)" \
|
||||
|
@ -26,19 +26,21 @@ define Package/libevent
|
||||
SECTION:=libs
|
||||
CATEGORY:=Libraries
|
||||
TITLE:=Event notification library
|
||||
DESCRIPTION:=\
|
||||
The libevent API provides a mechanism to execute a callback function \\\
|
||||
when a specific event occurs on a file descriptor or after a timeout \\\
|
||||
has been reached. Furthermore, libevent also support callbacks due \\\
|
||||
to signals or regular timeouts.\\\
|
||||
\\\
|
||||
libevent is meant to replace the event loop found in event driven \\\
|
||||
network servers. An application just needs to call event_dispatch() \\\
|
||||
and then add or remove events dynamically without having to change \\\
|
||||
the event loop.
|
||||
URL:=http://www.monkey.org/~provos/libevent/
|
||||
endef
|
||||
|
||||
define Package/libevent/description
|
||||
The libevent API provides a mechanism to execute a callback function
|
||||
when a specific event occurs on a file descriptor or after a timeout
|
||||
has been reached. Furthermore, libevent also support callbacks due
|
||||
to signals or regular timeouts.
|
||||
|
||||
libevent is meant to replace the event loop found in event driven
|
||||
network servers. An application just needs to call event_dispatch()
|
||||
and then add or remove events dynamically without having to change
|
||||
the event loop.
|
||||
endef
|
||||
|
||||
CONFIGURE_ARGS += \
|
||||
--enable-shared \
|
||||
--enable-static \
|
||||
|
@ -26,14 +26,16 @@ define Package/libffi-sable
|
||||
SECTION:=libs
|
||||
CATEGORY:=Libraries
|
||||
TITLE:=Foreign Function Interface library (for sablevm)
|
||||
DESCRIPTION:=\
|
||||
The libffi library provides a portable, high level programming \\\
|
||||
interface to various calling conventions. This allows a programmer to \\\
|
||||
call any function specified by a call interface description at run \\\
|
||||
time.
|
||||
URL:=http://sources.redhat.com/libffi/
|
||||
endef
|
||||
|
||||
define Package/libffi-sable/description
|
||||
The libffi library provides a portable, high level programming
|
||||
interface to various calling conventions. This allows a programmer to
|
||||
call any function specified by a call interface description at run
|
||||
time.
|
||||
endef
|
||||
|
||||
define Build/Configure
|
||||
$(call Build/Configure/Default, \
|
||||
--enable-shared \
|
||||
|
@ -27,16 +27,18 @@ define Package/libgcrypt
|
||||
CATEGORY:=Libraries
|
||||
DEPENDS:=+libgpg-error
|
||||
TITLE:=GNU crypto library
|
||||
DESCRIPTION:=\
|
||||
This is a general purpose cryptographic library based on the code from \\\
|
||||
GnuPG. It provides functions for all cryptograhic building blocks: \\\
|
||||
symmetric ciphers (AES, DES, Blowfish, CAST5, Twofish, Arcfour), hash \\\
|
||||
algorithms (MD4, MD5, RIPE-MD160, SHA-1, TIGER-192), MACs (HMAC for all \\\
|
||||
hash algorithms), public key algorithms (RSA, ElGamal, DSA), large \\\
|
||||
integer functions, random numbers and a lot of supporting functions.
|
||||
URL:=http://directory.fsf.org/security/libgcrypt.html
|
||||
endef
|
||||
|
||||
define Package/libgcrypt/description
|
||||
This is a general purpose cryptographic library based on the code from
|
||||
GnuPG. It provides functions for all cryptograhic building blocks:
|
||||
symmetric ciphers (AES, DES, Blowfish, CAST5, Twofish, Arcfour), hash
|
||||
algorithms (MD4, MD5, RIPE-MD160, SHA-1, TIGER-192), MACs (HMAC for all
|
||||
hash algorithms), public key algorithms (RSA, ElGamal, DSA), large
|
||||
integer functions, random numbers and a lot of supporting functions.
|
||||
endef
|
||||
|
||||
define Build/Configure
|
||||
$(call Build/Configure/Default, \
|
||||
--enable-shared \
|
||||
|
@ -29,15 +29,17 @@ define Package/libgpg-error
|
||||
SECTION:=libs
|
||||
CATEGORY:=Libraries
|
||||
TITLE:=GnuPG error handling helper library
|
||||
DESCRIPTION:=\
|
||||
An helper library for common error codes and descriptions.\\\
|
||||
This is a library that defines common error values for all GnuPG \\\
|
||||
components. Among these are GPG, GPGSM, GPGME, GPG-Agent, libgcrypt, \\\
|
||||
Libksba, DirMngr, Pinentry, SmartCard Daemon and possibly more in the \\\
|
||||
future.
|
||||
URL:=http://www.gnupg.org/related_software/libgpg-error/
|
||||
endef
|
||||
|
||||
define Package/libgpg-error/description
|
||||
An helper library for common error codes and descriptions.
|
||||
This is a library that defines common error values for all GnuPG
|
||||
components. Among these are GPG, GPGSM, GPGME, GPG-Agent, libgcrypt,
|
||||
Libksba, DirMngr, Pinentry, SmartCard Daemon and possibly more in the
|
||||
future.
|
||||
endef
|
||||
|
||||
define Build/Configure
|
||||
$(call Build/Configure/Default, \
|
||||
--enable-shared \
|
||||
|
@ -22,10 +22,13 @@ define Package/libgssapi
|
||||
SECTION:=libs
|
||||
CATEGORY:=Libraries
|
||||
TITLE:=required libraries for the nfs-utils
|
||||
DESCRIPTION:= Support libraries - for newer nfs mount command (nfs4)
|
||||
URL:=http://www.citi.umich.edu/projects/nfsv4/linux
|
||||
endef
|
||||
|
||||
define Package/libgssapi/description
|
||||
Support libraries - for newer nfs mount command (nfs4)
|
||||
endef
|
||||
|
||||
TARGET_CFLAGS += -I$(PKG_BUILD_DIR)/lib
|
||||
|
||||
MAKE_FLAGS += \
|
||||
|
@ -27,12 +27,14 @@ define Package/libid3tag
|
||||
CATEGORY:=Libraries
|
||||
DEPENDS:=+zlib
|
||||
TITLE:=An ID3 tag manipulation library
|
||||
DESCRIPTION:=\
|
||||
libid3tag is a library for reading and (eventually) writing ID3 tags, both \\\
|
||||
ID3v1 and the various versions of ID3v2.
|
||||
URL:=http://mad.sourceforge.net/
|
||||
endef
|
||||
|
||||
define Package/libid3tag/description
|
||||
libid3tag is a library for reading and (eventually) writing ID3 tags, both
|
||||
ID3v1 and the various versions of ID3v2.
|
||||
endef
|
||||
|
||||
define Build/Configure
|
||||
$(call Build/Configure/Default, \
|
||||
--enable-shared \
|
||||
|
@ -38,14 +38,16 @@ define Package/libmad
|
||||
SECTION:=libs
|
||||
CATEGORY:=Libraries
|
||||
TITLE:=An high-quality MPEG audio decoding library
|
||||
DESCRIPTION:=\
|
||||
MAD is a high-quality MPEG audio decoder. It currently supports \\\
|
||||
MPEG-1 and the MPEG-2 extension to lower sampling frequencies, \\\
|
||||
as well as the de facto MPEG 2.5 format. All three audio layers - \\\
|
||||
Layer I, Layer II, and Layer III (i.e. MP3) - are fully implemented.
|
||||
URL:=http://www.underbit.com/products/mad/
|
||||
endef
|
||||
|
||||
define Package/libmad/description
|
||||
MAD is a high-quality MPEG audio decoder. It currently supports
|
||||
MPEG-1 and the MPEG-2 extension to lower sampling frequencies,
|
||||
as well as the de facto MPEG 2.5 format. All three audio layers -
|
||||
Layer I, Layer II, and Layer III (i.e. MP3) - are fully implemented.
|
||||
endef
|
||||
|
||||
CONFIGURE_ARGS += \
|
||||
--enable-shared \
|
||||
--enable-static \
|
||||
|
@ -26,12 +26,14 @@ define Package/libmcrypt
|
||||
SECTION:=libs
|
||||
CATEGORY:=Libraries
|
||||
TITLE:=Cryptographic library
|
||||
DESCRIPTION:=\
|
||||
libmcrypt is a cryptographic library that conveniently brings \\\
|
||||
together a variety of ciphers for convenient use.
|
||||
URL:=http://mcrypt.sourceforge.net/
|
||||
endef
|
||||
|
||||
define Package/libmcrypt/description
|
||||
libmcrypt is a cryptographic library that conveniently brings
|
||||
together a variety of ciphers for convenient use.
|
||||
endef
|
||||
|
||||
define Build/Configure
|
||||
$(call Build/Configure/Default, \
|
||||
--enable-shared \
|
||||
|
@ -26,11 +26,13 @@ define Package/libmpcdec
|
||||
SECTION:=libs
|
||||
CATEGORY:=Libraries
|
||||
TITLE:=Musepack decoder library
|
||||
DESCRIPTION:=\
|
||||
Musepack decoder library
|
||||
URL:=http://www.musepack.net
|
||||
endef
|
||||
|
||||
define Package/libmpcdec/description
|
||||
Musepack decoder library
|
||||
endef
|
||||
|
||||
define Build/Configure
|
||||
$(call Build/Configure/Default)
|
||||
endef
|
||||
|
@ -22,10 +22,13 @@ define Package/libmpd
|
||||
SECTION:=libs
|
||||
CATEGORY:=Libraries
|
||||
TITLE:=Libmpd is an a library to easily connect to a mpd server.
|
||||
DESCRIPTION:=It's wraps around libmpdclient and provides a higher level api.
|
||||
URL:=http://sarine.nl/libmpd
|
||||
endef
|
||||
|
||||
define Package/libmpd/description
|
||||
It's wraps around libmpdclient and provides a higher level api.
|
||||
endef
|
||||
|
||||
define Build/Compile
|
||||
$(MAKE) -C $(PKG_BUILD_DIR) \
|
||||
DESTDIR="$(PKG_INSTALL_DIR)" \
|
||||
|
@ -22,10 +22,13 @@ define Package/libnfsidmap
|
||||
SECTION:=libs
|
||||
CATEGORY:=Libraries
|
||||
TITLE:=libnfsidmap, for compiling mount.nfs4
|
||||
DESCRIPTION:= needed for nfs-utils
|
||||
URL:=http://www.citi.umich.edu/projects/nfsv4
|
||||
endef
|
||||
|
||||
define Package/libnfsidmap/description
|
||||
needed for nfs-utils
|
||||
endef
|
||||
|
||||
TARGET_CFLAGS += -I$(PKG_BUILD_DIR)/lib
|
||||
|
||||
MAKE_FLAGS += \
|
||||
|
@ -27,12 +27,14 @@ define Package/libnids
|
||||
CATEGORY:=Libraries
|
||||
DEPENDS:=+libnet0
|
||||
TITLE:=A network intrusion detection library
|
||||
DESCRIPTION:=\
|
||||
An implementation of an E-component of Network Intrusion Detection \\\
|
||||
System.
|
||||
URL:=http://www.packetfactory.net/projects/libnids/
|
||||
endef
|
||||
|
||||
define Package/libnids/description
|
||||
An implementation of an E-component of Network Intrusion Detection
|
||||
System.
|
||||
endef
|
||||
|
||||
define Build/Configure
|
||||
$(call Build/Configure/Default, \
|
||||
--enable-shared \
|
||||
|
@ -26,11 +26,14 @@ define Package/libpam
|
||||
SECTION:=libs
|
||||
CATEGORY:=Libraries
|
||||
TITLE:=free implementation of the following DCE-RFC from Sunsoft.
|
||||
DESCRIPTION:=\
|
||||
Linux-PAM is a free implementation of the following DCE-RFC from Sunsoft. \\\
|
||||
URL:=http://www.kernel.org/pub/linux/libs/pam
|
||||
endef
|
||||
|
||||
define Package/libpam/description
|
||||
Linux-PAM is a free implementation of the following DCE-RFC from Sunsoft.
|
||||
|
||||
endef
|
||||
|
||||
define Build/Configure
|
||||
$(call Build/Configure/Default, \
|
||||
--enable-shared \
|
||||
|
@ -26,16 +26,18 @@ define Package/libreadline
|
||||
SECTION:=libs
|
||||
CATEGORY:=Libraries
|
||||
TITLE:=Command lines edition library
|
||||
DESCRIPTION:=\
|
||||
The Readline library provides a set of functions for use by applications \\\
|
||||
that allow users to edit command lines as they are typed in. Both Emacs \\\
|
||||
and vi editing modes are available. The Readline library includes \\\
|
||||
additional functions to maintain a list of previously-entered command \\\
|
||||
lines, to recall and perhaps reedit those lines, and perform csh-like \\\
|
||||
history expansion on previous commands.
|
||||
URL:=http://cnswww.cns.cwru.edu/php/chet/readline/rltop.html
|
||||
endef
|
||||
|
||||
define Package/libreadline/description
|
||||
The Readline library provides a set of functions for use by applications
|
||||
that allow users to edit command lines as they are typed in. Both Emacs
|
||||
and vi editing modes are available. The Readline library includes
|
||||
additional functions to maintain a list of previously-entered command
|
||||
lines, to recall and perhaps reedit those lines, and perform csh-like
|
||||
history expansion on previous commands.
|
||||
endef
|
||||
|
||||
define Build/Configure
|
||||
$(call Build/Configure/Default, \
|
||||
--enable-shared \
|
||||
|
@ -24,10 +24,13 @@ define Package/librpcsecgss
|
||||
SECTION:=libs
|
||||
CATEGORY:=Libraries
|
||||
TITLE:=required libraries for the nfs-utils
|
||||
DESCRIPTION:= Support libraries - for newer nfs mount command (nfs4)
|
||||
URL:=http://www.citi.umich.edu/projects/nfsv4/linux
|
||||
endef
|
||||
|
||||
define Package/librpcsecgss/description
|
||||
Support libraries - for newer nfs mount command (nfs4)
|
||||
endef
|
||||
|
||||
TARGET_CFLAGS += -I$(PKG_BUILD_DIR)/lib -I$(STAGING_DIR)/usr/include/gssglue/
|
||||
|
||||
MAKE_FLAGS += \
|
||||
|
@ -26,11 +26,13 @@ define Package/librsync
|
||||
SECTION:=libs
|
||||
CATEGORY:=Libraries
|
||||
TITLE:=implementation of the rolling-checksum algorithm
|
||||
DESCRIPTION:=\
|
||||
librsync implements the rolling-checksum algorithm of remote file\\\
|
||||
synchronization that was popularized by the rsync utility and is\\\
|
||||
used in rproxy. This algorithm transfers the differences between 2\\\
|
||||
files without needing both files on the same system.
|
||||
endef
|
||||
|
||||
define Package/librsync/description
|
||||
librsync implements the rolling-checksum algorithm of remote file
|
||||
synchronization that was popularized by the rsync utility and is
|
||||
used in rproxy. This algorithm transfers the differences between 2
|
||||
files without needing both files on the same system.
|
||||
endef
|
||||
|
||||
define Build/Configure
|
||||
|
@ -27,11 +27,13 @@ define Package/libsamplerate
|
||||
CATEGORY:=Libraries
|
||||
DEPENDS:=+libsndfile
|
||||
TITLE:=Sample Rate Converter
|
||||
DESCRIPTION:=\
|
||||
Secret Rabbit Code (aka libsamplerate) is a Sample Rate Converter for audio
|
||||
URL:=http://www.mega-nerd.com/SRC/index.html
|
||||
endef
|
||||
|
||||
define Package/libsamplerate/description
|
||||
Secret Rabbit Code (aka libsamplerate) is a Sample Rate Converter for audio
|
||||
endef
|
||||
|
||||
define Build/Configure
|
||||
$(call Build/Configure/Default, \
|
||||
--disable-fftw \
|
||||
|
@ -26,12 +26,14 @@ define Package/libsndfile
|
||||
SECTION:=libs
|
||||
CATEGORY:=Libraries
|
||||
TITLE:=Library for reading/writing audio files
|
||||
DESCRIPTION:=\
|
||||
libsndfile is a library of C routines for reading and writing files \\\
|
||||
containing sampled audio data.
|
||||
URL:=http://www.mega-nerd.com/libsndfile/
|
||||
endef
|
||||
|
||||
define Package/libsndfile/description
|
||||
libsndfile is a library of C routines for reading and writing files
|
||||
containing sampled audio data.
|
||||
endef
|
||||
|
||||
CONFIGURE_ARGS += \
|
||||
--disable-flac
|
||||
|
||||
|
@ -27,13 +27,15 @@ define Package/libupnp
|
||||
CATEGORY:=Libraries
|
||||
DEPENDS:=+libpthread
|
||||
TITLE:=UPnP SDK library
|
||||
DESCRIPTION:=\
|
||||
The Universal Plug and Play (UPnP) SDK for Linux provides support \\\
|
||||
for building UPnP-compliant control points, devices, and bridges \\\
|
||||
on Linux.
|
||||
URL:=http://upnp.sourceforge.net/
|
||||
endef
|
||||
|
||||
define Package/libupnp/description
|
||||
The Universal Plug and Play (UPnP) SDK for Linux provides support
|
||||
for building UPnP-compliant control points, devices, and bridges
|
||||
on Linux.
|
||||
endef
|
||||
|
||||
define Build/Configure
|
||||
$(call Build/Configure/Default, \
|
||||
--enable-shared \
|
||||
|
@ -26,14 +26,16 @@ define Package/libvorbisidec
|
||||
SECTION:=libs
|
||||
CATEGORY:=Libraries
|
||||
TITLE:=A fixed-point Ogg/Vorbis decoder library
|
||||
DESCRIPTION:=\
|
||||
libvorbisidec is "tremor", a fixed-point implementation of libvorbis.\\\
|
||||
It also has libogg built-in. It is suitable as a replacement for \\\
|
||||
libvorbis and libogg in tremor-aware applications.\\\
|
||||
Tremor is a decoder only.
|
||||
URL:=http://wiki.xiph.org/index.php/Tremor
|
||||
endef
|
||||
|
||||
define Package/libvorbisidec/description
|
||||
libvorbisidec is "tremor", a fixed-point implementation of libvorbis.
|
||||
It also has libogg built-in. It is suitable as a replacement for
|
||||
libvorbis and libogg in tremor-aware applications.
|
||||
Tremor is a decoder only.
|
||||
endef
|
||||
|
||||
define Build/Configure
|
||||
$(call Build/Configure/Default, \
|
||||
--enable-shared \
|
||||
|
@ -28,21 +28,25 @@ define Package/libxslt
|
||||
CATEGORY:=Libraries
|
||||
DEPENDS:=+libxml2
|
||||
TITLE:=Gnome XSLT library
|
||||
DESCRIPTION:=\
|
||||
A library for XML transformation using XSLT.
|
||||
URL:=http://xmlsoft.org/XSLT/
|
||||
endef
|
||||
|
||||
define Package/libxslt/description
|
||||
A library for XML transformation using XSLT.
|
||||
endef
|
||||
|
||||
define Package/xsltproc
|
||||
SECTION:=utils
|
||||
CATEGORY:=Utilities
|
||||
DEPENDS:=+libxml2 +libxslt
|
||||
TITLE:=Gnome XSLT xsltproc Utility
|
||||
DESCRIPTION:=\
|
||||
XSLT XML transformation utility
|
||||
URL:=http://xmlsoft.org/XSLT/
|
||||
endef
|
||||
|
||||
define Package/xsltproc/description
|
||||
XSLT XML transformation utility
|
||||
endef
|
||||
|
||||
define Build/Configure
|
||||
$(call Build/Configure/Default, \
|
||||
--enable-shared \
|
||||
|
@ -22,13 +22,16 @@ define Package/libnmeap
|
||||
SECTION:=libs
|
||||
CATEGORY:=Libraries
|
||||
TITLE:=extensible NMEA-0183 parser written in standard C
|
||||
DESCRIPTION:=The NMEAP parser is intended for use in applications that need to input NMEA-0183 \\\
|
||||
data from a GPS (typically over a serial port). NMEAP is a linkable library written in portable \\\
|
||||
standard C and is suitable for both desktop and embedded applications. \\\
|
||||
It is licensed under the BSD open source license.
|
||||
URL:=http://www.dmh2000.com/nmea/nmeap.shtml
|
||||
endef
|
||||
|
||||
define Package/libnmeap/description
|
||||
The NMEAP parser is intended for use in applications that need to input NMEA-0183
|
||||
data from a GPS (typically over a serial port). NMEAP is a linkable library written in portable
|
||||
standard C and is suitable for both desktop and embedded applications.
|
||||
It is licensed under the BSD open source license.
|
||||
endef
|
||||
|
||||
define Build/InstallDev
|
||||
$(INSTALL_DIR) $(1)/usr/include
|
||||
$(CP) $(PKG_BUILD_DIR)/inc/nmeap{,_def}.h $(1)/usr/include/
|
||||
|
@ -28,13 +28,16 @@ define Package/libopal
|
||||
CATEGORY:=Libraries
|
||||
DEPENDS:=+pwlib +uclibcxx
|
||||
TITLE:=Open Phone Abstraction Library
|
||||
DESCRIPTION:=\
|
||||
Open Phone Abstraction Library, implementation of the ITU H.323\\\
|
||||
teleconferencing protocol, and successor of the openh323 library. It\\\
|
||||
supports not only the H.323 protocol but also SIP and IAX2.\\\
|
||||
URL:=http://www.voxgratia.org/
|
||||
endef
|
||||
|
||||
define Package/libopal/description
|
||||
Open Phone Abstraction Library, implementation of the ITU H.323
|
||||
teleconferencing protocol, and successor of the openh323 library. It
|
||||
supports not only the H.323 protocol but also SIP and IAX2.
|
||||
|
||||
endef
|
||||
|
||||
CONFIGURE_ARGS += \
|
||||
--enable-minsize \
|
||||
--enable-audio \
|
||||
|
@ -31,15 +31,17 @@ define Package/libopencdk
|
||||
CATEGORY:=Libraries
|
||||
DEPENDS:=+libgcrypt zlib
|
||||
TITLE:=The Open Crypto Development Kit library
|
||||
DESCRIPTION:=\
|
||||
This library provides basic parts of the OpenPGP message format.\\\
|
||||
For reference, please read the rfc2440.txt in the doc/ directory.\\\
|
||||
Due to some possible security problems, the library also implements \\\
|
||||
parts of draft-ietf-openpgp-rfc2440bis-08.txt. If you want to exchange \\\
|
||||
messages with earlier PGP version < 7, you should use the compat mode.
|
||||
URL:=ftp://ftp.gnutls.org/pub/gnutls/opencdk/
|
||||
endef
|
||||
|
||||
define Package/libopencdk/description
|
||||
This library provides basic parts of the OpenPGP message format.
|
||||
For reference, please read the rfc2440.txt in the doc/ directory.
|
||||
Due to some possible security problems, the library also implements
|
||||
parts of draft-ietf-openpgp-rfc2440bis-08.txt. If you want to exchange
|
||||
messages with earlier PGP version < 7, you should use the compat mode.
|
||||
endef
|
||||
|
||||
define Build/Configure
|
||||
$(call Build/Configure/Default, \
|
||||
--enable-shared \
|
||||
|
@ -27,9 +27,6 @@ include $(INCLUDE_DIR)/package.mk
|
||||
|
||||
define Package/openldap/Default
|
||||
TITLE:=LDAP implementation
|
||||
DESCRIPTION:=\
|
||||
OpenLDAP Software is an open source implementation of the \\\
|
||||
Lightweight Directory Access Protocol (LDAP).
|
||||
URL:=http://www.openldap.org/
|
||||
endef
|
||||
|
||||
@ -39,9 +36,13 @@ define Package/libopenldap
|
||||
CATEGORY:=Libraries
|
||||
DEPENDS:=+libopenssl +libsasl2
|
||||
TITLE+= (libraries)
|
||||
DESCRIPTION+=\\\
|
||||
\\\
|
||||
This package contains the shared LDAP client libraries, needed by other programs.
|
||||
endef
|
||||
|
||||
define Package/libopenldap/description
|
||||
=
|
||||
OpenLDAP Software is an open source implementation of the
|
||||
Lightweight Directory Access Protocol (LDAP).
|
||||
This package contains the shared LDAP client libraries, needed by other programs.
|
||||
endef
|
||||
|
||||
define Package/libopenldap/conffiles
|
||||
@ -54,9 +55,13 @@ define Package/openldap-utils
|
||||
CATEGORY:=Utilities
|
||||
DEPENDS:=+libopenldap
|
||||
TITLE+= (utilities)
|
||||
DESCRIPTION+=\\\
|
||||
\\\
|
||||
This package contains client programs required to access LDAP servers.
|
||||
endef
|
||||
|
||||
define Package/openldap-utils/description
|
||||
=
|
||||
OpenLDAP Software is an open source implementation of the
|
||||
Lightweight Directory Access Protocol (LDAP).
|
||||
This package contains client programs required to access LDAP servers.
|
||||
endef
|
||||
|
||||
CONFIGURE_ARGS += \
|
||||
|
@ -31,28 +31,37 @@ define Package/libpq
|
||||
CATEGORY:=Libraries
|
||||
DEPENDS:=+zlib +libreadline +libncurses
|
||||
TITLE:=PostgreSQL client library
|
||||
DESCRIPTION:=PostgreSQL client library.
|
||||
URL:=http://www.postgresql.org/
|
||||
endef
|
||||
|
||||
define Package/libpq/description
|
||||
PostgreSQL client library.
|
||||
endef
|
||||
|
||||
define Package/pgsql-cli
|
||||
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/
|
||||
endef
|
||||
|
||||
define Package/pgsql-cli/description
|
||||
Command Line Interface (CLI) to PostgreSQL databases.
|
||||
endef
|
||||
|
||||
define Package/pgsql-server
|
||||
SECTION:=utils
|
||||
CATEGORY:=Utilities
|
||||
DEPENDS:=+libpq
|
||||
TITLE:=PostgreSQL databases Server
|
||||
DESCRIPTION:=PostgreSQL databases Server.
|
||||
URL:=http://www.postgresql.org/
|
||||
endef
|
||||
|
||||
define Package/pgsql-server/description
|
||||
PostgreSQL databases Server.
|
||||
endef
|
||||
|
||||
# Need a native ecpg ,pg_config, and zic for build
|
||||
define Build/Configure
|
||||
(cd $(PKG_BUILD_DIR); rm -f config.cache; \
|
||||
|
@ -23,10 +23,6 @@ PKG_INSTALL_DIR:=$(PKG_BUILD_DIR)/ipkg-install
|
||||
include $(INCLUDE_DIR)/package.mk
|
||||
|
||||
define Package/radiusclient-ng/Default
|
||||
DESCRIPTION:=\
|
||||
Purpose of this project is to build a portable, easy-to-use and standard \\\
|
||||
compliant library suitable for developing free and commercial software \\\
|
||||
that need support for RADIUS protocol (RFCs 2128 and 2139).
|
||||
URL:=http://developer.berlios.de/projects/radiusclient-ng/
|
||||
endef
|
||||
|
||||
@ -35,8 +31,13 @@ define Package/libradiusclient-ng
|
||||
SECTION:=libs
|
||||
CATEGORY:=Libraries
|
||||
TITLE:=RADIUS client library
|
||||
DESCRIPTION+=\\\
|
||||
\\\
|
||||
endef
|
||||
|
||||
define Package/libradiusclient-ng/description
|
||||
=
|
||||
Purpose of this project is to build a portable, easy-to-use and standard
|
||||
compliant library suitable for developing free and commercial software
|
||||
that need support for RADIUS protocol (RFCs 2128 and 2139).
|
||||
This package contains shared libraries, needed by other programs.
|
||||
endef
|
||||
|
||||
@ -53,8 +54,13 @@ define Package/radiusclient-ng
|
||||
CATEGORY:=Network
|
||||
DEPENDS:=+libradiusclient-ng
|
||||
TITLE:=RADIUS client
|
||||
DESCRIPTION+=\\\
|
||||
\\\
|
||||
endef
|
||||
|
||||
define Package/radiusclient-ng/description
|
||||
=
|
||||
Purpose of this project is to build a portable, easy-to-use and standard
|
||||
compliant library suitable for developing free and commercial software
|
||||
that need support for RADIUS protocol (RFCs 2128 and 2139).
|
||||
This package contains a RADIUS client.
|
||||
endef
|
||||
|
||||
|
@ -27,68 +27,77 @@ define Package/librrd1
|
||||
CATEGORY:=Libraries
|
||||
DEPENDS:=+zlib
|
||||
TITLE:=Round Robin Database (RRD) management library
|
||||
DESCRIPTION:=Round Robin Database (RRD) management library.\\\
|
||||
RRD is the Acronym for Round Robin Database. RRD is a system to store and \\\
|
||||
display time-series data (i.e. network bandwidth, machine-room temperature, \\\
|
||||
server load average). It stores the data in a very compact way that will \\\
|
||||
not expand over time, and it presents useful graphs by processing the data \\\
|
||||
to enforce a certain data density. It can be used either via simple wrapper \\\
|
||||
scripts (from shell or Perl) or via frontends that poll network devices and \\\
|
||||
put friendly user interface on it.\\\
|
||||
\\\
|
||||
This is version 1.0.x with cgilib-0.4, gd1.3 and libpng-1.0.9 linked into \\\
|
||||
librrd.so. The library is much smaller compared to the 1.2.x version with \\\
|
||||
separate dynamic linked libraries.\\\
|
||||
\\\
|
||||
This package contains a shared library, used by other programs.
|
||||
URL:=http://people.ee.ethz.ch/~oetiker/webtools/rrdtool/
|
||||
endef
|
||||
|
||||
define Package/librrd1/description
|
||||
Round Robin Database (RRD) management library.
|
||||
RRD is the Acronym for Round Robin Database. RRD is a system to store and
|
||||
display time-series data (i.e. network bandwidth, machine-room temperature,
|
||||
server load average). It stores the data in a very compact way that will
|
||||
not expand over time, and it presents useful graphs by processing the data
|
||||
to enforce a certain data density. It can be used either via simple wrapper
|
||||
scripts (from shell or Perl) or via frontends that poll network devices and
|
||||
put friendly user interface on it.
|
||||
|
||||
This is version 1.0.x with cgilib-0.4, gd1.3 and libpng-1.0.9 linked into
|
||||
librrd.so. The library is much smaller compared to the 1.2.x version with
|
||||
separate dynamic linked libraries.
|
||||
|
||||
This package contains a shared library, used by other programs.
|
||||
endef
|
||||
|
||||
define Package/rrdcgi1
|
||||
SECTION:=utils
|
||||
CATEGORY:=Utilities
|
||||
DEPENDS:=+librrd1
|
||||
TITLE:=Round Robin Database (RRD) CGI graphing tool
|
||||
DESCRIPTION:=Round Robin Database (RRD) CGI graphing tool.\\\
|
||||
RRD is the Acronym for Round Robin Database. RRD is a system to store and \\\
|
||||
display time-series data (i.e. network bandwidth, machine-room temperature, \\\
|
||||
server load average). It stores the data in a very compact way that will \\\
|
||||
not expand over time, and it presents useful graphs by processing the data \\\
|
||||
to enforce a certain data density. It can be used either via simple wrapper \\\
|
||||
scripts (from shell or Perl) or via frontends that poll network devices and \\\
|
||||
put friendly user interface on it.\\\
|
||||
\\\
|
||||
This is version 1.0.x with cgilib-0.4, gd1.3 and libpng-1.0.9 linked into \\\
|
||||
librrd.so. The library is much smaller compared to the 1.2.x version with \\\
|
||||
separate dynamic linked libraries.\\\
|
||||
\\\
|
||||
This package contains the rrdcgi tool used to create web pages containing \\\
|
||||
RRD graphs based on templates.
|
||||
URL:=http://people.ee.ethz.ch/~oetiker/webtools/rrdtool/
|
||||
endef
|
||||
|
||||
define Package/rrdcgi1/description
|
||||
Round Robin Database (RRD) CGI graphing tool.
|
||||
RRD is the Acronym for Round Robin Database. RRD is a system to store and
|
||||
display time-series data (i.e. network bandwidth, machine-room temperature,
|
||||
server load average). It stores the data in a very compact way that will
|
||||
not expand over time, and it presents useful graphs by processing the data
|
||||
to enforce a certain data density. It can be used either via simple wrapper
|
||||
scripts (from shell or Perl) or via frontends that poll network devices and
|
||||
put friendly user interface on it.
|
||||
|
||||
This is version 1.0.x with cgilib-0.4, gd1.3 and libpng-1.0.9 linked into
|
||||
librrd.so. The library is much smaller compared to the 1.2.x version with
|
||||
separate dynamic linked libraries.
|
||||
|
||||
This package contains the rrdcgi tool used to create web pages containing
|
||||
RRD graphs based on templates.
|
||||
endef
|
||||
|
||||
define Package/rrdtool1
|
||||
SECTION:=utils
|
||||
CATEGORY:=Utilities
|
||||
DEPENDS:=+librrd1
|
||||
TITLE:=Round Robin Database (RRD) management tools
|
||||
DESCRIPTION:=Round Robin Database (RRD) management tools.\\\
|
||||
RRD is the Acronym for Round Robin Database. RRD is a system to store and \\\
|
||||
display time-series data (i.e. network bandwidth, machine-room temperature, \\\
|
||||
server load average). It stores the data in a very compact way that will \\\
|
||||
not expand over time, and it presents useful graphs by processing the data \\\
|
||||
to enforce a certain data density. It can be used either via simple wrapper \\\
|
||||
scripts (from shell or Perl) or via frontends that poll network devices and \\\
|
||||
put friendly user interface on it.\\\
|
||||
\\\
|
||||
This is version 1.0.x with cgilib-0.4, gd1.3 and libpng-1.0.9 linked into \\\
|
||||
librrd.so. The library is much smaller compared to the 1.2.x version with \\\
|
||||
separate dynamic linked libraries.\\\
|
||||
\\\
|
||||
This package contains command line tools used to manage RRDs.
|
||||
URL:=http://people.ee.ethz.ch/~oetiker/webtools/rrdtool/
|
||||
endef
|
||||
|
||||
define Package/rrdtool1/description
|
||||
Round Robin Database (RRD) management tools.
|
||||
RRD is the Acronym for Round Robin Database. RRD is a system to store and
|
||||
display time-series data (i.e. network bandwidth, machine-room temperature,
|
||||
server load average). It stores the data in a very compact way that will
|
||||
not expand over time, and it presents useful graphs by processing the data
|
||||
to enforce a certain data density. It can be used either via simple wrapper
|
||||
scripts (from shell or Perl) or via frontends that poll network devices and
|
||||
put friendly user interface on it.
|
||||
|
||||
This is version 1.0.x with cgilib-0.4, gd1.3 and libpng-1.0.9 linked into
|
||||
librrd.so. The library is much smaller compared to the 1.2.x version with
|
||||
separate dynamic linked libraries.
|
||||
|
||||
This package contains command line tools used to manage RRDs.
|
||||
endef
|
||||
|
||||
define Build/Configure
|
||||
(cd $(PKG_BUILD_DIR); rm -rf config.{status,cache} ; \
|
||||
$(TARGET_CONFIGURE_OPTS) \
|
||||
|
@ -25,12 +25,14 @@ define Package/serdisplib
|
||||
SECTION:=libs
|
||||
CATEGORY:=Libraries
|
||||
TITLE:=A display control library
|
||||
DESCRIPTION:=\
|
||||
serdisplib is a library to drive serial and parallel displays \\\
|
||||
with built-in controllers.
|
||||
URL:=http://serdisplib.sourceforge.net/
|
||||
endef
|
||||
|
||||
define Package/serdisplib/description
|
||||
serdisplib is a library to drive serial and parallel displays
|
||||
with built-in controllers.
|
||||
endef
|
||||
|
||||
define Build/Configure
|
||||
$(call Build/Configure/Default, \
|
||||
--enable-shared \
|
||||
|
@ -27,19 +27,21 @@ define Package/libspeex
|
||||
SECTION:=libs
|
||||
CATEGORY:=Libraries
|
||||
TITLE:=Open source speech compression codec library
|
||||
DESCRIPTION:=\
|
||||
Open source patent-free speech compression codec library.\\\
|
||||
Speex is an Open Source/Free Software patent-free audio compression \\\
|
||||
format designed for speech. The Speex Project aims to lower the \\\
|
||||
barrier of entry for voice applications by providing a free \\\
|
||||
alternative to expensive proprietary speech codecs. Moreover, Speex \\\
|
||||
is well-adapted to Internet applications and provides useful features \\\
|
||||
that are not present in most other codecs.\\\
|
||||
\\\
|
||||
This package contains the shared codec library, needed by other programs.
|
||||
URL:=http://www.speex.org/
|
||||
endef
|
||||
|
||||
define Package/libspeex/description
|
||||
Open source patent-free speech compression codec library.
|
||||
Speex is an Open Source/Free Software patent-free audio compression
|
||||
format designed for speech. The Speex Project aims to lower the
|
||||
barrier of entry for voice applications by providing a free
|
||||
alternative to expensive proprietary speech codecs. Moreover, Speex
|
||||
is well-adapted to Internet applications and provides useful features
|
||||
that are not present in most other codecs.
|
||||
|
||||
This package contains the shared codec library, needed by other programs.
|
||||
endef
|
||||
|
||||
TARGET_LDFLAGS:=$(TARGET_LDFLAGS) -lnotimpl
|
||||
|
||||
define Build/Configure
|
||||
|
@ -26,9 +26,6 @@ include $(INCLUDE_DIR)/package.mk
|
||||
|
||||
define Package/sqlite2/Default
|
||||
TITLE:=SQLite (v2.x) database engine
|
||||
DESCRIPTION:=\
|
||||
SQLite is a small C library that implements a self-contained, embeddable, \\\
|
||||
zero-configuration SQL database engine.
|
||||
URL:=http://www.sqlite.org/
|
||||
endef
|
||||
|
||||
@ -37,8 +34,12 @@ define Package/libsqlite2
|
||||
SECTION:=libs
|
||||
CATEGORY:=Libraries
|
||||
TITLE+= (library)
|
||||
DESCRIPTION+=\\\
|
||||
\\\
|
||||
endef
|
||||
|
||||
define Package/libsqlite2/description
|
||||
=
|
||||
SQLite is a small C library that implements a self-contained, embeddable,
|
||||
zero-configuration SQL database engine.
|
||||
This package contains the SQLite (v2.x) shared library, used by other programs.
|
||||
endef
|
||||
|
||||
@ -48,10 +49,14 @@ define Package/sqlite2-cli
|
||||
CATEGORY:=Utilities
|
||||
DEPENDS:=+libsqlite2 +libncurses +libreadline
|
||||
TITLE+= (cli)
|
||||
DESCRIPTION+=\\\
|
||||
\\\
|
||||
This package contains a terminal-based front-end to the SQLite (v2.x) library \\\
|
||||
that can evaluate queries interactively and display the results in \\\
|
||||
endef
|
||||
|
||||
define Package/sqlite2-cli/description
|
||||
=
|
||||
SQLite is a small C library that implements a self-contained, embeddable,
|
||||
zero-configuration SQL database engine.
|
||||
This package contains a terminal-based front-end to the SQLite (v2.x) library
|
||||
that can evaluate queries interactively and display the results in
|
||||
multiple formats.
|
||||
endef
|
||||
|
||||
|
@ -26,9 +26,6 @@ include $(INCLUDE_DIR)/package.mk
|
||||
|
||||
define Package/sqlite3/Default
|
||||
TITLE:=SQLite (v3.x) database engine
|
||||
DESCRIPTION:=\
|
||||
SQLite is a small C library that implements a self-contained, embeddable, \\\
|
||||
zero-configuration SQL database engine.
|
||||
URL:=http://www.sqlite.org/
|
||||
endef
|
||||
|
||||
@ -37,8 +34,12 @@ define Package/libsqlite3
|
||||
SECTION:=libs
|
||||
CATEGORY:=Libraries
|
||||
TITLE+= (library)
|
||||
DESCRIPTION+=\\\
|
||||
This package contains the SQLite (v3.x) shared library, used by other programs.
|
||||
endef
|
||||
|
||||
define Package/libsqlite3/description
|
||||
=
|
||||
SQLite is a small C library that implements a self-contained, embeddable,
|
||||
zero-configuration SQL database engine. This package contains the SQLite (v3.x) shared library, used by other programs.
|
||||
endef
|
||||
|
||||
define Package/sqlite3-cli
|
||||
@ -47,10 +48,14 @@ define Package/sqlite3-cli
|
||||
CATEGORY:=Utilities
|
||||
DEPENDS:=+libsqlite3 +libncurses +libreadline
|
||||
TITLE+= (cli)
|
||||
DESCRIPTION+=\\\
|
||||
\\\
|
||||
This package contains a terminal-based front-end to the SQLite (v3.x) library \\\
|
||||
that can evaluate queries interactively and display the results in \\\
|
||||
endef
|
||||
|
||||
define Package/sqlite3-cli/description
|
||||
=
|
||||
SQLite is a small C library that implements a self-contained, embeddable,
|
||||
zero-configuration SQL database engine.
|
||||
This package contains a terminal-based front-end to the SQLite (v3.x) library
|
||||
that can evaluate queries interactively and display the results in
|
||||
multiple formats.
|
||||
endef
|
||||
|
||||
|
@ -26,12 +26,15 @@ define Package/ustl
|
||||
SECTION:=libs
|
||||
CATEGORY:=Libraries
|
||||
TITLE:=C++ STL for embedded systems
|
||||
DESCRIPTION:=C++ Standard Template Library (STL) for embedded systems.\\\
|
||||
URL:=http://ustl.sourceforge.net/
|
||||
endef
|
||||
|
||||
define Package/ustl/description
|
||||
C++ Standard Template Library (STL) for embedded systems.\\\
|
||||
uSTL is a partial implementation of the STL (Standard Template \\\
|
||||
Library) that reduces code size by factoring memory management \\\
|
||||
code into a non-template base class and deriving containers \\\
|
||||
from it.
|
||||
URL:=http://ustl.sourceforge.net/
|
||||
endef
|
||||
|
||||
define Build/Configure
|
||||
|
@ -27,10 +27,13 @@ define Package/gphoto2
|
||||
CATEGORY:=Multimedia
|
||||
DEPENDS:=+libexif +libgphoto2 +libltdl +libpopt +libpthread
|
||||
TITLE:=Gphoto Digital Camera Control
|
||||
DESCRIPTION:=For downloading and controlling digital cameras
|
||||
URL:=http://www.gphoto.org/
|
||||
endef
|
||||
|
||||
define Package/gphoto2/description
|
||||
For downloading and controlling digital cameras
|
||||
endef
|
||||
|
||||
define Build/Configure
|
||||
$(call Build/Configure/Default, \
|
||||
--without-libiconv-prefix \
|
||||
|
@ -25,13 +25,15 @@ define Package/palantir
|
||||
SECTION:=multimedia
|
||||
CATEGORY:=Multimedia
|
||||
TITLE:=A multichannel interactive streaming solution
|
||||
DESCRIPTION:=\
|
||||
Palantir is a Linux-based streaming system designed to transmit live \\\
|
||||
video, audio and data over a TCP/IP network, as well as to control \\\
|
||||
remote devices.
|
||||
URL:=http://www.fastpath.it/products/palantir/
|
||||
endef
|
||||
|
||||
define Package/palantir/description
|
||||
Palantir is a Linux-based streaming system designed to transmit live
|
||||
video, audio and data over a TCP/IP network, as well as to control
|
||||
remote devices.
|
||||
endef
|
||||
|
||||
define Package/palantir/conffiles
|
||||
/etc/palantir.conf
|
||||
endef
|
||||
|
@ -25,11 +25,13 @@ define Package/uvc-streamer
|
||||
CATEGORY:=Utilities
|
||||
TITLE:=Linux-UVC streaming applicaton
|
||||
DEPENDS:=@LINUX_2_6 +libpthread
|
||||
DESCRIPTION:=\
|
||||
This package contains a streaming daemon for Linux-UVC based webcams
|
||||
URL:=http://www.naaa.de/uvc_streamer
|
||||
endef
|
||||
|
||||
define Package/uvc-streamer/description
|
||||
This package contains a streaming daemon for Linux-UVC based webcams
|
||||
endef
|
||||
|
||||
MAKE_FLAGS += \
|
||||
-C $(PKG_BUILD_DIR) \
|
||||
CFLAGS="$(TARGET_CFLAGS)" \
|
||||
|
@ -27,10 +27,13 @@ define Package/aircrack-ng
|
||||
CATEGORY:=Network
|
||||
DEPENDS:=+libpthread
|
||||
TITLE:=next generation of aircrack with new features
|
||||
DESCRIPTION:=Aircrack-ng is the next generation of aircrack with new features
|
||||
URL:=http://www.aircrack-ng.org/
|
||||
endef
|
||||
|
||||
define Package/aircrack-ng/description
|
||||
Aircrack-ng is the next generation of aircrack with new features
|
||||
endef
|
||||
|
||||
define Build/Configure
|
||||
endef
|
||||
|
||||
|
@ -24,14 +24,13 @@ define Package/aoetools
|
||||
SECTION:=net
|
||||
CATEGORY:=Network
|
||||
TITLE:=ATA over Ethernet tools
|
||||
DESCRIPTION:=\
|
||||
The aoetools are programs for users of the ATA over Ethernet \
|
||||
(AoE) network storage protocol, a simple protocol for using \
|
||||
storage over an ethernet LAN. The vblade program (storage \
|
||||
target) exports a block device using AoE.
|
||||
URL:=http://aoetools.sourceforge.net/
|
||||
endef
|
||||
|
||||
define Package/aoetools/description
|
||||
The aoetools are programs for users of the ATA over Ethernet \ (AoE) network storage protocol, a simple protocol for using \ storage over an ethernet LAN. The vblade program (storage \ target) exports a block device using AoE.
|
||||
endef
|
||||
|
||||
CONFIGURE_ARGS += NPERSHELF=16
|
||||
|
||||
define Package/$(PKG_NAME)/install
|
||||
|
@ -42,15 +42,17 @@ define Package/apache-server
|
||||
$(call Package/apache/Default)
|
||||
TITLE:=The apache server & and some tools
|
||||
DEPENDS:=apache
|
||||
DESCRIPTION:=\
|
||||
Take care that you don't include apache at the moment into your image\\\
|
||||
please select it only as module because busybox will override\\\
|
||||
/usr/sbin/httpd. It'll be solved soon. If you need to include this\\\
|
||||
package in the image anyway, remove httpd from busybox\\\
|
||||
(Base system --> Configuration --> Networking Utilities --> httpd).\\\
|
||||
Also you should take care for the initscripts, apache's httpd isn't\\\
|
||||
compatible with the one from busybox, so if you want to use apache\\\
|
||||
for running your webif, you'll need to change the parameters in the\\\
|
||||
endef
|
||||
|
||||
define Package/apache-server/description
|
||||
Take care that you don't include apache at the moment into your image
|
||||
please select it only as module because busybox will override
|
||||
/usr/sbin/httpd. It'll be solved soon. If you need to include this
|
||||
package in the image anyway, remove httpd from busybox
|
||||
(Base system --> Configuration --> Networking Utilities --> httpd).
|
||||
Also you should take care for the initscripts, apache's httpd isn't
|
||||
compatible with the one from busybox, so if you want to use apache
|
||||
for running your webif, you'll need to change the parameters in the
|
||||
scripts and configure the rest in /etc/httpd.conf.
|
||||
endef
|
||||
|
||||
|
@ -26,11 +26,13 @@ define Package/arpwatch
|
||||
CATEGORY:=Network
|
||||
DEPENDS:=+libpcap
|
||||
TITLE:=Ethernet station activity monitor
|
||||
DESCRIPTION:=\
|
||||
Ethernet monitor program for keeping track of ethernet/ip address pairings
|
||||
URL:=http://nbd.vd-s.ath.cx/openwrt
|
||||
endef
|
||||
|
||||
define Package/arpwatch/description
|
||||
Ethernet monitor program for keeping track of ethernet/ip address pairings
|
||||
endef
|
||||
|
||||
define Package/arpwatch/conffiles
|
||||
/etc/arpwatch/arp.dat
|
||||
endef
|
||||
|
@ -26,12 +26,15 @@ define Package/asterisk-prompt-de
|
||||
SECTION:=net
|
||||
CATEGORY:=Network
|
||||
TITLE:=German asterisk prompts
|
||||
DESCRIPTION:=German asterisk prompts
|
||||
DEPENDS:=+asterisk
|
||||
URL:=http://www.stadt-pforzheim.de/asterisk/
|
||||
SUBMENU:=asterisk (Complete Open Source PBX)
|
||||
endef
|
||||
|
||||
define Package/asterisk-prompt-de/description
|
||||
German asterisk prompts
|
||||
endef
|
||||
|
||||
define Build/Compile
|
||||
endef
|
||||
|
||||
|
@ -26,11 +26,13 @@ define Package/bing
|
||||
SECTION:=net
|
||||
CATEGORY:=Network
|
||||
TITLE:=bing bandwidth measuring utility
|
||||
DESCRIPTION:=\
|
||||
bing evaluates the raw bandwidth of a link (PSTN, xDSL, Cable ...)
|
||||
URL:=http://fgouget.free.fr/bing/
|
||||
endef
|
||||
|
||||
define Package/bing/description
|
||||
bing evaluates the raw bandwidth of a link (PSTN, xDSL, Cable ...)
|
||||
endef
|
||||
|
||||
define Build/Compile
|
||||
$(call Build/Compile/Default)
|
||||
endef
|
||||
|
@ -26,14 +26,16 @@ define Package/bmon
|
||||
CATEGORY:=Network
|
||||
DEPENDS:=+libncurses
|
||||
TITLE:=bmon is a portable bandwidth monitor
|
||||
DESCRIPTION:=\
|
||||
bmon is a portable bandwidth monitor \\\
|
||||
and rate estimator running on various \\\
|
||||
operating systems. It supports various \\\
|
||||
input methods for different architectures.
|
||||
URL:=http://people.suug.ch/~tgr/bmon/
|
||||
endef
|
||||
|
||||
define Package/bmon/description
|
||||
bmon is a portable bandwidth monitor
|
||||
and rate estimator running on various
|
||||
operating systems. It supports various
|
||||
input methods for different architectures.
|
||||
endef
|
||||
|
||||
define Build/Configure
|
||||
$(call Build/Configure/Default, \
|
||||
--disable-cnt-workaround \
|
||||
|
@ -28,17 +28,19 @@ define Package/chillispot
|
||||
CATEGORY:=Network
|
||||
DEPENDS:=+kmod-tun
|
||||
TITLE:=Wireless LAN HotSpot controller
|
||||
DESCRIPTION:=\
|
||||
ChilliSpot is an open source captive portal or wireless LAN \\\
|
||||
access point controller. It is used for authenticating users \\\
|
||||
of a wireless LAN. It supports web based login which is today's \\\
|
||||
standard for public HotSpots and it supports Wireless Protected \\\
|
||||
Access (WPA) which is the standard of the future. Authentication, \\\
|
||||
authorization and accounting (AAA) is handled by your favorite \\\
|
||||
radius server.
|
||||
URL:=http://www.chillispot.org/
|
||||
endef
|
||||
|
||||
define Package/chillispot/description
|
||||
ChilliSpot is an open source captive portal or wireless LAN
|
||||
access point controller. It is used for authenticating users
|
||||
of a wireless LAN. It supports web based login which is today's
|
||||
standard for public HotSpots and it supports Wireless Protected
|
||||
Access (WPA) which is the standard of the future. Authentication,
|
||||
authorization and accounting (AAA) is handled by your favorite
|
||||
radius server.
|
||||
endef
|
||||
|
||||
define Package/chillispot/conffiles
|
||||
/etc/chilli.conf
|
||||
endef
|
||||
|
@ -27,12 +27,13 @@ define Package/chrony
|
||||
CATEGORY:=Network
|
||||
DEPENDS:=+libreadline +libncurses
|
||||
TITLE:=NTP client/server for on-demand connections
|
||||
DESCRIPTION:=\
|
||||
A NTP implementation that has been specifically written to work well in the case of an intermittent \
|
||||
(e.g. dial-on-demand) connection to the network where your NTP servers are.
|
||||
URL:=http://chrony.sunsite.dk/
|
||||
endef
|
||||
|
||||
define Package/chrony/description
|
||||
A NTP implementation that has been specifically written to work well in the case of an intermittent \ (e.g. dial-on-demand) connection to the network where your NTP servers are.
|
||||
endef
|
||||
|
||||
define Package/chrony/conffiles
|
||||
/etc/chrony/chrony.conf
|
||||
endef
|
||||
|
@ -29,19 +29,25 @@ define Package/click
|
||||
DEPENDS:=@BROKEN
|
||||
MENU:=1
|
||||
TITLE:=The Click Modular Router
|
||||
DESCRIPTION:=The Click Modular Router
|
||||
URL:=http://www.read.cs.ucla.edu/click/
|
||||
endef
|
||||
|
||||
define Package/click/description
|
||||
The Click Modular Router
|
||||
endef
|
||||
|
||||
define Package/roofnet
|
||||
SECTION:=net
|
||||
CATEGORY:=Network
|
||||
DEPENDS:=@BROKEN click
|
||||
TITLE:=roofnet mesh networking scripts
|
||||
DESCRIPTION:=roofnet mesh networking scripts
|
||||
URL:=http://pdos.csail.mit.edu/roofnet/
|
||||
endef
|
||||
|
||||
define Package/roofnet/description
|
||||
roofnet mesh networking scripts
|
||||
endef
|
||||
|
||||
BUILDOPTS = \
|
||||
BUILD_CXX="g++ -I $(PKG_BUILD_DIR)/include-host" \
|
||||
BUILD_DL_LIBS="-ldl"
|
||||
|
@ -25,20 +25,22 @@ define Package/cmdftp
|
||||
SECTION:=net
|
||||
CATEGORY:=Network
|
||||
TITLE:=cmdftp is a tiny command line FTP client for Unix systems
|
||||
DESCRIPTION:=\
|
||||
Features include passive mode for all data transfers, shell \\\
|
||||
like transparent syntax for local and remote modes, multiple \\\
|
||||
and recursive file transfers using wildcards, recursive copy and \\\
|
||||
move commands, remote and local text file viewing and editing, \\\
|
||||
network errors detection and resuming of currently executing \\\
|
||||
command, partial download resuming (if server accepts REST \\\
|
||||
command), tab completion for both local and remote names, \\\
|
||||
autologin using classic ~/.netrc approach, large file support. \\\
|
||||
\\\
|
||||
cmdftp is aimed at being small and simple.
|
||||
URL:=http://cmdftp.sourceforge.net/
|
||||
endef
|
||||
|
||||
define Package/cmdftp/description
|
||||
Features include passive mode for all data transfers, shell
|
||||
like transparent syntax for local and remote modes, multiple
|
||||
and recursive file transfers using wildcards, recursive copy and
|
||||
move commands, remote and local text file viewing and editing,
|
||||
network errors detection and resuming of currently executing
|
||||
command, partial download resuming (if server accepts REST
|
||||
command), tab completion for both local and remote names,
|
||||
autologin using classic ~/.netrc approach, large file support.
|
||||
|
||||
cmdftp is aimed at being small and simple.
|
||||
endef
|
||||
|
||||
define Package/cmdftp/install
|
||||
$(INSTALL_DIR) $(1)/usr/bin
|
||||
$(INSTALL_BIN) $(PKG_BUILD_DIR)/$(PKG_NAME) $(1)/usr/bin/
|
||||
|
@ -26,13 +26,15 @@ define Package/crowdcontrol
|
||||
SECTION:=net
|
||||
CATEGORY:=Network
|
||||
TITLE:=The extra-light http proxy server
|
||||
DESCRIPTION:=\
|
||||
Crowd Control is an small, cross-platform HTTP proxy (a fork of the elhttp project) \\\
|
||||
designed for systems with little RAM, such as a home router. It can filter URLs using \\\
|
||||
SquidGuard blocklists, and has the unique ability to filter HTTPS domains as well.
|
||||
URL:=http://sourceforge.net/projects/crowdcontrol/
|
||||
endef
|
||||
|
||||
define Package/crowdcontrol/description
|
||||
Crowd Control is an small, cross-platform HTTP proxy (a fork of the elhttp project)
|
||||
designed for systems with little RAM, such as a home router. It can filter URLs using
|
||||
SquidGuard blocklists, and has the unique ability to filter HTTPS domains as well.
|
||||
endef
|
||||
|
||||
define Build/Configure
|
||||
endef
|
||||
|
||||
|
@ -32,11 +32,13 @@ define Package/cups
|
||||
CATEGORY:=Network
|
||||
DEPENDS:=+zlib
|
||||
TITLE:=Common UNIX Printing System
|
||||
DESCRIPTION:=\
|
||||
A printer spooling system for devices with USB or LP support.
|
||||
URL:=http://www.cups.org/
|
||||
endef
|
||||
|
||||
define Package/cups/description
|
||||
A printer spooling system for devices with USB or LP support.
|
||||
endef
|
||||
|
||||
define Package/cups/conffiles
|
||||
/etc/cups/classes.conf
|
||||
/etc/cups/client.conf
|
||||
|
@ -25,12 +25,14 @@ define Package/cutter
|
||||
SECTION:=net
|
||||
CATEGORY:=Network
|
||||
TITLE:=allows an user to abort TCP/IP connections
|
||||
DESCRIPTION:=\
|
||||
Cutter is an open source program that allows Linux firewall \\\
|
||||
administrators to abort TCP/IP connections routed over the \\\
|
||||
firewall or router on which it is run.
|
||||
URL:=http://www.lowth.com/cutter/
|
||||
endef
|
||||
|
||||
define Package/cutter/description
|
||||
Cutter is an open source program that allows Linux firewall
|
||||
administrators to abort TCP/IP connections routed over the
|
||||
firewall or router on which it is run.
|
||||
endef
|
||||
|
||||
define Build/Compile
|
||||
$(TARGET_CC) $(PKG_BUILD_DIR)/cutter.c -o $(PKG_BUILD_DIR)/cutter
|
||||
|
@ -27,12 +27,13 @@ define Package/darkstat
|
||||
CATEGORY:=Network
|
||||
DEPENDS:=+libpcap +zlib
|
||||
TITLE:=Network bandwith monitor
|
||||
DESCRIPTION:=\
|
||||
A free open source utility for bandwith monitoring \
|
||||
over web
|
||||
URL:=http://dmr.ath.cx/net/darkstat/
|
||||
endef
|
||||
|
||||
define Package/darkstat/description
|
||||
A free open source utility for bandwith monitoring \ over web
|
||||
endef
|
||||
|
||||
define Build/Compile
|
||||
mkdir -p $(PKG_INSTALL_DIR)
|
||||
$(HOSTCC) $(PKG_BUILD_DIR)/static/c-ify.c \
|
||||
|
@ -27,11 +27,13 @@ define Package/dovecot
|
||||
CATEGORY:=Network
|
||||
DEPENDS:=+libopenssl
|
||||
TITLE:=An IMAP and POP3 daemon
|
||||
DESCRIPTION:=\
|
||||
Dovecot is a program which provides POP3 and IMAP services.
|
||||
URL:=http://www.dovecot.org/
|
||||
endef
|
||||
|
||||
define Package/dovecot/description
|
||||
Dovecot is a program which provides POP3 and IMAP services.
|
||||
endef
|
||||
|
||||
define Build/Configure
|
||||
(cd $(PKG_BUILD_DIR); rm -rf config.{cache,status}; \
|
||||
autoconf \
|
||||
|
@ -27,11 +27,13 @@ define Package/dsniff
|
||||
CATEGORY:=Network
|
||||
DEPENDS:=+libpcap +libnids +libnet0 +libopenssl +libgdbm
|
||||
TITLE:=A collection of tools for network auditing and penetration testing
|
||||
DESCRIPTION:=\
|
||||
A collection of tools for network auditing and penetration testing.
|
||||
URL:=http://www.monkey.org/~dugsong/dsniff/
|
||||
endef
|
||||
|
||||
define Package/dsniff/description
|
||||
A collection of tools for network auditing and penetration testing.
|
||||
endef
|
||||
|
||||
define Build/Configure
|
||||
$(call Build/Configure/Default, \
|
||||
--with-gdbm="$(STAGING_DIR)/usr" \
|
||||
|
@ -27,10 +27,13 @@ define Package/elinks
|
||||
CATEGORY:=Network
|
||||
DEPENDS:=+libopenssl
|
||||
TITLE:=A text based web browser
|
||||
DESCRIPTION:=An advanced text based web browser
|
||||
URL:=http://elinks.or.cz/
|
||||
endef
|
||||
|
||||
define Package/elinks/description
|
||||
An advanced text based web browser
|
||||
endef
|
||||
|
||||
define Build/Configure
|
||||
(cd $(PKG_BUILD_DIR); rm -rf config.cache; \
|
||||
x=`echo ac_cv_file_./features.conf | tr [:blank:]-/. _` && export $$$${x}=yes && \
|
||||
|
@ -23,15 +23,17 @@ define Package/etherwake
|
||||
SECTION:=net
|
||||
CATEGORY:=Network
|
||||
TITLE:=A little tool to send magic Wake-on-LAN packets
|
||||
DESCRIPTION:=\
|
||||
You can wake up WOL compliant Computers which have been powered down to \\\
|
||||
sleep mode or start WOL compliant Computers with a BIOS feature.\\\
|
||||
WOL is an abbreviation for Wake-on-LAN. It is a standard that allows you \\\
|
||||
to turn on a computer from another location over a network connection.\\\
|
||||
ether-wake also supports WOL passwords.
|
||||
URL:=http://ftp.debian.org/debian/pool/main/e/etherwake
|
||||
endef
|
||||
|
||||
define Package/etherwake/description
|
||||
You can wake up WOL compliant Computers which have been powered down to
|
||||
sleep mode or start WOL compliant Computers with a BIOS feature.
|
||||
WOL is an abbreviation for Wake-on-LAN. It is a standard that allows you
|
||||
to turn on a computer from another location over a network connection.
|
||||
ether-wake also supports WOL passwords.
|
||||
endef
|
||||
|
||||
define Build/Compile
|
||||
$(TARGET_CC) $(TARGET_CFLAGS) -D__UCLIBC__ $(PKG_BUILD_DIR)/ether-wake.c -o $(PKG_BUILD_DIR)/etherwake
|
||||
endef
|
||||
|
@ -26,11 +26,13 @@ define Package/ethtool
|
||||
SECTION:=net
|
||||
CATEGORY:=Network
|
||||
TITLE:=Display or change ethernet card settings
|
||||
DESCRIPTION:=\
|
||||
ethtool is used for querying settings of an ethernet device and changing them.
|
||||
URL:=http://sourceforge.net/projects/gkernel/
|
||||
endef
|
||||
|
||||
define Package/ethtool/description
|
||||
ethtool is used for querying settings of an ethernet device and changing them.
|
||||
endef
|
||||
|
||||
# uses GNU configure
|
||||
|
||||
define Build/Compile
|
||||
|
@ -23,14 +23,16 @@ define Package/ettercap
|
||||
CATEGORY:=Network
|
||||
DEPENDS:=+libpcap +libnet1 +libopenssl +libpcre +libiconv +libncurses +libltdl +libpthread +zlib
|
||||
TITLE:=Ettercap is a suite for man in the middle attacks on LAN.
|
||||
DESCRIPTION:=\
|
||||
It features sniffing of live connections, content filtering on the fly \\\
|
||||
and many other interesting tricks. \\\
|
||||
It supports active and passive dissection of many protocols (even \\\
|
||||
ciphered ones) and includes many feature for network and host analysis.
|
||||
URL:=http://ettercap.sourceforge.net
|
||||
endef
|
||||
|
||||
define Package/ettercap/description
|
||||
It features sniffing of live connections, content filtering on the fly
|
||||
and many other interesting tricks.
|
||||
It supports active and passive dissection of many protocols (even
|
||||
ciphered ones) and includes many feature for network and host analysis.
|
||||
endef
|
||||
|
||||
define Package/ettercap/conffiles
|
||||
/etc/etter.conf
|
||||
endef
|
||||
|
@ -27,12 +27,14 @@ define Package/flow-tools
|
||||
SECTION:=net
|
||||
CATEGORY:=Network
|
||||
TITLE:=flow-tools
|
||||
DESCRIPTION:=\
|
||||
Flow-tools is a software package for collecting and processing \\\
|
||||
NetFlow data from Cisco and Juniper routers.
|
||||
URL:=http://www.splintered.net/sw/flow-tools/
|
||||
endef
|
||||
|
||||
define Package/flow-tools/description
|
||||
Flow-tools is a software package for collecting and processing
|
||||
NetFlow data from Cisco and Juniper routers.
|
||||
endef
|
||||
|
||||
define Build/Compile
|
||||
$(call Build/Compile/Default,all)
|
||||
endef
|
||||
|
@ -25,17 +25,19 @@ define Package/fping
|
||||
SECTION:=net
|
||||
CATEGORY:=Network
|
||||
TITLE:=A program to ping multiple hosts in parallel
|
||||
DESCRIPTION:=\
|
||||
fping is a ping(1) like program which uses the Internet Control Message Protocol \\\
|
||||
(ICMP) echo request to determine if a host is up. fping is different from ping in \\\
|
||||
that you can specify any number of hosts on the command line, or specify a file \\\
|
||||
containing the lists of hosts to ping. Instead of trying one host until it timeouts \\\
|
||||
or replies, fping will send out a ping packet and move on to the next host in a \\\
|
||||
round-robin fashion. If a host replies, it is noted and removed from the list of \\\
|
||||
hosts to check. If a host does not respond within a certain time limit and/or retry \\\
|
||||
limit it will be considered unreachable.
|
||||
URL:=http://www.fping.com
|
||||
endef
|
||||
|
||||
define Package/fping/description
|
||||
fping is a ping(1) like program which uses the Internet Control Message Protocol
|
||||
(ICMP) echo request to determine if a host is up. fping is different from ping in
|
||||
that you can specify any number of hosts on the command line, or specify a file
|
||||
containing the lists of hosts to ping. Instead of trying one host until it timeouts
|
||||
or replies, fping will send out a ping packet and move on to the next host in a
|
||||
round-robin fashion. If a host replies, it is noted and removed from the list of
|
||||
hosts to check. If a host does not respond within a certain time limit and/or retry
|
||||
limit it will be considered unreachable.
|
||||
endef
|
||||
|
||||
define Build/Configure
|
||||
(cd $(PKG_BUILD_DIR); touch \
|
||||
|
@ -26,12 +26,14 @@ define Package/fprobe-ulog
|
||||
CATEGORY:=Network
|
||||
DEPENDS:=+libpthread
|
||||
TITLE:=NetFlow probe (ulog-based)
|
||||
DESCRIPTION:=\
|
||||
A NetFlow probe obtaining packets through linux netfilter code \\\
|
||||
(iptables ULOG target).
|
||||
URL:=http://fprobe.sourceforge.net
|
||||
endef
|
||||
|
||||
define Package/fprobe-ulog/description
|
||||
A NetFlow probe obtaining packets through linux netfilter code
|
||||
(iptables ULOG target).
|
||||
endef
|
||||
|
||||
define Build/Configure
|
||||
$(call Build/Configure/Default, \
|
||||
--with-piddir=/var \
|
||||
|
@ -25,13 +25,15 @@ define Package/frickin
|
||||
SECTION:=net
|
||||
CATEGORY:=Network
|
||||
TITLE:=PPTP (Point-to-Point Tunneling Protocol) proxy
|
||||
DESCRIPTION:=\
|
||||
Frickin PPTP Proxy allows a Point-to-Point Tunneling Protocol (PPTP) \\\
|
||||
client to connect to a PPTP server through Network Address \\\
|
||||
Translation (NAT).
|
||||
URL:=http://frickin.sourceforge.net/
|
||||
endef
|
||||
|
||||
define Package/frickin/description
|
||||
Frickin PPTP Proxy allows a Point-to-Point Tunneling Protocol (PPTP)
|
||||
client to connect to a PPTP server through Network Address
|
||||
Translation (NAT).
|
||||
endef
|
||||
|
||||
define Package/frickin/conffiles
|
||||
/etc/default/frickin
|
||||
endef
|
||||
|
@ -26,13 +26,15 @@ define Package/httping
|
||||
CATEGORY:=Network
|
||||
DEPENDS:=+libopenssl
|
||||
TITLE:=Httping is like 'ping' but for http-requests
|
||||
DESCRIPTION:=\
|
||||
Give it an url, and it'll show you how long it takes to connect, send a \\\
|
||||
request and retrieve the reply (only the headers). Be aware that the \\\
|
||||
transmission across the network also takes time!
|
||||
URL:=http://www.vanheusden.com/httping/
|
||||
endef
|
||||
|
||||
define Package/httping/description
|
||||
Give it an url, and it'll show you how long it takes to connect, send a
|
||||
request and retrieve the reply (only the headers). Be aware that the
|
||||
transmission across the network also takes time!
|
||||
endef
|
||||
|
||||
define Build/Compile
|
||||
$(call Build/Compile/Default, \
|
||||
CFLAGS="$(TARGET_CFLAGS) -I$(STAGING_DIR)/usr/include -I$(STAGING_DIR)/include" \
|
||||
|
@ -26,12 +26,14 @@ define Package/httptunnel
|
||||
CATEGORY:=Network
|
||||
DEPENDS:=+libopenssl
|
||||
TITLE:=bidirectional virtual data connection tunnelled in HTTP requests
|
||||
DESCRIPTION:=\
|
||||
httptunnel creates a bidirectional virtual data connection tunnelled in HTTP requests.\\\
|
||||
The HTTP requests can be sent via an HTTP proxy if so desired.
|
||||
URL:=http://www.nocrew.org/software/httptunnel.html
|
||||
endef
|
||||
|
||||
define Package/httptunnel/description
|
||||
httptunnel creates a bidirectional virtual data connection tunnelled in HTTP requests.
|
||||
The HTTP requests can be sent via an HTTP proxy if so desired.
|
||||
endef
|
||||
|
||||
define Package/httptunnel/install
|
||||
$(INSTALL_DIR) $(1)/usr/sbin
|
||||
$(INSTALL_BIN) $(PKG_BUILD_DIR)/hts $(1)/usr/sbin/
|
||||
|
@ -27,16 +27,18 @@ define Package/icecast
|
||||
CATEGORY:=Network
|
||||
DEPENDS:=+libcurl +libvorbisidec +libxml2 +libxslt
|
||||
TITLE:=A streaming media server for Ogg/Vorbis and MP3 audio streams
|
||||
DESCRIPTION:=\
|
||||
Icecast is a streaming media server which currently supports Ogg \\\
|
||||
Vorbis and MP3 audio streams. It can be used to create an Internet \\\
|
||||
radio station or a privately running jukebox and many things in \\\
|
||||
between. It is very versatile in that new formats can be added \\\
|
||||
relatively easily and supports open standards for commuincation and \\\
|
||||
interaction.
|
||||
URL:=http://www.icecast.org/
|
||||
endef
|
||||
|
||||
define Package/icecast/description
|
||||
Icecast is a streaming media server which currently supports Ogg
|
||||
Vorbis and MP3 audio streams. It can be used to create an Internet
|
||||
radio station or a privately running jukebox and many things in
|
||||
between. It is very versatile in that new formats can be added
|
||||
relatively easily and supports open standards for commuincation and
|
||||
interaction.
|
||||
endef
|
||||
|
||||
|
||||
define Build/Configure
|
||||
$(call Build/Configure/Default, \
|
||||
|
@ -23,14 +23,16 @@ define Package/iftop
|
||||
CATEGORY:=Network
|
||||
DEPENDS:=+libpcap +libncurses +libpthread
|
||||
TITLE:=display bandwith usage on an interface
|
||||
DESCRIPTION:=\
|
||||
iftop does for network usage what top(1) does for CPU usage. It \\\
|
||||
listens to network traffic on a named interface and displays a \\\
|
||||
table of current bandwidth usage by pairs of hosts. Handy for \\\
|
||||
answering the question 'why is our ADSL link so slow?'.
|
||||
URL:=http://www.ex-parrot.com/~pdw/iftop/
|
||||
endef
|
||||
|
||||
define Package/iftop/description
|
||||
iftop does for network usage what top(1) does for CPU usage. It
|
||||
listens to network traffic on a named interface and displays a
|
||||
table of current bandwidth usage by pairs of hosts. Handy for
|
||||
answering the question 'why is our ADSL link so slow?'.
|
||||
endef
|
||||
|
||||
define Package/iftop/install
|
||||
$(INSTALL_DIR) $(1)/usr/bin
|
||||
$(INSTALL_BIN) $(PKG_BUILD_DIR)/iftop $(1)/usr/bin/
|
||||
|
@ -25,12 +25,14 @@ define Package/igmpproxy
|
||||
SECTION:=net
|
||||
CATEGORY:=Network
|
||||
TITLE:=Multicast Routing Daemon
|
||||
DESCRIPTION:=\
|
||||
IGMPproxy is a simple dynamic Multicast Routing Daemon using \\\
|
||||
only IGMP signalling (Internet Group Management Protocol).
|
||||
URL:=http://sourceforge.net/projects/igmpproxy
|
||||
endef
|
||||
|
||||
define Package/igmpproxy/description
|
||||
IGMPproxy is a simple dynamic Multicast Routing Daemon using
|
||||
only IGMP signalling (Internet Group Management Protocol).
|
||||
endef
|
||||
|
||||
define Package/igmpproxy/conffiles
|
||||
/etc/igmpproxy.conf
|
||||
endef
|
||||
|
@ -28,20 +28,24 @@ define Package/iodine/Default
|
||||
DEPENDS:=+zlib
|
||||
TITLE:=IP over DNS tunneling
|
||||
URL:=http://code.kryo.se/iodine/
|
||||
DESCRIPTION:=\
|
||||
iodine
|
||||
endef
|
||||
|
||||
define Package/iodine
|
||||
$(call Package/iodine/Default)
|
||||
TITLE+= client version
|
||||
DESCRIPTION+= client version
|
||||
endef
|
||||
|
||||
define Package/iodine/description
|
||||
iodine client version
|
||||
endef
|
||||
|
||||
define Package/iodined
|
||||
$(call Package/iodine/Default)
|
||||
TITLE+= server version
|
||||
DESCRIPTION+= server version
|
||||
endef
|
||||
|
||||
define Package/iodined/description
|
||||
iodine server version
|
||||
endef
|
||||
|
||||
define Build/Configure
|
||||
|
@ -27,13 +27,15 @@ define Package/ipcad
|
||||
CATEGORY:=Network
|
||||
DEPENDS:=+libpcap
|
||||
TITLE:=listens for traffic on the specified interfaces
|
||||
DESCRIPTION:=\
|
||||
This daemon listens for traffic on the specified interfaces.\\\
|
||||
It has the built-in RSH and NetFlow engines to allow exporting \\\
|
||||
the accounting data the same way as Cisco routers do.
|
||||
URL:=http://lionet.info/ipcad/
|
||||
endef
|
||||
|
||||
define Package/ipcad/description
|
||||
This daemon listens for traffic on the specified interfaces.
|
||||
It has the built-in RSH and NetFlow engines to allow exporting
|
||||
the accounting data the same way as Cisco routers do.
|
||||
endef
|
||||
|
||||
define Package/ipcad/conffiles/
|
||||
/etc/ipcad.conf
|
||||
endef
|
||||
|
@ -26,13 +26,15 @@ define Package/ipkungfu
|
||||
SECTION:=net
|
||||
CATEGORY:=Network
|
||||
TITLE:=IPKungFu is an iptables-based Linux firewall
|
||||
DESCRIPTION:=\
|
||||
IPKungFu is an iptables-based Linux firewall.\\\
|
||||
It aims to simplify the configuration of Internet \\\
|
||||
connection sharing, port forwarding, and packet filtering.
|
||||
URL:=http://www.linuxkungfu.org/
|
||||
endef
|
||||
|
||||
define Package/ipkungfu/description
|
||||
IPKungFu is an iptables-based Linux firewall.
|
||||
It aims to simplify the configuration of Internet
|
||||
connection sharing, port forwarding, and packet filtering.
|
||||
endef
|
||||
|
||||
define Package/ipkungfu/conffiles
|
||||
/etc/ipkungfu/accept_hosts.conf
|
||||
/etc/ipkungfu/custom.conf
|
||||
|
@ -27,11 +27,13 @@ define Package/iptables-snmp
|
||||
CATEGORY:=Network
|
||||
DEPENDS:=+snmpd
|
||||
TITLE:=An snmpd plugin to access iptables rules
|
||||
DESCRIPTION:=\
|
||||
This is a plugin that makes iptables rules accessable from snmpd.
|
||||
URL:=http://www.nobiscuit.com/iptables-snmp/
|
||||
endef
|
||||
|
||||
define Package/iptables-snmp/description
|
||||
This is a plugin that makes iptables rules accessable from snmpd.
|
||||
endef
|
||||
|
||||
define Build/Compile
|
||||
$(call Build/Compile/Default, \
|
||||
INSTALL_PREFIX="$(PKG_INSTALL_DIR)" \
|
||||
|
@ -27,14 +27,16 @@ define Package/iptraf
|
||||
CATEGORY:=Network
|
||||
DEPENDS:=+libncurses
|
||||
TITLE:=A console-based network monitoring program
|
||||
DESCRIPTION:=\
|
||||
IPTraf is a console-based network statistics utility for Linux. It gathers \\\
|
||||
a variety of figures such as TCP connection packet and byte counts, \\\
|
||||
interface statistics and activity indicators, TCP/UDP traffic breakdowns, \\\
|
||||
and LAN station packet and byte counts.
|
||||
URL:=http://iptraf.seul.org/
|
||||
endef
|
||||
|
||||
define Package/iptraf/description
|
||||
IPTraf is a console-based network statistics utility for Linux. It gathers
|
||||
a variety of figures such as TCP connection packet and byte counts,
|
||||
interface statistics and activity indicators, TCP/UDP traffic breakdowns,
|
||||
and LAN station packet and byte counts.
|
||||
endef
|
||||
|
||||
define Build/Compile
|
||||
$(MAKE) -C $(PKG_BUILD_DIR)/src \
|
||||
$(TARGET_CONFIGURE_OPTS) \
|
||||
|
@ -27,32 +27,44 @@ define Package/knock/Default
|
||||
CATEGORY:=Network
|
||||
DEPENDS:=+libpcap
|
||||
TITLE:=Port-knocking
|
||||
DESCRIPTION:=\
|
||||
It listens to all traffic on an ethernet (or PPP) interface, \\\
|
||||
looking for special "knock" sequences of port-hits. A client \\\
|
||||
makes these port-hits by sending a TCP (or UDP) packet to a \\\
|
||||
port on the server. This port need not be open -- since \\\
|
||||
knockd listens at the link-layer level, it sees all traffic \\\
|
||||
even if it's destined for a closed port. When the server \\\
|
||||
detects a specific sequence of port-hits, it runs a command \\\
|
||||
defined in its configuration file. This can be used to open \\\
|
||||
up holes in a firewall for quick access.
|
||||
URL:=http://www.zeroflux.org/cgi-bin/cvstrac/knock/wiki
|
||||
endef
|
||||
|
||||
define Package/knock
|
||||
$(call Package/knock/Default)
|
||||
TITLE+= client
|
||||
DESCRIPTION+=\\\
|
||||
\\\
|
||||
endef
|
||||
|
||||
define Package/knock/description
|
||||
=
|
||||
It listens to all traffic on an ethernet (or PPP) interface,
|
||||
looking for special "knock" sequences of port-hits. A client
|
||||
makes these port-hits by sending a TCP (or UDP) packet to a
|
||||
port on the server. This port need not be open -- since
|
||||
knockd listens at the link-layer level, it sees all traffic
|
||||
even if it's destined for a closed port. When the server
|
||||
detects a specific sequence of port-hits, it runs a command
|
||||
defined in its configuration file. This can be used to open
|
||||
up holes in a firewall for quick access.
|
||||
This package contains the port-knocking client.
|
||||
endef
|
||||
|
||||
define Package/knockd
|
||||
$(call Package/knock/Default)
|
||||
TITLE+= server
|
||||
DESCRIPTION+=\\\
|
||||
\\\
|
||||
endef
|
||||
|
||||
define Package/knockd/description
|
||||
=
|
||||
It listens to all traffic on an ethernet (or PPP) interface,
|
||||
looking for special "knock" sequences of port-hits. A client
|
||||
makes these port-hits by sending a TCP (or UDP) packet to a
|
||||
port on the server. This port need not be open -- since
|
||||
knockd listens at the link-layer level, it sees all traffic
|
||||
even if it's destined for a closed port. When the server
|
||||
detects a specific sequence of port-hits, it runs a command
|
||||
defined in its configuration file. This can be used to open
|
||||
up holes in a firewall for quick access.
|
||||
This package contains the port-knocking server.
|
||||
endef
|
||||
|
||||
|
@ -27,14 +27,16 @@ define Package/l2tpd
|
||||
SECTION:=net
|
||||
CATEGORY:=Network
|
||||
TITLE:=An L2TP (Layer 2 Tunneling Protocol) daemon
|
||||
DESCRIPTION:=\
|
||||
l2tpd is the open source implementation of the L2TP tunneling \\\
|
||||
protocol (RFC2661). It does implement both LAC and LNS role \\\
|
||||
in a L2TP networking architecture. The main goal of this protocol is \\\
|
||||
to tunnel PPP frame trough an ip network.
|
||||
URL:=http://l2tpd.sourceforge.net/
|
||||
endef
|
||||
|
||||
define Package/l2tpd/description
|
||||
l2tpd is the open source implementation of the L2TP tunneling
|
||||
protocol (RFC2661). It does implement both LAC and LNS role
|
||||
in a L2TP networking architecture. The main goal of this protocol is
|
||||
to tunnel PPP frame trough an ip network.
|
||||
endef
|
||||
|
||||
define Package/l2tpd/conffiles
|
||||
/etc/l2tpd/l2tpd.conf
|
||||
/etc/ppp/options.l2tpd
|
||||
|
@ -27,14 +27,16 @@ define Package/l2tpns
|
||||
CATEGORY:=Network
|
||||
DEPENDS:=+libcli
|
||||
TITLE:=An L2TP enhanced server
|
||||
DESCRIPTION:=\
|
||||
l2tpns is a layer 2 tunneling protocol network server (LNS).\\\
|
||||
it supports up to 65535 concurrent sessions per server/cluster \\\
|
||||
plus ISP features such as rate limiting, walled garden, usage \\\
|
||||
accounting, and more.
|
||||
URL:=http://sourceforge.net/projects/l2tpns
|
||||
endef
|
||||
|
||||
define Package/l2tpns/description
|
||||
l2tpns is a layer 2 tunneling protocol network server (LNS).
|
||||
it supports up to 65535 concurrent sessions per server/cluster
|
||||
plus ISP features such as rate limiting, walled garden, usage
|
||||
accounting, and more.
|
||||
endef
|
||||
|
||||
define Package/l2tpns/conffiles
|
||||
/etc/l2tpns/ip_pool
|
||||
/etc/l2tpns/startup-config
|
||||
|
@ -15,14 +15,16 @@ define Package/l7-protocols
|
||||
SECTION:=net
|
||||
CATEGORY:=Network
|
||||
TITLE:=Protocols for layer7 filtering
|
||||
DESCRIPTION:=\
|
||||
l7-filter classifies packets based on patterns in application \\\
|
||||
layer data. This allows correct classification of P2P traffic that \\\
|
||||
uses unpredictable ports as well as standard protocols running on \\\
|
||||
non-standard ports.
|
||||
URL:=http://l7-filter.sourceforge.net/
|
||||
endef
|
||||
|
||||
define Package/l7-protocols/description
|
||||
l7-filter classifies packets based on patterns in application
|
||||
layer data. This allows correct classification of P2P traffic that
|
||||
uses unpredictable ports as well as standard protocols running on
|
||||
non-standard ports.
|
||||
endef
|
||||
|
||||
define Build/Configure
|
||||
endef
|
||||
|
||||
|
@ -29,15 +29,17 @@ define Package/linuxigd
|
||||
CATEGORY:=Network
|
||||
TITLE:=UPnP daemon
|
||||
DEPENDS:=+libupnp +libpthread
|
||||
DESCRIPTION:=\
|
||||
It implements the UPnP Internet Gateway Device specification (IGD) \\\
|
||||
and allows UPnP aware clients, such as MSN Messenger, Azureus or \\\
|
||||
Miranda to work properly from behind a NAT firewall. \\\
|
||||
\\\
|
||||
Please edit /etc/upnpd.conf before using upnpd!
|
||||
URL:=http://linux-igd.sourceforge.net/
|
||||
endef
|
||||
|
||||
define Package/linuxigd/description
|
||||
It implements the UPnP Internet Gateway Device specification (IGD)
|
||||
and allows UPnP aware clients, such as MSN Messenger, Azureus or
|
||||
Miranda to work properly from behind a NAT firewall.
|
||||
|
||||
Please edit /etc/upnpd.conf before using upnpd!
|
||||
endef
|
||||
|
||||
define Build/Compile
|
||||
$(MAKE) -C $(PKG_BUILD_DIR) \
|
||||
$(TARGET_CONFIGURE_OPTS) \
|
||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
x
Reference in New Issue
Block a user