From 8f232f04ff23067e6099a3e3fd07d95caffd07c2 Mon Sep 17 00:00:00 2001 From: ayhanyalcinsoy Date: Wed, 15 Jul 2015 10:24:51 +0300 Subject: [PATCH] libmbim:moved into main repo for pisi 2.0 --- network/library/libmbim/actions.py | 19 +++++++++ network/library/libmbim/pspec.xml | 53 ++++++++++++++++++++++++ network/library/libmbim/translations.xml | 13 ++++++ 3 files changed, 85 insertions(+) create mode 100644 network/library/libmbim/actions.py create mode 100644 network/library/libmbim/pspec.xml create mode 100644 network/library/libmbim/translations.xml diff --git a/network/library/libmbim/actions.py b/network/library/libmbim/actions.py new file mode 100644 index 0000000000..4f20d7c0d8 --- /dev/null +++ b/network/library/libmbim/actions.py @@ -0,0 +1,19 @@ +#!/usr/bin/python +# -*- coding: utf-8 -*- +# Licensed under the GNU General Public License, version 3. +# See the file http://www.gnu.org/copyleft/gpl.txt + +from pisi.actionsapi import autotools +from pisi.actionsapi import get +from pisi.actionsapi import pisitools + +def setup(): + autotools.configure() + +def build(): + autotools.make() + +def install(): + autotools.rawInstall("DESTDIR=%s" % get.installDIR()) + + pisitools.dodoc("COPYING", "README") \ No newline at end of file diff --git a/network/library/libmbim/pspec.xml b/network/library/libmbim/pspec.xml new file mode 100644 index 0000000000..03e08aa0f0 --- /dev/null +++ b/network/library/libmbim/pspec.xml @@ -0,0 +1,53 @@ + + + + + libmbim + http://www.freedesktop.org/wiki/Software/libmbim/ + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + library + MBIM modem protocol helper library. + libmbim is a glib-based library for talking to WWAN modems and devices which speak the Mobile Interface Broadband Model (MBIM) protocol. + http://www.freedesktop.org/software/libmbim/libmbim-1.6.0.tar.xz + + gtk-doc + + + + + libmbim + + /usr/lib + /usr/share/man + /usr/bin/ + /usr/share/gtk-doc/ + /usr/share/doc/libmbim + + + + + libmbim-devel + libmbim için geliştirme dosyaları + + libmbim + + + /usr/lib/pkgconfig + /usr/include/libmbim-glib/ + + + + + + 2014-01-20 + 1.6.0 + First release + PisiLinux Community + admins@pisilinux.org + + + \ No newline at end of file diff --git a/network/library/libmbim/translations.xml b/network/library/libmbim/translations.xml new file mode 100644 index 0000000000..4671667fdd --- /dev/null +++ b/network/library/libmbim/translations.xml @@ -0,0 +1,13 @@ + + + + libmbim + MBIM modem protocol helper library. + libmbim is a glib-based library for talking to WWAN modems and devices which speak the Mobile Interface Broadband Model (MBIM) protocol. + + + + libmbim-devel + libmbim için geliştirme dosyaları + + \ No newline at end of file