* Converted some more packages.
svn path=/nixpkgs/trunk/; revision=152
This commit is contained in:
Executable
+9
@@ -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
|
||||
@@ -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")
|
||||
]))
|
||||
]
|
||||
)
|
||||
Reference in New Issue
Block a user