linux-console-tools: update from 1.4.7 to 1.4.8
This commit is contained in:
parent
f53e18fc40
commit
e27ff487bf
@ -2,20 +2,22 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "linuxconsoletools-${version}";
|
name = "linuxconsoletools-${version}";
|
||||||
version = "1.4.7";
|
version = "1.4.8";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://sourceforge/linuxconsole/${name}.tar.bz2";
|
url = "mirror://sourceforge/linuxconsole/${name}.tar.bz2";
|
||||||
sha256 = "1wgcmmjiqw3hh36jzvhgq07kq13ar2miafz02xshds2b0kdcz4s4";
|
sha256 = "0spf9hx48cqx2i46pkz0gbrn7xrk68cw8iyrfbs2b3k0bxcsri13";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ SDL ];
|
buildInputs = [ SDL ];
|
||||||
makeFlags = [ "PREFIX=$(out)" ];
|
makeFlags = [ "DESTDIR=$(out)"];
|
||||||
|
|
||||||
meta = {
|
meta = with stdenv.lib; {
|
||||||
homepage = "https://sourceforge.net/projects/linuxconsole/";
|
homepage = https://sourceforge.net/projects/linuxconsole/;
|
||||||
description = "A set of tools for joysticks and serial peripherals";
|
description = "A set of tools for joysticks and serial peripherals";
|
||||||
license = stdenv.lib.licenses.gpl2Plus;
|
license = licenses.gpl2Plus;
|
||||||
|
platforms = platforms.linux;
|
||||||
|
maintainers = with maintainers; [ pSub ];
|
||||||
|
|
||||||
longDescription = ''
|
longDescription = ''
|
||||||
The included tools are:
|
The included tools are:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user