[arch-commits] Commit in lib32-libteam/repos/multilib-x86_64 (PKGBUILD PKGBUILD)
Maxime Gauduin
alucryd at archlinux.org
Wed Jan 22 10:14:52 UTC 2020
Date: Wednesday, January 22, 2020 @ 10:14:52
Author: alucryd
Revision: 553443
archrelease: copy trunk to multilib-x86_64
Added:
lib32-libteam/repos/multilib-x86_64/PKGBUILD
(from rev 553442, lib32-libteam/trunk/PKGBUILD)
Deleted:
lib32-libteam/repos/multilib-x86_64/PKGBUILD
----------+
PKGBUILD | 112 ++++++++++++++++++++++++++++++++-----------------------------
1 file changed, 59 insertions(+), 53 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-01-22 10:14:47 UTC (rev 553442)
+++ PKGBUILD 2020-01-22 10:14:52 UTC (rev 553443)
@@ -1,53 +0,0 @@
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-# Contributor: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
-
-pkgname=lib32-libteam
-pkgver=1.29
-pkgrel=1
-pkgdesc='Library for controlling team network device'
-arch=(x86_64)
-url='http://libteam.org/'
-license=(LGPL2.1)
-depends=(
- lib32-dbus
- lib32-libnl
- lib32-zeromq
- libteam
-)
-makedepends=(
- git
- lib32-jansson
- lib32-libdaemon
- swig
-)
-source=(git+https://github.com/jpirko/libteam.git#tag=v${pkgver})
-sha256sums=('SKIP')
-
-prepare() {
- cd libteam
-
- ./autogen.sh
-}
-
-build() {
- cd libteam
-
- export CC='gcc -m32'
- export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
-
- ./configure \
- --prefix='/usr' \
- --libdir='/usr/lib32' \
- --libexecdir='/usr/lib32' \
- --localstatedir='/var' \
- --sysconfdir='/etc' \
- --disable-static
- make
-}
-
-package() {
- make DESTDIR="${pkgdir}" -C libteam install
- rm -rf "${pkgdir}"/{etc,usr/{bin,include,share}}
-}
-
-# vim: ts=2 sw=2 et:
Copied: lib32-libteam/repos/multilib-x86_64/PKGBUILD (from rev 553442, lib32-libteam/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-01-22 10:14:52 UTC (rev 553443)
@@ -0,0 +1,59 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+# Contributor: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+
+pkgname=lib32-libteam
+pkgver=1.30
+pkgrel=1
+pkgdesc='Library for controlling team network device'
+arch=(x86_64)
+url=http://libteam.org/
+license=(LGPL2.1)
+depends=(
+ lib32-dbus
+ lib32-libnl
+ lib32-zeromq
+ libteam
+)
+makedepends=(
+ git
+ lib32-jansson
+ lib32-libdaemon
+ swig
+)
+source=(git+https://github.com/jpirko/libteam.git#tag=471fb50d206e5a3f2eef9e4247329b51edc5c493)
+sha256sums=(SKIP)
+
+pkgver() {
+ cd libteam
+
+ git describe --tags | sed 's/^v//'
+}
+
+prepare() {
+ cd libteam
+
+ ./autogen.sh
+}
+
+build() {
+ cd libteam
+
+ export CC='gcc -m32'
+ export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
+
+ ./configure \
+ --prefix=/usr \
+ --libdir=/usr/lib32 \
+ --libexecdir=/usr/lib32 \
+ --localstatedir=/var \
+ --sysconfdir=/etc \
+ --disable-static
+ make
+}
+
+package() {
+ make DESTDIR="${pkgdir}" -C libteam install
+ rm -rf "${pkgdir}"/{etc,usr/{bin,include,share}}
+}
+
+# vim: ts=2 sw=2 et:
More information about the arch-commits
mailing list