Skip to content

Commit

Permalink
libeconf: Cleaner handling of post install steps
Browse files Browse the repository at this point in the history
Signed-off-by: Ikey Doherty <[email protected]>
  • Loading branch information
ikeycode committed Dec 14, 2024
1 parent 1fcff65 commit 339bdc9
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
Binary file modified l/libeconf/manifest.x86_64.bin
Binary file not shown.
2 changes: 1 addition & 1 deletion l/libeconf/manifest.x86_64.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,6 @@
}
},
"source-name": "libeconf",
"source-release": "3",
"source-release": "4",
"source-version": "0.7.6"
}
10 changes: 6 additions & 4 deletions l/libeconf/stone.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#
name : libeconf
version : 0.7.6
release : 3
release : 4
homepage : https://github.com/openSUSE/libeconf
upstreams :
- https://github.com/openSUSE/libeconf/archive/refs/tags/v0.7.6.tar.gz : 2733b6af7856efac3a030c02fb816103e4130e8ffcc403ff6ffced6f677a12e3
Expand All @@ -16,13 +16,15 @@ license : MIT
environment : |
export LDFLAGS="${LDFLAGS} -Wl,--undefined-version"
emul32 : true
profiles :
- emul32:
install: |
%cmake_install
setup : |
%cmake -DCMAKE_INSTALL_LIBDIR=lib%(libsuffix)
build : |
%cmake_build
install : |
%cmake_install
%install_dir %(installroot)%(vendordir)
if [[ ! -d %(installroot)%(prefix)/vendor ]]; then
ln -svf share/defaults %(installroot)%(prefix)/vendor
fi
ln -sv share/defaults %(installroot)%(prefix)/vendor

0 comments on commit 339bdc9

Please sign in to comment.