wok-next view libmbim/receipt @ rev 21726

updated firefox-official (77.0 -> 81.0)
author Hans-G?nter Theisgen
date Sun Sep 27 14:34:31 2020 +0100 (2020-09-27)
parents 63ae365eb07d
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="libmbim"
4 VERSION="1.16.2"
5 CATEGORY="libs"
6 SHORT_DESC="MBIM modem protocol helper library"
7 MAINTAINER="al.bobylev@gmail.com"
8 LICENSE="GPL2"
9 WEB_SITE="https://www.freedesktop.org/wiki/Software/libmbim/"
10 LFS="http://www.linuxfromscratch.org/blfs/view/svn/general/libmbim.html"
12 TARBALL="$PACKAGE-$VERSION.tar.xz"
13 WGET_URL="https://www.freedesktop.org/software/libmbim/$TARBALL"
15 BUILD_DEPENDS="glib-dev libgudev-dev help2man"
16 SPLIT="$PACKAGE-dev"
18 compile_rules() {
19 ./configure \
20 --disable-static \
21 $CONFIGURE_ARGS &&
22 fix libtool &&
23 make &&
24 make install
25 }
27 genpkg_rules() {
28 case $PACKAGE in
29 libmbim) copy @std;;
30 *-dev) copy @dev;;
31 esac
32 }