90c859d0c7
svn path=/nixpkgs/trunk/; revision=22026
8 lines
268 B
Nix
8 lines
268 B
Nix
{
|
|
downloadPage = "http://dynamo.iro.umontreal.ca/~gambit/wiki/index.php/Main_Page";
|
|
baseName = "gambit";
|
|
sourceRegexp = "[.]tgz";
|
|
versionExtractorSedScript = ''s/.*-(v[_0-9]+)-devel[.].*/\1/'';
|
|
versionReferenceCreator = ''$(replaceAllVersionOccurences)'';
|
|
}
|