Added sabnzbd usenet download tool :)
svn path=/nixpkgs/trunk/; revision=18293
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
{stdenv, fetchurl, python, cheetahTemplate, makeWrapper}:
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "sabnzbd-0.4.12";
|
||||
|
||||
src = fetchurl {
|
||||
url = http://mesh.dl.sourceforge.net/project/sabnzbdplus/sabnzbdplus/sabnzbd-0.4.12/SABnzbd-0.4.12-src.tar.gz;
|
||||
sha256 = "35ce4172688925ef608fba433ff676357dab7d2abdc1cf83112a1c99682fdd32";
|
||||
};
|
||||
|
||||
buildInputs = [makeWrapper python cheetahTemplate];
|
||||
inherit stdenv python cheetahTemplate;
|
||||
|
||||
builder = ./builder.sh;
|
||||
|
||||
meta = {
|
||||
description = "Usenet NZB downloader, par2 repairer and auto extracting server.";
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user