librasqal-shlibs stable port information

Package: librasqal-shlibs
Version: 0.9.16
Revision: 5
Description: RDF query library
License: GPL/LGPL
Maintainer: Benjamin Reed

Depends: <<
gmp-shlibs (>= 4.3.2-5),
libmpfr1-shlibs (>= 2.4.2-2),
libraptor1-shlibs (>= 1.4.21-1),
libssh2.1-shlibs,
pcre-shlibs
<<
BuildDepends: <<
fink-package-precedence (>= 0.7-1),
flex-devel (>= 2.5-1),
gmp (>= 4.3.2-5),
gtk-doc (>= 1.13-5),
libcurl4,
libiconv,
libmpfr1 (>= 2.4.2-2),
libraptor1-dev (>= 1.4.21-1),
libssh2.1,
libxml2,
libxslt,
pcre,
pkgconfig (>= 0.23-1),
system-openssl-dev
<<
InfoTest: <<
TestDepends: <<
flex-devel (>= 2.5-1),
perl588-core,
raptor-bin (>= 1.4.17-1),
xml-dom-pm588
<<
TestScript: <<
#!/bin/sh -ev
export PATH="%p/lib/flex/bin:$PATH"
make PERL=perl5.8.8 check || exit 2
<<
<<

Source: http://download.librdf.org/source/rasqal-%v.tar.gz
Source-MD5: fca8706f2c4619e2fa3f8f42f8fc1e9d
PatchScript: perl -pi -e 's,(\@CPPFLAGS\@),-I%p/lib/system-openssl/include \1,' `find . -name Makefile.in`

SetCPPFLAGS: -I%p/lib/system-openssl/include -I%p/lib/flex/include
SetLDFLAGS: -L%p/lib/system-openssl/lib -I%p/lib/flex/lib
UseMaxBuildJobs: true
ConfigureParams: --enable-dependency-tracking --without-redland --enable-gtk-doc
CompileScript: <<
#!/bin/sh -ev

export PATH="%p/lib/flex/bin:$PATH"
./configure %c
make
fink-package-precedence --prohibit-bdep librasqal-dev .
<<

InstallScript: make -j1 install DESTDIR=%d
DocFiles: AUTHORS COPYING* ChangeLog* LICENSE* NEWS* NOTICE README* RELEASE*
SplitOff: <<
Package: rasqal-bin
Depends: %N (= %v-%r)
DocFiles: COPYING* LICENSE* README*
Files: bin/roqet share/man/man1/roqet.1
<<
SplitOff2: <<
Package: librasqal-dev
Depends: <<
%N (= %v-%r),
pkgconfig (>= 0.23-1)
<<
Conflicts: librasqal2-dev
Replaces: librasqal2-dev
BuildDependsOnly: true
DocFiles: COPYING* LICENSE* README*
Files: bin include lib/librasqal.{a,la,dylib} lib/pkgconfig share/gtk-doc share/man
<<
Shlibs: %p/lib/librasqal.1.dylib 2.0.0 %n (>= 0.9.16-1)

Homepage: http://librdf.org/rasqal
DescDetail: <<
Rasqal is a free software / Open Source C library that handles Resource
Description Framework (RDF) query syntaxes, query construction and
query execution returning result bindings. The supported query
languages are SPARQL and RDQL.

Rasqal was designed to work closely with the Redland RDF library but is
entirely separate. It is intended to be a portable library working
across many POSIX systems (Unix, GNU/Linux, BSDs, OSX, cygwin) win32
and others.
<<