c726012afe
tools/filesystems. Previously they were all over the place. svn path=/nixpkgs/trunk/; revision=18809
7 lines
204 B
Nix
7 lines
204 B
Nix
{
|
|
downloadPage = "http://ftp.gluster.com/pub/gluster/glusterfs/2.0/";
|
|
sourceRegexp = "^2[.]0[.]";
|
|
choiceCommand = ''tail -1 | sed -re 's@(.*)/@&glusterfs-\1.tar.gz@' '';
|
|
baseName = "glusterfs";
|
|
}
|