The .so symlinks (without any suffix) are only used by compiler/linker and
not needed on the target system.
See https://github.com/openwrt/packages/pull/274 for a short discussion.
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
- fix licensing file list
- install pkgconfig file
- drop explicite call to Build/Compile
- use PKG_INSTALL
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
Since the current release of the package does not provide a
configure option to disable this dependency, a patch is necessary
to add this option.
Signed-off-by: Johannes Morgenroth <morgenroth@ibr.cs.tu-bs.de>
In order to reduce the dependencies, this patch disables following features:
* Extended Attributes
* ACL support
* bzip2 through bz2lib
* lzop through liblzo2
* crypto support from Nettle
* xar through libxml2
Signed-off-by: Johannes Morgenroth <morgenroth@ibr.cs.tu-bs.de>
- update to latest version (v1.0.2)
- add dependency on libmnl
- add license info
- add myself as maintainer
Signed-off-by: Nicolas Thill <nico@openwrt.org>
libnetfilter_acct is a userspace library providing a programming interface
(API) to the extended accounting infrastructure.
Signed-off-by: Nicolas Thill <nico@openwrt.org>
- rename packages from libdbi-drivers-* to libdbd-*
- cleanup title & description
- remove SQLite v2 driver
- use PKG_INSTALL
- add a BuildPlugin macro to package drivers
- add license info
- add myself as maintainer
Signed-off-by: Nicolas Thill <nico@openwrt.org>
- cleanup title & description
- install dbi.pc during InstallDev
- add license info
- add myself as maintainer
Signed-off-by: Nicolas Thill <nico@openwrt.org>
Dependencies to libacl, libattr, libbz2, liblzo, and libnettle added.
PKG_BUILD_DEPENDS is removed since it is already defined by DEPENDS.
Signed-off-by: Johannes Morgenroth <morgenroth@ibr.cs.tu-bs.de>
The previous copying command includes non-existing variables. This commit replaces
the command with a more generic one.
Signed-off-by: Johannes Morgenroth <morgenroth@ibr.cs.tu-bs.de>
The previous copying command includes non-existing variables. This commit replaces
the command with a more generic one.
Signed-off-by: Johannes Morgenroth <morgenroth@ibr.cs.tu-bs.de>
The previous copying command includes non-existing variables. This commit replaces
the command with a more generic one.
Signed-off-by: Johannes Morgenroth <morgenroth@ibr.cs.tu-bs.de>
The ibrdtn is a C++ library for DTN related objects to process bundle data and
talk to the DTN daemon of IBR-DTN. It is development together with IBR-DTN an
implementation of DTN stack following the Bundle Protocol RFC 5050.
Signed-off-by: Johannes Morgenroth <morgenroth@ibr.cs.tu-bs.de>
The ibrcommon is a C++ abstraction library for several platforms (linux,
win32, osx, ...) and is development together with IBR-DTN an implementation
of DTN stack following the Bundle Protocol RFC 5050.
Signed-off-by: Johannes Morgenroth <morgenroth@ibr.cs.tu-bs.de>
DTN-DHT is a library providing a fully distributed Bittorrent DHT based
naming service especially for DTN Bundle Protocol EIDs (RFC 5050). It can
be used for all IP (v4/v6) based networks.
Signed-off-by: Johannes Morgenroth <morgenroth@ibr.cs.tu-bs.de>