Update package version to 0.25.10

This commit is contained in:
2025-09-27 09:51:54 +03:00
parent 72fe9f0462
commit 27a75df7f2
2 changed files with 14 additions and 13 deletions
+14 -3
View File
@@ -1,9 +1,20 @@
name: p11-kit name: p11-kit
description: Loads and enumerates PKCS#11 modules description: Loads and enumerates PKCS#11 modules
version: 0.25.9 version: 0.25.10
revision: 1
url: https://p11-glue.freedesktop.org/ url: https://p11-glue.freedesktop.org/
license: BSD license: BSD
architecture: any architecture: any
depends: ["glibc","libffi","libtasn1"]
make_depends: ["meson","gnutls"]
type: source type: source
depends:
- glibc
- libffi
- libtasn1
make_depends:
- meson
- gnutls
downloads:
- url: https://github.com/p11-glue/p11-kit/releases/download/${BPM_PKG_VERSION}/p11-kit-${BPM_PKG_VERSION}.tar.xz
extract_to_bpm_source: true
extract_strip_components: 1
checksum: a62a137a966fb3a9bbfa670b4422161e369ddea216be51425e3be0ab2096e408
-10
View File
@@ -2,16 +2,6 @@
# BPM Expects the source code to be extracted into the automatically created 'source' directory which can be accessed using $BPM_SOURCE # BPM Expects the source code to be extracted into the automatically created 'source' directory which can be accessed using $BPM_SOURCE
# BPM Expects the output files to be present in the automatically created 'output' directory which can be accessed using $BPM_OUTPUT # BPM Expects the output files to be present in the automatically created 'output' directory which can be accessed using $BPM_OUTPUT
DOWNLOAD="https://github.com/p11-glue/p11-kit/releases/download/${BPM_PKG_VERSION}/p11-kit-${BPM_PKG_VERSION}.tar.xz"
FILENAME="${DOWNLOAD##*/}"
# The prepare function is executed in the root of the temp directory
# This function is used for downloading files and putting them into the correct location
prepare() {
wget "$DOWNLOAD"
tar -xvf "$FILENAME" --strip-components=1 -C "$BPM_SOURCE"
}
# The build function is executed in the source directory # The build function is executed in the source directory
# This function is used to compile the source code # This function is used to compile the source code
build() { build() {