freerdp refactor to mirror official package build process

This commit is contained in:
2025-02-19 12:29:58 +01:00
parent 259b3fb58d
commit ef4f0f3e18
12 changed files with 280 additions and 153 deletions

View File

@@ -0,0 +1,24 @@
{
"name": "pkcs11-helper",
"buildsystem": "autotools",
"sources": [
{
"type": "archive",
"url": "https://github.com/OpenSC/pkcs11-helper/archive/refs/tags/pkcs11-helper-1.30.0.tar.gz",
"sha256": "076c9f664812a45f2da25efc157338b0b8bb1949117f0144050fec176b6fdf78",
"x-checker-data": {
"type": "anitya",
"project-id": 91990,
"stable-only": true,
"url-template": "https://github.com/OpenSC/pkcs11-helper/archive/refs/tags/pkcs11-helper-$version.tar.gz"
}
},
{
"type": "script",
"dest-filename": "autogen.sh",
"commands": [
"autoreconf -vfi"
]
}
]
}