From ad634be7f14df2cc159e58c287721670ded31336 Mon Sep 17 00:00:00 2001 From: blue-devil Date: Wed, 10 Jun 2020 01:35:51 +0300 Subject: [PATCH] protobuf-c: moved from contrib --- network/misc/protobuf-c/actions.py | 21 ++++++++ network/misc/protobuf-c/pspec.xml | 62 ++++++++++++++++++++++++ network/misc/protobuf-c/translations.xml | 14 ++++++ 3 files changed, 97 insertions(+) create mode 100644 network/misc/protobuf-c/actions.py create mode 100644 network/misc/protobuf-c/pspec.xml create mode 100644 network/misc/protobuf-c/translations.xml diff --git a/network/misc/protobuf-c/actions.py b/network/misc/protobuf-c/actions.py new file mode 100644 index 0000000000..8c8b5ab078 --- /dev/null +++ b/network/misc/protobuf-c/actions.py @@ -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") \ No newline at end of file diff --git a/network/misc/protobuf-c/pspec.xml b/network/misc/protobuf-c/pspec.xml new file mode 100644 index 0000000000..5c23500723 --- /dev/null +++ b/network/misc/protobuf-c/pspec.xml @@ -0,0 +1,62 @@ + + + + + protobuf-c + https://github.com/protobuf-c/protobuf-c + + Stefan Gronewold(groni) + groni@pisilinux.org + + network.misc + BSD + app:console + library + Protocol Buffers implementation in C + This is protobuf-c, a C implementation of the Google Protocol Buffers data serialization format.Needed for the libgadu Package + https://github.com/protobuf-c/protobuf-c/archive/v1.3.3.tar.gz + + protobuf-devel + + + + + protobuf-c + Protocol Buffers implementation in C + + protobuf + + + / + /usr/lib + /usr/share/doc + /usr/bin + + + + + protobuf-c-devel + Development files for protobuf-c + + protobuf-c + + + /usr/lib/pkgconfig + /usr/include/protobuf-c + /usr/include/google/protobuf-c + + + + + + 2020-04-09 + 1.3.3 + + *Patch version bump. + *Moved from contrib + + Blue Devil + bluedevil@sctzine.com + + + \ No newline at end of file diff --git a/network/misc/protobuf-c/translations.xml b/network/misc/protobuf-c/translations.xml new file mode 100644 index 0000000000..6a1149bb76 --- /dev/null +++ b/network/misc/protobuf-c/translations.xml @@ -0,0 +1,14 @@ + + + + protobuf-c + Google Protokol Arabelleklerinin C Uygulaması + protobuf-c, Google Protokol Arabelleklerinin veri serileştirmesi biçimi için bir C Uygulamasıdır. libgadu paketi için gereklidir. + + + + protobuf-c-devel + protobuf-c için geliştirme dosyaları + protobuf-c-devel, protobuf-c için geliştime dosyaları içerir. + + \ No newline at end of file