Expression for aterm 2.0.5 at CWI

svn path=/nixpkgs/trunk/; revision=704
This commit is contained in:
Martin Bravenboer
2004-01-22 18:13:16 +00:00
parent 7bee8f0414
commit ffa5434646
2 changed files with 15 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
{stdenv, fetchurl}: derivation {
name = "aterm-2.0.5";
system = stdenv.system;
builder = ./builder.sh;
src = fetchurl {
url = http://www.cwi.nl/projects/MetaEnv/aterm/aterm-2.0.5.tar.gz;
md5 = "68aefb0c10b2ab876b8d3c0b2d0cdb1b";
};
stdenv = stdenv;
}