Subversion Repository

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1378 - (show annotations)
Tue Oct 6 17:54:31 2009 UTC (3 years, 7 months ago) by gesp
File size: 526 byte(s)
libxml2: autoupdate to 2.7.5-1
1 # Description: XML library version 2
2 # URL: http://xmlsoft.org/
3 # Maintainer: Juergen 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.5
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 -r $PKG/usr/share/{doc,gtk-doc}
20 }