Subversion Repository

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1361 - (show annotations)
Tue Oct 6 11:14:30 2009 UTC (3 years, 8 months ago) by cjg
File size: 506 byte(s)
tagging release 2.4
1 # Description: XML library version 2
2 # URL: http://xmlsoft.org/
3 # Maintainer: Jürgen Daubert, juergen dot daubert at t-online dot de
4 # Packager: Daniel Mueller, daniel at danm dot de
5 # Depends on: zlib
6
7 name=libxml2
8 version=2.7.2
9 release=1
10 source=(ftp://xmlsoft.org/libxml2/$name-$version.tar.gz)
11
12 build () {
13 cd $name-$version
14 ./configure --prefix=/usr \
15 --mandir=/usr/man \
16 --without-python
17 make
18 make DESTDIR=$PKG install
19 rm -rf $PKG/usr/doc $PKG/usr/share/{doc,gtk-doc}
20 }