summaryrefslogtreecommitdiffstats
path: root/kde/raptor/Pkgfile
blob: a162cc3d3735a059c73f86e376614b8f95aaf583 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Description: Librairies RDF de Redland
# URL: http://download.librdf.org/source/
# Maintainer: NuTyX packager team
# Packager: lesibel at free dot fr
# Depends on: libxslt, libxml2, curl
# Run on: libxslt,libxml2,curl

name=raptor
version=1.4.21
release=2
source=(http://download.librdf.org/source/$name-$version.tar.gz)

build() {
	cd $name-$version
	./configure --prefix=/usr \
		--sysconfdir=/etc \
		--disable-static
	make
	make DESTDIR=$PKG install
	rm -rf $PKG/usr/share/gtk-doc
}