wok-next annotate modem-manager/receipt @ rev 21075
xorg-cf-files: typo
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Fri Dec 21 01:46:05 2018 +0200 (2018-12-21) |
parents | f48456621a9d |
children | e19ff076dc63 |
rev | line source |
---|---|
al@20679 | 1 # SliTaz package receipt v2. |
al@20679 | 2 |
al@20679 | 3 PACKAGE="modem-manager" |
al@20679 | 4 VERSION="1.6.12" |
al@20679 | 5 CATEGORY="network" |
al@20679 | 6 SHORT_DESC="Unified high level API for communicating with mobile broadband modems" |
al@20679 | 7 MAINTAINER="al.bobylev@gmail.com" |
al@20679 | 8 LICENSE="GPL2 LGPL2.1" |
al@20679 | 9 WEB_SITE="https://www.freedesktop.org/wiki/Software/ModemManager/" |
al@21017 | 10 LFS="http://www.linuxfromscratch.org/blfs/view/svn/general/ModemManager.html" |
al@20679 | 11 |
al@20679 | 12 TARBALL="ModemManager-$VERSION.tar.xz" |
al@20679 | 13 WGET_URL="https://www.freedesktop.org/software/ModemManager/$TARBALL" |
al@20679 | 14 |
al@20679 | 15 BUILD_DEPENDS="intltool libgudev-dev gobject-introspection-dev vala polkit-dev \ |
al@20679 | 16 libmbim-dev libqmi-dev" |
al@21020 | 17 SPLIT="$PACKAGE-dev" |
al@20679 | 18 |
al@20679 | 19 compile_rules() { |
al@20679 | 20 ./configure \ |
al@20679 | 21 --enable-more-warnings=no \ |
al@20679 | 22 --disable-static \ |
al@20679 | 23 $CONFIGURE_ARGS && |
al@20679 | 24 fix libtool && |
al@20679 | 25 make && |
al@20679 | 26 make install |
al@20679 | 27 } |
al@20679 | 28 |
al@20679 | 29 genpkg_rules() { |
al@20679 | 30 case $PACKAGE in |
al@20679 | 31 modem-manager) |
al@20679 | 32 copy @std |
al@20679 | 33 DEPENDS="glib libgudev libmbim libqmi polkit" |
al@20679 | 34 ;; |
al@20679 | 35 *-dev) |
al@20679 | 36 copy @dev |
al@20679 | 37 DEPENDS="modem-manager glib-dev" |
al@20679 | 38 ;; |
al@20679 | 39 esac |
al@20679 | 40 } |