freerdp refactor to mirror official package build process
This commit is contained in:
@@ -1,15 +1,25 @@
|
||||
{
|
||||
"name": "opensc",
|
||||
"buildsystem": "autotools",
|
||||
"cleanup": [],
|
||||
"config-opts": [
|
||||
"CFLAGS=-Wno-error"
|
||||
],
|
||||
"sources": [
|
||||
{
|
||||
"type": "archive",
|
||||
"url": "https://github.com/OpenSC/OpenSC/releases/download/0.25.0/opensc-0.25.0.tar.gz",
|
||||
"sha256": "e6d7b66e2a508a377ac9d67aa463025d3c54277227be10bd08872e3407d6622f"
|
||||
}
|
||||
]
|
||||
}
|
||||
"name": "opensc",
|
||||
"buildsystem": "autotools",
|
||||
"cleanup": [
|
||||
],
|
||||
"config-opts": [
|
||||
"--disable-assert",
|
||||
"--disable-fuzzing",
|
||||
"--disable-man",
|
||||
"--disable-strict"
|
||||
],
|
||||
"sources": [
|
||||
{
|
||||
"type": "archive",
|
||||
"url": "https://github.com/OpenSC/OpenSC/releases/download/0.25.1/opensc-0.25.1.tar.gz",
|
||||
"sha256": "23cbaae8bd7c8eb589b68c0a961dfb0d02007bea3165a3fc5efe2621d549b37b",
|
||||
"x-checker-data": {
|
||||
"type": "anitya",
|
||||
"project-id": 13287,
|
||||
"stable-only": true,
|
||||
"url-template": "https://github.com/OpenSC/OpenSC/tags/${version0}.${version1}.${version2}"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user