milis/talimatname/genel/redland/talimat

28 lines
612 B
Plaintext

# Description: RDF verilerine üst düzey bir arayüz sağlayan kütüphane
# URL: http://download.librdf.org/source/
# Packager: milisarge
# Depends on: rasqal raptor sqlite libiodbc pcre
name=redland
version=1.0.17
release=4
source=(http://download.librdf.org/source/$name-$version.tar.gz
rpath.diff)
build() {
cd $name-$version
./configure --prefix=/usr \
--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
make DESTDIR=$PKG install
rm -rf $PKG/usr/share/gtk-doc
}