add new package qt5-serialbus

This commit is contained in:
groni
2017-02-19 15:10:15 +01:00
parent 63f483ac61
commit c61b44610b
6 changed files with 277 additions and 59 deletions
@@ -0,0 +1,22 @@
#!/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 qt5
from pisi.actionsapi import pisitools
def setup():
qt5.configure()
def build():
qt5.make()
def install():
qt5.install()
pisitools.dodoc("LICENSE.FDL", "LICENSE.GPLv2", "LICENSE.GPLv3", "LICENSE.LGPLv3")
@@ -0,0 +1,62 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>qt5-serialbus</Name>
<Homepage>http://qt-project.org/</Homepage>
<Packager>
<Name>Stefan Gronewold</Name>
<Email>groni@pisilinux.org</Email>
</Packager>
<License>custom</License>
<License>FDL</License>
<License>GPL3</License>
<License>LGPL3</License>
<Summary>Qt module for general purpose serial bus access</Summary>
<Description>Qt module for general purpose serial bus access</Description>
<BuildDependencies>
<Dependency versionFrom="5.7.1">qt5-base-devel</Dependency>
<Dependency versionFrom="5.7.1">qt5-serialport-devel</Dependency>
</BuildDependencies>
<Archive type="tarxz" sha1sum="568c9a8b4e8f1563af0ab4d9835f089979cbfc12">http://download.qt.io/official_releases/qt/5.7/5.7.1/submodules/qtserialbus-opensource-src-5.7.1.tar.xz</Archive>
</Source>
<Package>
<Name>qt5-serialbus</Name>
<Summary>Qt module for general purpose serial bus access</Summary>
<RuntimeDependencies>
<Dependency versionFrom="5.7.1">qt5-base</Dependency>
<Dependency versionFrom="5.7.1">qt5-serialport</Dependency>
<Dependency>libgcc</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="library">/usr/lib</Path>
<Path fileType="library">/usr/lib/qt5</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<Package>
<Name>qt5-serialbus-devel</Name>
<Summary>Development files for qt5-serialbus</Summary>
<RuntimeDependencies>
<Dependency versionFrom="5.7.1">qt5-base-devel</Dependency>
<Dependency release="current">qt5-serialbus</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include/qt5</Path>
<Path fileType="config">/usr/lib/cmake</Path>
<Path fileType="data">/usr/lib/pkgconfig</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2017-02-18</Date>
<Version>5.7.1</Version>
<Comment>First Release</Comment>
<Name>Stefan Gronewold</Name>
<Email>groni@pisilinux.org</Email>
</Update>
</History>
</PISI>