11e09ffad1
svn path=/nixpkgs/trunk/; revision=16896
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";
|
|
}
|