librasqal2-shlibs stable port information

Package: librasqal2-shlibs
Version: 0.9.21
Revision: 1
Description: RDF query library
License: GPL/LGPL
Maintainer: Benjamin Reed

Depends: <<
gmp5-shlibs (>= 5.0.1-8),
libmpfr4-shlibs (>= 3.0.1-1),
libraptor1-shlibs (>= 1.4.21-1),
libssh2.1-shlibs,
pcre-shlibs
<<
BuildDepends: <<
fink-package-precedence (>= 0.7-1),
flex-devel (>= 2.5-1),
gmp5 (>= 5.0.1-8),
gtk-doc (>= 1.13-5),
libcurl4,
libiconv,
libmpfr4 (>= 3.0.1-1),
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.18-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: 55b67ec92a059ef8979d46486b00a032
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 --enable-maintainer-mode
CompileScript: <<
#!/bin/sh -ev

export PATH="%p/lib/flex/bin:$PATH"
./configure %c
make
fink-package-precedence --prohibit-bdep librasqal2-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: librasqal2-dev
Depends: <<
%N (= %v-%r),
pkgconfig (>= 0.23-1)
<<
Conflicts: librasqal-dev
Replaces: librasqal-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.2.dylib 3.0.0 %n (>= 0.9.19-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.
<<