libgdata libuhttpmock libgfbgraph

This commit is contained in:
Rmys
2021-06-03 11:08:16 +03:00
parent 6b9a720c29
commit 5245a9a3b4
13 changed files with 266608 additions and 266247 deletions
+22
View File
@@ -0,0 +1,22 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-
#
# Licensed under the GNU General Public License, version 3.
# See the file http://www.gnu.org/licenses/gpl.txt
from pisi.actionsapi import autotools
from pisi.actionsapi import pisitools
from pisi.actionsapi import shelltools
from pisi.actionsapi import get
def setup():
shelltools.system("sh ./autogen.sh")
autotools.configure()
def build():
autotools.make()
def install():
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
pisitools.dodoc("AUTHORS", "COPYING", "NEWS", "README")
+69
View File
@@ -0,0 +1,69 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>libuhttpmock</Name>
<Homepage>https://gitlab.com/uhttpmock/uhttpmock</Homepage>
<Packager>
<Name>Pisi Linux Admins</Name>
<Email>admin@pisilinux.org</Email>
</Packager>
<License>LGPLv2.1</License>
<IsA>app</IsA>
<Summary>HTTP web service mocking project for projects which use libsoup</Summary>
<Description>HTTP web service mocking project for projects which use libsoup</Description>
<Archive sha1sum="ff4d986d2ddcd38a2df281a7d419f7ae4f26d50c" type="targz">https://gitlab.com/uhttpmock/uhttpmock/-/archive/0.5.3/uhttpmock-0.5.3.tar.gz</Archive>
<BuildDependencies>
<Dependency>gtk-doc</Dependency>
<Dependency>vala-devel</Dependency>
<Dependency>glib2-devel</Dependency>
<Dependency>gettext-devel</Dependency>
<Dependency>libsoup-devel</Dependency>
<Dependency>autoconf-archive</Dependency>
</BuildDependencies>
<!--
<Patches>
<Patch>libuhttpmock.patch</Patch>
<Patch level="1">libuhttpmock.patch</Patch>
</Patches>
-->
</Source>
<Package>
<Name>libuhttpmock</Name>
<RuntimeDependencies>
<Dependency>glib2</Dependency>
<Dependency>libsoup</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib</Path>
<Path fileType="data">/usr/share/vala</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<Package>
<Name>libuhttpmock-devel</Name>
<Summary>Development files for libuhttpmock</Summary>
<RuntimeDependencies>
<Dependency release="current">libuhttpmock</Dependency>
<Dependency>glib2-devel</Dependency>
<Dependency>libsoup-devel</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include</Path>
<Path fileType="data">/usr/share/gir-1.0</Path>
<Path fileType="library">/usr/lib/pkgconfig</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2021-06-02</Date>
<Version>0.5.3</Version>
<Comment>First release</Comment>
<Name>Pisi Linux Admins</Name>
<Email>admin@pisilinux.org</Email>
</Update>
</History>
</PISI>
@@ -0,0 +1,8 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>libuhttpmock</Name>
<Summary xml:lang="tr">HTTP web service mocking project for projects which use libsoup</Summary>
<Description xml:lang="tr">HTTP web service mocking project for projects which use libsoup</Description>
</Source>
</PISI>