bobcat: 3.25.02 -> 4.00.00

This commit is contained in:
Tobias Geerinckx-Rice 2015-09-01 03:46:39 +02:00
parent 1c158ecdb4
commit 7e4675cb00

View File

@ -1,27 +1,31 @@
{ stdenv, fetchurl, icmake, libmilter, libX11, openssl, readline { stdenv, fetchFromGitHub, icmake, libmilter, libX11, openssl, readline
, utillinux, yodl }: , utillinux, yodl }:
let version = "3.25.02"; in let version = "4.00.00"; in
stdenv.mkDerivation { stdenv.mkDerivation {
name = "bobcat-${version}"; name = "bobcat-${version}";
src = fetchurl { src = fetchFromGitHub {
sha256 = "0b1370li4q82fqj982vng9cwkf23k2c1df5jsdcgkrk01r53dxry"; sha256 = "0wdb25sgw7i3jk3lbja6b4ipqfg1sncam6adg2bn8l5fcinrpwgs";
url = "mirror://debian/pool/main/b/bobcat/bobcat_${version}.orig.tar.gz"; rev = version;
repo = "bobcat";
owner = "fbb-git";
}; };
meta = with stdenv.lib; { meta = with stdenv.lib; {
inherit version; inherit version;
description = "Brokken's Own Base Classes And Templates"; description = "Brokken's Own Base Classes And Templates";
downloadPage = http://sourceforge.net/projects/bobcat/files/; homepage = https://fbb-git.github.io/bobcat/;
license = licenses.gpl3; license = licenses.gpl3;
platforms = with platforms; linux; platforms = platforms.linux;
maintainers = with maintainers; [ nckx ]; maintainers = with maintainers; [ nckx ];
}; };
buildInputs = [ libmilter libX11 openssl readline utillinux ]; buildInputs = [ libmilter libX11 openssl readline utillinux ];
nativeBuildInputs = [ icmake yodl ]; nativeBuildInputs = [ icmake yodl ];
sourceRoot = "bobcat-${version}-src/bobcat";
postPatch = '' postPatch = ''
substituteInPlace INSTALL.im --replace /usr $out substituteInPlace INSTALL.im --replace /usr $out
patchShebangs ./build patchShebangs ./build