fbida: update from 2.09 to 2.10
add meta info and adpot it
This commit is contained in:
parent
8d924455c1
commit
a35161177e
@ -3,11 +3,11 @@
|
|||||||
}:
|
}:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "fbida-2.09";
|
name = "fbida-2.10";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "http://dl.bytesex.org/releases/fbida/${name}.tar.gz";
|
url = "http://dl.bytesex.org/releases/fbida/${name}.tar.gz";
|
||||||
sha256 = "1riia87v5nsx858xnlvc7sspr1p36adjqrdch1255ikr5xbv6h6x";
|
sha256 = "1dkc1d6qlfa1gn94wcbyr7ayiy728q52fvbipwmnl2mlc6n3lnks";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ pkgconfig which ];
|
nativeBuildInputs = [ pkgconfig which ];
|
||||||
@ -29,7 +29,10 @@ stdenv.mkDerivation rec {
|
|||||||
makeFlags = makeFlags ++ [ "CC=${stdenv.cross.config}-gcc" "STRIP="];
|
makeFlags = makeFlags ++ [ "CC=${stdenv.cross.config}-gcc" "STRIP="];
|
||||||
};
|
};
|
||||||
|
|
||||||
meta = {
|
meta = with stdenv.lib; {
|
||||||
description = "Image viewing and manipulation programs";
|
description = "Image viewing and manipulation programs";
|
||||||
|
homepage = https://www.kraxel.org/blog/linux/fbida/;
|
||||||
|
license = licenses.gpl2;
|
||||||
|
maintainers = with maintainers; [ pSub ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user