7 lines
177 B
Nix
7 lines
177 B
Nix
|
{
|
||
|
baseName = "directfb";
|
||
|
downloadPage = "http://directfb.org/index.php?path=Main%2FDownloads";
|
||
|
sourceRegexp = ''DirectFB-.*[.]tar[.].*'';
|
||
|
choiceCommand = ''tail -1'';
|
||
|
}
|