protobuf-c: moved from contrib

This commit is contained in:
blue-devil
2020-06-10 01:35:51 +03:00
parent 78c0598810
commit ad634be7f1
3 changed files with 97 additions and 0 deletions
+21
View File
@@ -0,0 +1,21 @@
#!/usr/bin/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 get
from pisi.actionsapi import autotools
from pisi.actionsapi import pisitools
def setup():
autotools.autoreconf("-fvi")
autotools.configure("--disable-static")
def build():
autotools.make()
def install():
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
pisitools.dodoc("LICENSE", "ChangeLog", "README.md")
+62
View File
@@ -0,0 +1,62 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>protobuf-c</Name>
<Homepage>https://github.com/protobuf-c/protobuf-c</Homepage>
<Packager>
<Name>Stefan Gronewold(groni)</Name>
<Email>groni@pisilinux.org</Email>
</Packager>
<PartOf>network.misc</PartOf>
<License>BSD</License>
<IsA>app:console</IsA>
<IsA>library</IsA>
<Summary>Protocol Buffers implementation in C</Summary>
<Description>This is protobuf-c, a C implementation of the Google Protocol Buffers data serialization format.Needed for the libgadu Package</Description>
<Archive sha1sum="f70f592e8db0363013492df1e69e47ee8213e003" type="targz">https://github.com/protobuf-c/protobuf-c/archive/v1.3.3.tar.gz</Archive>
<BuildDependencies>
<Dependency>protobuf-devel</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>protobuf-c</Name>
<Summary>Protocol Buffers implementation in C</Summary>
<RuntimeDependencies>
<Dependency>protobuf</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="all">/</Path>
<Path fileType="library">/usr/lib</Path>
<Path fileType="doc">/usr/share/doc</Path>
<Path fileType="executable">/usr/bin</Path>
</Files>
</Package>
<Package>
<Name>protobuf-c-devel</Name>
<Summary>Development files for protobuf-c</Summary>
<RuntimeDependencies>
<Dependency release="current">protobuf-c</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="data">/usr/lib/pkgconfig</Path>
<Path fileType="header">/usr/include/protobuf-c</Path>
<Path fileType="header">/usr/include/google/protobuf-c</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2020-04-09</Date>
<Version>1.3.3</Version>
<Comment>
*Patch version bump.
*Moved from contrib
</Comment>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
</History>
</PISI>
+14
View File
@@ -0,0 +1,14 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>protobuf-c</Name>
<Summary xml:lang="tr">Google Protokol Arabelleklerinin C Uygulaması</Summary>
<Description xml:lang="tr">protobuf-c, Google Protokol Arabelleklerinin veri serileştirmesi biçimi için bir C Uygulamasıdır. libgadu paketi için gereklidir.</Description>
</Source>
<Package>
<Name>protobuf-c-devel</Name>
<Summary xml:lang="tr">protobuf-c için geliştirme dosyaları</Summary>
<Description xml:lang="tr">protobuf-c-devel, protobuf-c için geliştime dosyaları içerir.</Description>
</Package>
</PISI>