Update package version to 2.4.0
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
name: pcsclite
|
name: pcsclite
|
||||||
description: Middleware to access a smart card using SCard API
|
description: Middleware to access a smart card using SCard API
|
||||||
version: 2.3.3
|
version: 2.4.0
|
||||||
revision: 1
|
revision: 1
|
||||||
url: https://pcsclite.apdu.fr/
|
url: https://pcsclite.apdu.fr/
|
||||||
license: BSD-2-Clause,GPL3-or-later
|
license: BSD-2-Clause,GPL3-or-later
|
||||||
@@ -12,9 +12,10 @@ depends:
|
|||||||
optional_depends:
|
optional_depends:
|
||||||
- python3
|
- python3
|
||||||
make_depends:
|
make_depends:
|
||||||
|
- doxygen
|
||||||
- meson
|
- meson
|
||||||
downloads:
|
downloads:
|
||||||
- url: https://github.com/LudovicRousseau/PCSC/archive/refs/tags/${BPM_PKG_VERSION}.tar.gz
|
- url: https://github.com/LudovicRousseau/PCSC/archive/refs/tags/${BPM_PKG_VERSION}.tar.gz
|
||||||
extract_to: ${BPM_SOURCE}
|
extract_to: ${BPM_SOURCE}
|
||||||
extract_strip_components: 1
|
extract_strip_components: 1
|
||||||
checksum: 00b667aa71504ed1d39a48ad377de048c70dbe47229e8c48a3239ab62979c70f
|
checksum: 3d20f3d23c29260fed9195529d30ec3e9f1db60a8a835b4be68716d97751f2e7
|
||||||
|
|||||||
@@ -9,12 +9,6 @@ build() {
|
|||||||
meson compile -C build
|
meson compile -C build
|
||||||
}
|
}
|
||||||
|
|
||||||
# The check function is executed in the source directory
|
|
||||||
# This function is used to run tests to verify the package has been compiled correctly
|
|
||||||
check() {
|
|
||||||
meson test -C build --print-errorlogs
|
|
||||||
}
|
|
||||||
|
|
||||||
# The package function is executed in the source directory
|
# The package function is executed in the source directory
|
||||||
# This function is used to move the compiled files into the output directory
|
# This function is used to move the compiled files into the output directory
|
||||||
package() {
|
package() {
|
||||||
|
|||||||
Reference in New Issue
Block a user