Adding multitran. I added a note in the 'data' expression, regarding
a locale that should be added into the system. svn path=/nixpkgs/trunk/; revision=14582
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
{stdenv, fetchurl} :
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "libmtsupport-0.0.1alpha2";
|
||||
src = fetchurl {
|
||||
url = mirror://sourceforge/multitran/libmtsupport-0.0.1alpha2.tar.bz2;
|
||||
sha256 = "481f0f1ec15d7274f1e4eb93e7d060df10a181efd037eeff5e8056d283a9298b";
|
||||
};
|
||||
patchPhase = ''
|
||||
sed -i -e 's@\$(DESTDIR)/usr@'$out'@' src/Makefile;
|
||||
'';
|
||||
|
||||
meta = {
|
||||
homepage = http://multitran.sourceforge.net/;
|
||||
description = "Multitran lib: basic useful functions";
|
||||
license = "GPLv2";
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user