2017-04-14 13:46:59 +02:00
|
|
|
# Description: RDF verilerine üst düzey bir arayüz sağlayan kütüphane
|
2016-02-24 01:27:23 +01:00
|
|
|
# URL: http://download.librdf.org/source/
|
2017-04-14 13:46:59 +02:00
|
|
|
# Packager: milisarge
|
2017-09-09 07:38:38 +02:00
|
|
|
# Depends on: rasqal raptor sqlite libiodbc pcre
|
2016-02-24 01:27:23 +01:00
|
|
|
|
|
|
|
name=redland
|
|
|
|
version=1.0.17
|
2017-09-09 07:38:38 +02:00
|
|
|
release=4
|
2016-02-24 01:27:23 +01:00
|
|
|
|
2017-09-09 07:38:38 +02:00
|
|
|
source=(http://download.librdf.org/source/$name-$version.tar.gz
|
|
|
|
rpath.diff)
|
2016-02-24 01:27:23 +01:00
|
|
|
|
|
|
|
build() {
|
|
|
|
cd $name-$version
|
|
|
|
./configure --prefix=/usr \
|
2017-09-09 07:38:38 +02:00
|
|
|
--enable-release \
|
|
|
|
--enable-silent-rules \
|
|
|
|
--disable-static \
|
|
|
|
--with-raptor=system \
|
|
|
|
--with-rasqal=system \
|
|
|
|
--with-sqlite=3 \
|
|
|
|
--with-bdb=no
|
|
|
|
patch -Np0 -i "${SRC}/rpath.diff"
|
|
|
|
make -j1
|
2016-02-24 01:27:23 +01:00
|
|
|
make DESTDIR=$PKG install
|
2017-09-09 07:38:38 +02:00
|
|
|
rm -rf $PKG/usr/share/gtk-doc
|
2016-02-24 01:27:23 +01:00
|
|
|
}
|