2009-10-06 07:58:56 +02:00
|
|
|
{
|
|
|
|
baseName = "uzbl-stable";
|
2010-06-17 06:22:08 +02:00
|
|
|
downloadPage = "http://github.com/Dieterbe/uzbl/downloads";
|
|
|
|
sourceRegexp = "/tarball/";
|
|
|
|
versionExtractorSedScript = ''s@.*[/]@@'';
|
|
|
|
versionReferenceCreator = ''$(replaceAllVersionOccurences)'';
|
|
|
|
extraVars = "downloadName";
|
|
|
|
eval_downloadName = ''downloadName=$version.tar.gz'';
|
2009-10-06 07:58:56 +02:00
|
|
|
}
|