dd_rescue: add license + update homepage
This commit is contained in:
parent
d9416449b5
commit
7d25ffade4
@ -20,7 +20,7 @@ stdenv.mkDerivation rec {
|
|||||||
substituteInPlace Makefile \
|
substituteInPlace Makefile \
|
||||||
--replace "\$(DESTDIR)/usr" "$out" \
|
--replace "\$(DESTDIR)/usr" "$out" \
|
||||||
--replace "-o root" "" \
|
--replace "-o root" "" \
|
||||||
--replace "-g root" ""
|
--replace "-g root" ""
|
||||||
'';
|
'';
|
||||||
makeFlags = [ "LIBDIR=$out" ];
|
makeFlags = [ "LIBDIR=$out" ];
|
||||||
|
|
||||||
@ -29,12 +29,13 @@ stdenv.mkDerivation rec {
|
|||||||
tar xf "${dd_rhelp_src}" -C "$out/share/dd_rescue"
|
tar xf "${dd_rhelp_src}" -C "$out/share/dd_rescue"
|
||||||
cp "$out/share/dd_rescue"/dd_rhelp*/dd_rhelp "$out/bin"
|
cp "$out/share/dd_rescue"/dd_rhelp*/dd_rhelp "$out/bin"
|
||||||
'';
|
'';
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "A tool to copy data from a damaged block device";
|
description = "A tool to copy data from a damaged block device";
|
||||||
maintainers = with maintainers; [ raskin domenkozar ];
|
maintainers = with maintainers; [ raskin domenkozar ];
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
downloadPage = "http://www.garloff.de/kurt/linux/ddrescue/";
|
homepage = "http://www.garloff.de/kurt/linux/ddrescue/";
|
||||||
|
license = licenses.gpl2Plus;
|
||||||
inherit version;
|
inherit version;
|
||||||
updateWalker = true;
|
updateWalker = true;
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user