From: Stefan Schantl <stefan.schantl@ipfire.org>
To: development@lists.ipfire.org
Subject: [PATCH] libgit2: New package
Date: Mon, 02 Sep 2019 14:28:34 +0200 [thread overview]
Message-ID: <20190902122834.27032-1-stefan.schantl@ipfire.org> (raw)
[-- Attachment #1: Type: text/plain, Size: 2046 bytes --]
This package is used to replace the bundled one in the rust source.
Signed-off-by: Stefan Schantl <stefan.schantl(a)ipfire.org>
---
libgit2/libgit2.nm | 62 ++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 62 insertions(+)
create mode 100644 libgit2/libgit2.nm
diff --git a/libgit2/libgit2.nm b/libgit2/libgit2.nm
new file mode 100644
index 000000000..f2b1afdfd
--- /dev/null
+++ b/libgit2/libgit2.nm
@@ -0,0 +1,62 @@
+###############################################################################
+# IPFire.org - An Open Source Firewall Solution #
+# Copyright (C) - IPFire Development Team <info(a)ipfire.org> #
+###############################################################################
+
+name = libgit2
+version = 0.28.2
+release = 1
+
+groups = System/Libraries
+url = https://libgit2.org/
+license = GPLv2 with exceptions
+summary = C implementation of the Git core methods as a library with a solid API
+
+description
+ libgit2 is a portable, pure C implementation of the Git core methods
+ provided as a re-entrant linkable library with a solid API, allowing
+ you to write native speed custom Git applications in any language
+ with bindings.
+end
+
+source_dl = https://github.com/%{name}/%{name}/archive/v%{version}/
+
+build
+ requires
+ cmake
+ http-parser-devel
+ libssh2-devel
+ openssl-devel
+ zlib-devel
+ end
+
+ prepare_cmds
+ # Remove VCS files from examples
+ find examples -name ".gitignore" -delete -print
+
+ # Don't run "online" tests
+ sed -i '/ADD_TEST(online/s/^/#/' tests/CMakeLists.txt
+
+ # Remove bundled libraries
+ rm -frv deps
+ end
+
+ build
+ %{cmake} \
+ -DCMAKE_BUILD_TYPE=RelWithDebInfo \
+ -DSHA1_BACKEND=OpenSSL \
+ -DUSE_HTTPS=OpenSSL
+ end
+end
+
+packages
+ package %{name}
+
+ package %{name}-devel
+ template DEVEL
+ end
+
+ package %{name}-debuginfo
+ template DEBUGINFO
+ end
+end
--
2.20.1
reply other threads:[~2019-09-02 12:28 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20190902122834.27032-1-stefan.schantl@ipfire.org \
--to=stefan.schantl@ipfire.org \
--cc=development@lists.ipfire.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox