summaryrefslogtreecommitdiff
path: root/libxml2
diff options
context:
space:
mode:
authorJuergen Daubert <juergen.daubert@t-online.de>2006-03-27 17:11:36 +0000
committerJuergen Daubert <juergen.daubert@t-online.de>2006-03-27 17:11:36 +0000
commit448618bb70b28ed3ff295e7b2ac30bc75592e849 (patch)
treef86a2e80f2e2b02496a1e82f32605957dd674f0b /libxml2
parent75ed581bf18d9978db6f374233ddeb74e1e3ba23 (diff)
downloadopt-448618bb70b28ed3ff295e7b2ac30bc75592e849.tar.gz
opt-448618bb70b28ed3ff295e7b2ac30bc75592e849.tar.xz
libxml2: removed python dependency
Diffstat (limited to 'libxml2')
-rw-r--r--libxml2/.footprint7
-rw-r--r--libxml2/Pkgfile6
2 files changed, 3 insertions, 10 deletions
diff --git a/libxml2/.footprint b/libxml2/.footprint
index dddc2662a..7b68d394e 100644
--- a/libxml2/.footprint
+++ b/libxml2/.footprint
@@ -61,13 +61,6 @@ lrwxrwxrwx root/root usr/lib/libxml2.so.2 -> libxml2.so.2.6.23
-rwxr-xr-x root/root usr/lib/libxml2.so.2.6.23
drwxr-xr-x root/root usr/lib/pkgconfig/
-rw-r--r-- root/root usr/lib/pkgconfig/libxml-2.0.pc
-drwxr-xr-x root/root usr/lib/python2.4/
-drwxr-xr-x root/root usr/lib/python2.4/site-packages/
--rw-r--r-- root/root usr/lib/python2.4/site-packages/drv_libxml2.py
--rw-r--r-- root/root usr/lib/python2.4/site-packages/libxml2.py
--rw-r--r-- root/root usr/lib/python2.4/site-packages/libxml2mod.a
--rwxr-xr-x root/root usr/lib/python2.4/site-packages/libxml2mod.la
--rwxr-xr-x root/root usr/lib/python2.4/site-packages/libxml2mod.so
-rw-r--r-- root/root usr/lib/xml2Conf.sh
drwxr-xr-x root/root usr/man/
drwxr-xr-x root/root usr/man/man1/
diff --git a/libxml2/Pkgfile b/libxml2/Pkgfile
index 26b79f03f..575fbc590 100644
--- a/libxml2/Pkgfile
+++ b/libxml2/Pkgfile
@@ -2,16 +2,16 @@
# URL: http://xmlsoft.org/
# Maintainer: Jürgen Daubert, juergen dot daubert at t-online dot de
# Packager: Daniel Mueller, daniel at danm dot de
-# Depends on: python, zlib
+# Depends on: zlib
name=libxml2
version=2.6.23
-release=1
+release=2
source=(http://ftp.gnome.org/pub/GNOME/sources/libxml2/2.6/$name-$version.tar.bz2)
build () {
cd $name-$version
- ./configure --prefix=/usr --with-python
+ ./configure --prefix=/usr --without-python
make
make DESTDIR=$PKG install
rm -rf $PKG/usr/doc $PKG/usr/share/{doc,gtk-doc}

Generated by cgit