kiss-stj

My KISS Linux repo for software I use on my computers.
git clone https://git.stjo.hn/kiss-stj
Log | Files | Refs | README | LICENSE

commit 4b75d4b07cbee76a5154c5d4c142275e584042da
parent 6438d235fed5a6c45decdd3c9b0447a87be7d91f
Author: St John Karp <contact@stjo.hn>
Date:   Sun, 26 Jun 2022 12:31:53 -0400

protobuf-c: Fork package from kiss-community/community

I'll need to make some changes to this package for compatibility
with fwupd. This commit contains no changes from the upstream package.

Diffstat:
Alibs/protobuf-c/build | 8++++++++
Alibs/protobuf-c/checksums | 1+
Alibs/protobuf-c/depends | 2++
Alibs/protobuf-c/sources | 1+
Alibs/protobuf-c/version | 1+
5 files changed, 13 insertions(+), 0 deletions(-)

diff --git a/libs/protobuf-c/build b/libs/protobuf-c/build @@ -0,0 +1,8 @@ +#!/bin/sh -e + +./configure \ + --prefix=/usr \ + --disable-protoc + +make +make DESTDIR="$1" install diff --git a/libs/protobuf-c/checksums b/libs/protobuf-c/checksums @@ -0,0 +1 @@ +26d98ee9bf18a6eba0d3f855ddec31dbe857667d269bc0b6017335572f85bbcb diff --git a/libs/protobuf-c/depends b/libs/protobuf-c/depends @@ -0,0 +1,2 @@ +pkgconf make +protobuf diff --git a/libs/protobuf-c/sources b/libs/protobuf-c/sources @@ -0,0 +1 @@ +https://github.com/protobuf-c/protobuf-c/releases/download/v1.4.0/protobuf-c-1.4.0.tar.gz diff --git a/libs/protobuf-c/version b/libs/protobuf-c/version @@ -0,0 +1 @@ +1.4.0 2