7 stdenvNoCC.mkDerivation rec {
12 url = "mirror://sourceforge/${pname}/${pname}/${version}/${pname}-${version}.tar.gz";
13 hash = "sha256-wMaHN0LQdUT2us8q1S65yzkpdNVkJ5ONwd+8g5nGTQU=";
19 mkdir -p $out/share/fonts/{truetype,type1}
20 cp -v *.pfa $out/share/fonts/type1/
21 cp -v *.afm $out/share/fonts/type1/
22 cp -v fonts.scale-type1 $out/share/fonts/type1/fonts.scale
23 cp -v *.ttf $out/share/fonts/truetype/
24 cp -v *.otf $out/share/fonts/truetype/
25 cp -v fonts.scale-ttf $out/share/fonts/truetype/fonts.scale
31 description = "Culmus Hebrew fonts";
32 longDescription = "The Culmus project aims at providing the Hebrew-speaking GNU/Linux and Unix community with a basic collection of Hebrew fonts for X Windows.";
33 platforms = lib.platforms.all;
34 license = lib.licenses.gpl2;
35 homepage = "http://culmus.sourceforge.net/";
36 downloadPage = "http://culmus.sourceforge.net/download.html";