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

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

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