summaryrefslogtreecommitdiffstats
path: root/redland/Pkgfile
blob: d794e01204693955a734a182af17ae722c1401fc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# Description: Librairies RDF de Redland
# URL: http://download.librdf.org/source/
# Maintainer: NuTyX packager team
# Packager: lesibel at free dot fr
# Depends on: raptor, db, sqlite3, unixodbc, mpfr, libpostgresql, mysqlclient, curl, gtk-doc, libxslt, mpfr, rasqal
# Run on: raptor,db,sqlite3,unixodbc,mpfr,libpostgresql,mysqlclient,curl,gtk-doc,libxslt,mpfr,rasqal

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

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