Skip to content

Commit

Permalink
libeconf: Add at 0.7.2 for linux-pam
Browse files Browse the repository at this point in the history
Signed-off-by: Ikey Doherty <[email protected]>
  • Loading branch information
ikeycode committed Sep 11, 2024
1 parent 707b904 commit cccad50
Show file tree
Hide file tree
Showing 4 changed files with 76 additions and 0 deletions.
Binary file added l/libeconf/manifest.x86_64.bin
Binary file not shown.
49 changes: 49 additions & 0 deletions l/libeconf/manifest.x86_64.jsonc
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
/** Human readable report. This is not consumed by boulder */
{
"manifest-version": "0.2",
"packages": {
"libeconf": {
"depends": [
"interpreter(/usr/lib/ld-linux-x86-64.so.2(x86_64))",
"soname(libc.so.6(x86_64))"
],
"files": [
"/usr/bin/econftool",
"/usr/lib/libeconf.so.0",
"/usr/lib/libeconf.so.0.7.2",
"/usr/share/defaults",
"/usr/share/man/man8/econftool.8",
"/usr/vendor"
],
"name": "libeconf",
"provides": [
"binary(econftool)",
"soname(libeconf.so.0(x86_64))"
]
},
"libeconf-devel": {
"depends": [
"libeconf"
],
"files": [
"/usr/include/libeconf.h",
"/usr/include/libeconf_ext.h",
"/usr/lib/cmake/libeconf/libeconfConfig.cmake",
"/usr/lib/cmake/libeconf/libeconfConfigVersion.cmake",
"/usr/lib/cmake/libeconf/libeconfTargets-release.cmake",
"/usr/lib/cmake/libeconf/libeconfTargets.cmake",
"/usr/lib/libeconf.so",
"/usr/lib/pkgconfig/libeconf.pc",
"/usr/share/man/man3/libeconf.3"
],
"name": "libeconf-devel",
"provides": [
"cmake(libeconf)",
"pkgconfig(libeconf)"
]
}
},
"source-name": "libeconf",
"source-release": "1",
"source-version": "0.7.2"
}
2 changes: 2 additions & 0 deletions l/libeconf/monitoring.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
releases:
id: 21922
25 changes: 25 additions & 0 deletions l/libeconf/stone.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
#
# SPDX-FileCopyrightText: © 2020-2024 Serpent OS Developers
#
# SPDX-License-Identifier: MPL-2.0
#
name : libeconf
version : 0.7.2
release : 1
homepage : https://github.com/openSUSE/libeconf
upstreams :
- https://github.com/openSUSE/libeconf/archive/refs/tags/v0.7.2.tar.gz : 9e058b260061e3aa3a56307d477ab90f1ebebe06b44585049791250fd0a5322a
summary : Configuration file parser for hermetic systems
description : |
Enhanced config file parser, which merges config files placed in several locations into one.
license : MIT
environment : |
export LDFLAGS="${LDFLAGS} -Wl,--undefined-version"
setup : |
%cmake
build : |
%cmake_build
install : |
%cmake_install
%install_dir %(installroot)%(vendordir)
ln -srv %(installroot)%(vendordir) %(installroot)%(prefix)/vendor

0 comments on commit cccad50

Please sign in to comment.