[DEV] integrate GLD
This commit is contained in:
parent
e23589499d
commit
7f00eb2355
@ -4,7 +4,7 @@
|
|||||||
"group-id":"com.atria-soft",
|
"group-id":"com.atria-soft",
|
||||||
"description":"Bench a corpus with a set of reference files",
|
"description":"Bench a corpus with a set of reference files",
|
||||||
"license":"MPL-2",
|
"license":"MPL-2",
|
||||||
"license-file":"file://LICENCE.txt",
|
"license-file":"file://LICENSE",
|
||||||
"maintainer":"file://authors.txt",
|
"maintainer":"file://authors.txt",
|
||||||
"author":"file://authors.txt",
|
"author":"file://authors.txt",
|
||||||
"version":"file://version.txt",
|
"version":"file://version.txt",
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
"group-id":"com.atria-soft",
|
"group-id":"com.atria-soft",
|
||||||
"description":"Dollar converter svg to json and json to SVG",
|
"description":"Dollar converter svg to json and json to SVG",
|
||||||
"license":"MPL-2",
|
"license":"MPL-2",
|
||||||
"license-file":"file://LICENCE.txt",
|
"license-file":"file://LICENSE",
|
||||||
"maintainer":"file://authors.txt",
|
"maintainer":"file://authors.txt",
|
||||||
"author":"file://authors.txt",
|
"author":"file://authors.txt",
|
||||||
"version":"file://version.txt",
|
"version":"file://version.txt",
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
"group-id":"com.atria-soft",
|
"group-id":"com.atria-soft",
|
||||||
"description":"dallar test-unit common data",
|
"description":"dallar test-unit common data",
|
||||||
"license":"MPL-2",
|
"license":"MPL-2",
|
||||||
"license-file":"file://LICENCE.txt",
|
"license-file":"file://LICENSE",
|
||||||
"maintainer":"file://authors.txt",
|
"maintainer":"file://authors.txt",
|
||||||
"author":"file://authors.txt",
|
"author":"file://authors.txt",
|
||||||
"version":"file://version.txt",
|
"version":"file://version.txt",
|
||||||
|
@ -1,18 +1,20 @@
|
|||||||
{
|
{
|
||||||
"type":"BINARY",
|
"type":"BINARY",
|
||||||
"sub-type":"TOOL",
|
"sub-type":"SAMPLE",
|
||||||
"group-id":"com.atria-soft",
|
"group-id":"com.atria-soft",
|
||||||
"description":"Dollar generator of all needed form to have the best text recognition",
|
"description":"Dollar generator of all needed form to have the best text recognition",
|
||||||
"license":"MPL-2",
|
"license":"MPL-2",
|
||||||
"license-file":"file://LICENCE.txt",
|
"license-file":"file://LICENSE",
|
||||||
"maintainer":"file://authors.txt",
|
"maintainer":"file://authors.txt",
|
||||||
"author":"file://authors.txt",
|
"author":"file://authors.txt",
|
||||||
"version":"file://version.txt",
|
"version":"file://version.txt",
|
||||||
"code-quality":"MEDIUM",
|
"code-quality":"MEDIUM",
|
||||||
|
|
||||||
"source": [
|
"source": [
|
||||||
"tool/generate-form/main.cpp"
|
"tool/generate-form/main.cpp"
|
||||||
],
|
],
|
||||||
|
"compilation-version": {
|
||||||
|
"c++": 2017
|
||||||
|
},
|
||||||
"dependency": [
|
"dependency": [
|
||||||
"dollar",
|
"dollar",
|
||||||
"test-debug"
|
"test-debug"
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
"group-id":"com.atria-soft",
|
"group-id":"com.atria-soft",
|
||||||
"description":"dollar test-unit",
|
"description":"dollar test-unit",
|
||||||
"license":"MPL-2",
|
"license":"MPL-2",
|
||||||
"license-file":"file://LICENCE.txt",
|
"license-file":"file://LICENSE",
|
||||||
"maintainer":"file://authors.txt",
|
"maintainer":"file://authors.txt",
|
||||||
"author":"file://authors.txt",
|
"author":"file://authors.txt",
|
||||||
"version":"file://version.txt",
|
"version":"file://version.txt",
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
"group-id":"com.atria-soft",
|
"group-id":"com.atria-soft",
|
||||||
"description":"$N gesture recognition",
|
"description":"$N gesture recognition",
|
||||||
"license":"MPL-2",
|
"license":"MPL-2",
|
||||||
"license-file":"file://LICENCE.txt",
|
"license-file":"file://LICENSE",
|
||||||
"maintainer":"file://authors.txt",
|
"maintainer":"file://authors.txt",
|
||||||
"author":"file://authors.txt",
|
"author":"file://authors.txt",
|
||||||
"version":"file://version.txt",
|
"version":"file://version.txt",
|
||||||
|
@ -1,36 +0,0 @@
|
|||||||
#!/usr/bin/python
|
|
||||||
import realog.debug as debug
|
|
||||||
import lutin.tools as tools
|
|
||||||
|
|
||||||
|
|
||||||
def get_type():
|
|
||||||
return "BINARY"
|
|
||||||
|
|
||||||
def get_sub_type():
|
|
||||||
return "TOOL"
|
|
||||||
|
|
||||||
def get_desc():
|
|
||||||
return "Dollar generator of all needed form to have the best text recognition"
|
|
||||||
|
|
||||||
def get_licence():
|
|
||||||
return "APACHE-2"
|
|
||||||
|
|
||||||
def get_compagny_type():
|
|
||||||
return "com"
|
|
||||||
|
|
||||||
def get_compagny_name():
|
|
||||||
return "atria-soft"
|
|
||||||
|
|
||||||
def get_maintainer():
|
|
||||||
return "authors.txt"
|
|
||||||
|
|
||||||
def configure(target, my_module):
|
|
||||||
my_module.add_src_file([
|
|
||||||
'tool/generate-form/main.cpp'
|
|
||||||
])
|
|
||||||
my_module.add_depend([
|
|
||||||
'dollar',
|
|
||||||
'test-debug',
|
|
||||||
])
|
|
||||||
return True
|
|
||||||
|
|
@ -21,8 +21,7 @@
|
|||||||
"."
|
"."
|
||||||
],
|
],
|
||||||
"compilation-version": {
|
"compilation-version": {
|
||||||
"language": "c++",
|
"c++": 2017
|
||||||
"version": 2017
|
|
||||||
},
|
},
|
||||||
"dependency": [
|
"dependency": [
|
||||||
"ewol",
|
"ewol",
|
||||||
@ -31,10 +30,9 @@
|
|||||||
"dollar"
|
"dollar"
|
||||||
],
|
],
|
||||||
"flag": {
|
"flag": {
|
||||||
"language": "c++",
|
"c++": [
|
||||||
"value": [
|
"-DPROJECT_NAME=\"\\\"{{{project.name}}}\\\"\"",
|
||||||
"-DPROJECT_NAME=\"{{{project.name}}}\"",
|
"-DAPPL_VERSION=\"\\\"{{{project.version}}}\\\"\""
|
||||||
"-DAPPL_VERSION=\"{{{project.version}}}\""
|
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"copy": [
|
"copy": [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user