the Fink project is an effort to port
popular Unix programs to Mac OS X
Info4: <<
Package: redland-shlibs
Version: 1.0.12
Revision: 2
Description: RDF manipulation library
License: GPL/LGPL
Maintainer: Benjamin Reed
Depends: <<
db51-aes-shlibs | db51-shlibs,
libraptor1-shlibs (>= 1.4.21-1),
librasqal2-shlibs (>= 0.9.21-1),
libssh2.1-shlibs,
libtool2-shlibs,
libpcre1-shlibs,
sqlite3-shlibs
<<
BuildDepends: <<
db51-aes | db51,
fink-package-precedence (>= 0.7-1),
gmp5 (>= 5.0.1-8),
gtk-doc (>= 1.13-5),
libcurl4,
libiconv,
libmpfr4 (>= 3.0.1-1),
libraptor1-dev (>= 1.4.21-1),
librasqal2-dev (>= 0.9.21-1),
libssh2.1,
libtool2,
libxml2,
libxslt,
libpcre1,
pkgconfig (>= 0.23-1),
sqlite3-dev,
system-openssl-dev
<<
InfoTest: TestScript: make check || exit 2
Source: http://download.librdf.org/source/redland-%v.tar.gz
Source-MD5: 40f37a5ad97fdfbf984f78dcea0c6115
PatchScript: <<
perl -pi -e 's,(\@CPPFLAGS\@),-I%p/lib/system-openssl/include \1,' `find . -name Makefile.in`
perl -pi -e 's,/sw,%p,g' configure
perl -pi -e 's,for bdbc_version in ,for bdbc_version in 5.1 ,g' configure
perl -pi -e 's,SQLITE_API,REDLAND_SQLITE_VERSION,g' configure src/rdf_config.h.in src/rdf_storage_sqlite.c
<<
SetCPPFLAGS: -I%p/lib/system-openssl/include
SetLDFLAGS: -L%p/lib/system-openssl/lib
UseMaxBuildJobs: true
ConfigureParams: --enable-dependency-tracking --enable-gtk-doc --with-raptor=system --with-rasqal=system --without-threestore --without-mysql --without-postgresql --without-virtuoso
CompileScript: <<
#!/bin/sh -ev
./configure %c
make
fink-package-precedence --prohibit-bdep redland-dev .
<<
InstallScript: make -j1 install DESTDIR=%d
DocFiles: AUTHORS COPYING* ChangeLog* LICENSE* NEWS* NOTICE README* RELEASE*
SplitOff: <<
Package: redland-bin
Depends: %N (= %v-%r)
DocFiles: COPYING* LICENSE* README*
Files: <<
bin/rdfproc
bin/redland-db-upgrade
share/man/man1/rdfproc.1
share/man/man1/redland-db-upgrade.1
<<
<<
SplitOff2: <<
Package: redland-dev
Depends: <<
%N (= %v-%r),
pkgconfig (>= 0.23-1)
<<
BuildDependsOnly: true
DocFiles: COPYING* LICENSE* README*
Files: <<
bin
include
lib/librdf.{a,la,dylib}
lib/pkgconfig
share/gtk-doc
share/man
<<
<<
Shlibs: %p/lib/librdf.0.dylib 1.0.0 %n (>= 1.0.6-1)
Homepage: http://librdf.org/
DescDetail: <<
------------------------------------------------------------------------------
Redland is a set of free software libraries that provide support for the
Resource Description Framework (RDF).
* Modular, object based libraries and APIs for manipulating the RDF graph,
triples, URIs and Literals.
* Support for multiple syntaxes for reading and writing RDF as RDF/XML,
N-Triples and Turtle Terse RDF Triple Language, RSS and Atom syntaxes via
the Raptor RDF Parser Toolkit.
* Querying with SPARQL and RDQL using the Rasqal RDF Query Library.
* Data aggregation and recording provenance support with Redland contexts.
* Portable, fast and with no known memory leaks.
<<
<<