* Converted some more packages.

svn path=/nixpkgs/trunk/; revision=152
This commit is contained in:
Eelco Dolstra
2003-07-12 13:04:41 +00:00
parent ec3b5134c1
commit 0f0a347992
20 changed files with 237 additions and 2 deletions
+9
View File
@@ -0,0 +1,9 @@
#! /bin/sh
export PATH=/bin:/usr/bin
tar xvfz $src || exit 1
cd libxml2-* || exit 1
./configure --prefix=$out || exit 1
make || exit 1
make install || exit 1
+11
View File
@@ -0,0 +1,11 @@
Package(
[ ("name", "libxml2-2.5.8")
, ("build", Relative("libxml2/libxml2-build.sh"))
, ("src", App(IncludeFix("fetchurl/fetchurl.fix"),
[ ("url", "ftp://fr.rpmfind.net/pub/libxml/libxml2-2.5.8.tar.gz")
, ("md5", "b2caf6efe9ff9c4d2c175fb0689bd20e")
]))
]
)