* Converted some more old descriptors.

svn path=/nixpkgs/trunk/; revision=209
This commit is contained in:
Eelco Dolstra
2003-07-27 21:26:19 +00:00
parent cec4d0dc62
commit 3372b3f8fd
50 changed files with 117 additions and 558 deletions
+10
View File
@@ -0,0 +1,10 @@
#! /bin/sh
. $stdenv/setup || exit 1
tar xvfz $src || exit 1
cd db-*/build_unix || exit 1
LDFLAGS=-Wl,-S ../dist/configure --prefix=$out --enable-cxx --enable-compat185 || exit 1
make || exit 1
make install || exit 1
rm -rf $out/doc || exit 1
+12
View File
@@ -0,0 +1,12 @@
Package(
[ ("name", "db-4.0.14")
, ("build", Relative("db4/db4-build.sh"))
, ("src", App(IncludeFix("fetchurl/fetchurl.fix"),
[ ("url", "http://www.sleepycat.com/update/snapshot/db-4.0.14.tar.gz")
, ("md5", "12262c64fcd64b772e7cffad8e4d0ebc")
]))
, ("stdenv", IncludeFix("stdenv/stdenv.fix"))
]
)