* Use BDB 4.2.52.

svn path=/nixpkgs/trunk/; revision=621
gstqt5
Eelco Dolstra 2004-01-07 16:07:43 +00:00
parent 0230509c1c
commit f8554f0b81
2 changed files with 3 additions and 3 deletions

View File

@ -14,8 +14,8 @@ derivation {
};
bdbSrc = fetchurl {
url = "http://www.sleepycat.com/update/snapshot/db-4.1.25.tar.gz";
md5 = "df71961002b552c0e72c6e4e358f27e1";
url = "http://www.sleepycat.com/update/snapshot/db-4.2.52.tar.gz";
md5 = "cbc77517c9278cdb47613ce8cb55779f";
};
atermSrc = fetchurl {

View File

@ -6,7 +6,7 @@ buildinputs="$autoconf $automake $libxml2 $libxslt"
echo "copying sources..."
cp -prd $src/* . || exit 1
chmod -R u+w . || exit 1
cp -p $bdbSrc externals/db-4.1.25.tar.gz || exit 1 # !!!
cp -p $bdbSrc externals/db-4.2.52.tar.gz || exit 1 # !!!
cp -p $atermSrc externals/aterm-2.0.5.tar.gz || exit 1
cp -p $sdfSrc externals/sdf2-bundle-1.6.tar.gz || exit 1