[arch-commits] Commit in lib32-libmbim/repos/multilib-x86_64 (PKGBUILD PKGBUILD)
Maxime Gauduin
alucryd at archlinux.org
Sun Aug 26 13:46:46 UTC 2018
Date: Sunday, August 26, 2018 @ 13:46:45
Author: alucryd
Revision: 374248
archrelease: copy trunk to multilib-x86_64
Added:
lib32-libmbim/repos/multilib-x86_64/PKGBUILD
(from rev 374247, lib32-libmbim/trunk/PKGBUILD)
Deleted:
lib32-libmbim/repos/multilib-x86_64/PKGBUILD
----------+
PKGBUILD | 86 +++++++++++++++++++++++++++++++------------------------------
1 file changed, 45 insertions(+), 41 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2018-08-26 13:46:37 UTC (rev 374247)
+++ PKGBUILD 2018-08-26 13:46:45 UTC (rev 374248)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-# Contributor: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
-
-pkgname=lib32-libmbim
-pkgver=1.16.0
-pkgrel=1
-pkgdesc='MBIM modem protocol helper library'
-arch=('x86_64')
-url='https://www.freedesktop.org/wiki/Software/libmbim/'
-license=('GPL2')
-depends=('lib32-glib2' 'lib32-glibc' 'lib32-libgudev' 'libmbim')
-makedepends=('gcc-multilib' 'python')
-source=("https://www.freedesktop.org/software/libmbim/libmbim-${pkgver}.tar.xz")
-sha256sums=('c8ca50beeddd4b43309df5b698917268303bf176cea58fe4fe53d5bf0e93fac2')
-
-build() {
- cd libmbim-${pkgver}
-
- export CC='gcc -m32'
- export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
-
- ./configure \
- --prefix='/usr' \
- --libdir='/usr/lib32' \
- --libexecdir='/usr/lib32/libmbim' \
- --localstatedir='/var' \
- --sysconfdir='/etc' \
- --disable-gtk-doc-html \
- --disable-static
- make
-}
-
-package() {
- cd libmbim-${pkgver}
-
- make DESTDIR="${pkgdir}" install
- rm -rf "${pkgdir}"/usr/{bin,include,share}
-}
-
-# vim: ts=2 sw=2 et:
Copied: lib32-libmbim/repos/multilib-x86_64/PKGBUILD (from rev 374247, lib32-libmbim/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2018-08-26 13:46:45 UTC (rev 374248)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+# Contributor: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+
+pkgname=lib32-libmbim
+pkgver=1.16.2
+pkgrel=1
+pkgdesc='MBIM modem protocol helper library'
+arch=('x86_64')
+url='https://www.freedesktop.org/wiki/Software/libmbim/'
+license=('GPL2')
+depends=('lib32-glib2' 'lib32-glibc' 'lib32-libgudev' 'libmbim')
+makedepends=('git' 'python')
+source=("git+https://gitlab.freedesktop.org/mobile-broadband/libmbim.git#tag=${pkgver}")
+sha256sums=('SKIP')
+
+prepare() {
+ cd libmbim
+
+ NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+ cd libmbim
+
+ export CC='gcc -m32'
+ export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
+
+ ./configure \
+ --prefix='/usr' \
+ --libdir='/usr/lib32' \
+ --libexecdir='/usr/lib32/libmbim' \
+ --localstatedir='/var' \
+ --sysconfdir='/etc' \
+ --disable-gtk-doc-html \
+ --disable-static
+ make
+}
+
+package() {
+ make DESTDIR="${pkgdir}" -C libmbim install
+ rm -rf "${pkgdir}"/usr/{bin,include,share}
+}
+
+# vim: ts=2 sw=2 et:
More information about the arch-commits
mailing list