burp: updates to match the coding conventions
This commit is contained in:
parent
97e6595752
commit
0d18edd645
|
@ -1,10 +1,4 @@
|
||||||
{ stdenv, fetchgit,
|
{ stdenv, fetchgit, acl, librsync_0_9, ncurses, openssl, zlib }:
|
||||||
acl,
|
|
||||||
librsync_0_9,
|
|
||||||
ncurses,
|
|
||||||
openssl,
|
|
||||||
zlib
|
|
||||||
}:
|
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "burp-1.3.48";
|
name = "burp-1.3.48";
|
||||||
|
@ -26,8 +20,6 @@ stdenv.mkDerivation rec {
|
||||||
"--sbindir=$out/bin"
|
"--sbindir=$out/bin"
|
||||||
];
|
];
|
||||||
|
|
||||||
#installPhase = ''make install'';
|
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "BURP - BackUp and Restore Program";
|
description = "BURP - BackUp and Restore Program";
|
||||||
homepage = http://burp.grke.org;
|
homepage = http://burp.grke.org;
|
||||||
|
|
|
@ -1,10 +1,4 @@
|
||||||
{ stdenv, fetchgit,
|
{ stdenv, fetchgit, acl, librsync, ncurses, openssl, zlib }:
|
||||||
acl,
|
|
||||||
librsync,
|
|
||||||
ncurses,
|
|
||||||
openssl,
|
|
||||||
zlib
|
|
||||||
}:
|
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "burp-1.4.40";
|
name = "burp-1.4.40";
|
||||||
|
@ -26,8 +20,6 @@ stdenv.mkDerivation rec {
|
||||||
"--sbindir=$out/bin"
|
"--sbindir=$out/bin"
|
||||||
];
|
];
|
||||||
|
|
||||||
#installPhase = ''make install'';
|
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "BURP - BackUp and Restore Program";
|
description = "BURP - BackUp and Restore Program";
|
||||||
homepage = http://burp.grke.org;
|
homepage = http://burp.grke.org;
|
||||||
|
|
Loading…
Reference in New Issue