wok-next annotate libmbim/receipt @ rev 20678

Up clisp (2.50)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue May 15 02:59:03 2018 +0300 (2018-05-15)
parents
children 9a78fd347e59
rev   line source
al@20675 1 # SliTaz package receipt v2.
al@20675 2
al@20675 3 PACKAGE="libmbim"
al@20675 4 VERSION="1.16.0"
al@20675 5 CATEGORY="libs"
al@20675 6 SHORT_DESC="MBIM modem protocol helper library"
al@20675 7 MAINTAINER="al.bobylev@gmail.com"
al@20675 8 LICENSE="GPL2"
al@20675 9 WEB_SITE="https://www.freedesktop.org/wiki/Software/libmbim/"
al@20675 10 LFS="http://www.linuxfromscratch.org/blfs/view/stable/general/libmbim.html"
al@20675 11
al@20675 12 TARBALL="$PACKAGE-$VERSION.tar.xz"
al@20675 13 WGET_URL="https://www.freedesktop.org/software/libmbim/$TARBALL"
al@20675 14
al@20675 15 BUILD_DEPENDS="glib-dev libgudev-dev help2man"
al@20675 16 SPLIT="libmbim-dev"
al@20675 17
al@20675 18 compile_rules() {
al@20675 19 ./configure \
al@20675 20 --disable-static \
al@20675 21 $CONFIGURE_ARGS &&
al@20675 22 fix libtool &&
al@20675 23 make &&
al@20675 24 make install
al@20675 25 }
al@20675 26
al@20675 27 genpkg_rules() {
al@20675 28 case $PACKAGE in
al@20675 29 libmbim)
al@20675 30 copy @std
al@20675 31 DEPENDS=""
al@20675 32 ;;
al@20675 33 *-dev)
al@20675 34 copy @dev
al@20675 35 DEPENDS=""
al@20675 36 ;;
al@20675 37 esac
al@20675 38 }