milis/talimatname/genel/r/redland/talimat

28 lines
605 B
Plaintext
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
name=redland
version=1.0.17
release=4
source=(http://download.librdf.org/source/$name-$version.tar.gz
rpath.diff)
derle() {
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
}