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

name=rasqal
version=0.9.19
release=1
source=(http://download.librdf.org/source/$name-$version.tar.gz)

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