1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
{
"name": "Sfst",
"description": "Toolbox for morphological analysers and other FST-based tools",
"url": "http://www.cis.uni-muenchen.de/~schmid/tools/SFST/data/SFST-1.4.7d.tar.gz",
"mirror": null,
"homepage": "http://www.cis.uni-muenchen.de/~schmid/tools/SFST/",
"depends": [],
"resource": [],
"conflicts": [],
"patches": [],
"install": [
"cd \"src\" do",
"system \"make\"",
"system \"make\", \"DESTDIR=#{prefix}/\", \"install\"",
"system \"make\", \"DESTDIR=#{share}/\", \"maninstall\""
],
"version": "1.4.7",
"file": "sfst.rb"
}
|