milis/talimatname/genel/r/redland/talimat
2017-10-28 15:10:23 +03:00

27 lines
597 B
Text
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Tanım: RDF verilerine üst düzey bir arayüz sağlayan kütüphane
# URL: http://download.librdf.org/source/
# Paketçi: milisarge
# Gerekler: rasqal raptor sqlite libiodbc pcre
isim=redland
surum=1.0.17
devir=4
kaynak=(http://download.librdf.org/source/$isim-$surum.tar.gz
rpath.diff)
derle() {
cd $isim-$surum
./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
}