CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
libcap: initial import (verified compilation)
[attic/ports/opt-cross.git] / libxml2 / Pkgfile
CommitLineData
808d6eb9
JB
1# Description: XML library version 2
2# URL: http://xmlsoft.org/
3# Packager: Daniel Mueller, daniel at danm dot de
4# Maintainer: Juergen Daubert, juergen dot daubert at t-online dot de
38b50d66 5# Arch Maintainer: CRUX-ARM System Team, devel at crux-arm dot nu
808d6eb9
JB
6# Depends on: zlib
7
8name=libxml2
9version=2.7.6
10release=1
11source=(ftp://xmlsoft.org/libxml2/$name-$version.tar.gz)
12
13build () {
14 cd $name-$version
15
16 ./configure --build=$CHOST \
17 --host=$CTARGET \
18 --prefix=/usr \
19 --mandir=/usr/man \
20 --without-python
21 make
22 make DESTDIR=$PKG install
23
24 rm -r $PKG/usr/share/{doc,gtk-doc}
25}