wok-next view libmbim/receipt @ rev 21153

Small updates.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Jan 31 16:45:41 2019 +0200 (2019-01-31)
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 }