summaryrefslogtreecommitdiffstats
path: root/xerces-c/Pkgfile
blob: 295969027b3bb6dc8f6d932b0b93202d810803a2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Description: Xerces-C++
# URL: http://xerces.apache.org/xerces-c/
# Maintainer: NuTyX core team
# Packager: thierryn1 at hispeed dot ch
# Depends on: icu, curl
# Run on: icu,curl

name=xerces-c
version=3.1.1
release=2
source=(http://apache.mirror.rafal.ca/xerces/c/3/sources/${name}-$version.tar.gz)

build() {
	cd $name-$version
	./configure --prefix=/usr --sysconfdir=/etc
	make
	make DESTDIR=$PKG install
	unset XERCESCROOT
}