2008-07-05 05:26:58 +00:00
|
|
|
args : with args;
|
2009-05-24 10:57:41 +00:00
|
|
|
let version = lib.attrByPath ["version"] "2.04" args; in
|
2008-07-05 05:26:58 +00:00
|
|
|
rec {
|
|
|
|
src = fetchurl {
|
2010-02-21 07:20:26 +00:00
|
|
|
urls = [
|
|
|
|
"ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/ttf-arkpandora-${version}.tgz"
|
2014-09-11 11:52:57 +00:00
|
|
|
"http://distcache.FreeBSD.org/ports-distfiles/ttf-arkpandora-${version}.tgz"
|
2010-02-21 07:20:26 +00:00
|
|
|
"http://www.users.bigpond.net.au/gavindi/ttf-arkpandora-${version}.tgz"
|
|
|
|
];
|
2008-07-05 05:26:58 +00:00
|
|
|
sha256 = "16mfxwlgn6vs3xn00hha5dnmz6bhjiflq138y4zcq3yhk0y9bz51";
|
|
|
|
};
|
|
|
|
|
|
|
|
buildInputs = [];
|
|
|
|
configureFlags = [];
|
|
|
|
|
|
|
|
/* doConfigure should be specified separately */
|
|
|
|
phaseNames = ["doUnpack" "installFonts"];
|
|
|
|
|
|
|
|
name = "arkpandora-" + version;
|
|
|
|
meta = {
|
2013-10-05 14:22:46 +00:00
|
|
|
description = "Font, metrically identical to Arial and Times New Roman";
|
2008-07-05 05:26:58 +00:00
|
|
|
};
|
|
|
|
}
|