* update libteam to 1.31-8
This commit is contained in:
parent
5a2c84c655
commit
2b075c2e33
@ -4,17 +4,27 @@
|
||||
pkgbase=libteam
|
||||
pkgname=(libteam libteam-docs)
|
||||
pkgver=1.31
|
||||
pkgrel=7
|
||||
pkgrel=8
|
||||
pkgdesc="Library for controlling team network device"
|
||||
url="http://libteam.org/"
|
||||
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
|
||||
license=(LGPL)
|
||||
depends=(libnl libdaemon jansson libdbus bash zeromq)
|
||||
makedepends=(python-setuptools swig git doxygen graphviz)
|
||||
options=(debug)
|
||||
depends=(
|
||||
bash
|
||||
jansson
|
||||
libdaemon
|
||||
libdbus
|
||||
libnl
|
||||
zeromq
|
||||
)
|
||||
makedepends=(
|
||||
doxygen
|
||||
git
|
||||
graphviz
|
||||
)
|
||||
_commit=3ee12c6d569977cf1cd30d0da77807a07aa77158 # tags/v1.31
|
||||
source=("git+https://github.com/jpirko/libteam#commit=$_commit")
|
||||
sha256sums=('SKIP')
|
||||
b2sums=('SKIP')
|
||||
|
||||
pkgver() {
|
||||
cd libteam
|
||||
@ -36,9 +46,6 @@ build() {
|
||||
--disable-static --libexecdir=/usr/lib
|
||||
sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
|
||||
make all html
|
||||
|
||||
cd binding/python
|
||||
python setup.py build
|
||||
}
|
||||
|
||||
check() {
|
||||
@ -54,9 +61,6 @@ package_libteam() {
|
||||
|
||||
install -Dt "$pkgdir/usr/lib/systemd/system" -m644 teamd/redhat/systemd/teamd@.service
|
||||
install -Dt "$pkgdir/usr/share/dbus-1/system.d" -m644 teamd/dbus/teamd.conf
|
||||
|
||||
cd binding/python
|
||||
python setup.py install --root="$pkgdir" --optimize=1 --skip-build
|
||||
}
|
||||
|
||||
package_libteam-docs() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user