* Subversion is also dependant on libxml.

svn path=/nixpkgs/trunk/; revision=67
gstqt5
Eelco Dolstra 2003-05-27 11:59:47 +00:00
parent a97eec1644
commit fec63483b9
4 changed files with 23 additions and 1 deletions

12
build/libxml2-build.sh Executable file
View File

@ -0,0 +1,12 @@
#! /bin/sh
export PATH=/bin:/usr/bin
top=`pwd`
tar xvfz $src || exit 1
cd libxml2-* || exit 1
./configure --prefix=$top || exit 1
make || exit 1
make install || exit 1
cd .. || exit 1
rm -rf libxml2-* || exit 1

View File

@ -1,6 +1,6 @@
#! /bin/sh
export PATH=/bin:/usr/bin
export PATH=$libxml/bin:/bin:/usr/bin
export LDFLAGS=-s

View File

@ -0,0 +1,8 @@
Descr(
[ Bind("pkgId", "libxml2-2.5.7")
, Bind("releaseId", "1")
, Bind("src", Url("f7ed96959fbddf366af64652804d1b57", "ftp://fr.rpmfind.net/pub/libxml/libxml2-2.5.7.tar.gz"))
, Bind("build", Local("../build/libxml2-build.sh"))
]
)

View File

@ -10,6 +10,8 @@ Descr(
, Bind("httpd", If(Var("httpServer"), Fix("./httpd-2.0.45.fix"), ""))
, Bind("libxml", Fix("./libxml2-2.5.7.fix"))
, Bind("src", Url("59661f2145976437b371a0ab3a555dbd", "http://subversion.tigris.org/files/documents/15/4218/subversion-0.23.0.tar.gz"))
, Bind("build", Local("../build/subversion-build.sh"))
]