libmbim:moved into main repo for pisi 2.0

This commit is contained in:
2015-07-15 10:24:51 +03:00
parent 2f28124b96
commit 8f232f04ff
3 changed files with 85 additions and 0 deletions
+19
View File
@@ -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")
+53
View File
@@ -0,0 +1,53 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>libmbim</Name>
<Homepage>http://www.freedesktop.org/wiki/Software/libmbim/</Homepage>
<Packager>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<License>GPLv2</License>
<IsA>library</IsA>
<Summary>MBIM modem protocol helper library.</Summary>
<Description>libmbim is a glib-based library for talking to WWAN modems and devices which speak the Mobile Interface Broadband Model (MBIM) protocol.</Description>
<Archive sha1sum="6d9c9eb292f5b5284cba1a11fd9747e8e1de145e" type="tarxz">http://www.freedesktop.org/software/libmbim/libmbim-1.6.0.tar.xz</Archive>
<BuildDependencies>
<Dependency>gtk-doc</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>libmbim</Name>
<Files>
<Path fileType="library">/usr/lib</Path>
<Path fileType="man">/usr/share/man</Path>
<Path fileType="executable">/usr/bin/</Path>
<Path fileType="doc">/usr/share/gtk-doc/</Path>
<Path fileType="doc">/usr/share/doc/libmbim</Path>
</Files>
</Package>
<Package>
<Name>libmbim-devel</Name>
<Summary>libmbim için geliştirme dosyaları</Summary>
<RuntimeDependencies>
<Dependency release="current">libmbim</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib/pkgconfig</Path>
<Path fileType="header">/usr/include/libmbim-glib/</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2014-01-20</Date>
<Version>1.6.0</Version>
<Comment>First release</Comment>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Update>
</History>
</PISI>
+13
View File
@@ -0,0 +1,13 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>libmbim</Name>
<Summary xml:lang="en">MBIM modem protocol helper library.</Summary>
<Description xml:lang="en">libmbim is a glib-based library for talking to WWAN modems and devices which speak the Mobile Interface Broadband Model (MBIM) protocol.</Description>
</Source>
<Package>
<Name>libmbim-devel</Name>
<Summary xml:lang="tr">libmbim için geliştirme dosyaları</Summary>
</Package>
</PISI>