Skip to content

Commit

Permalink
raptor2: Readding to moonbase as noted by v4hn.
Browse files Browse the repository at this point in the history
  • Loading branch information
Dennis Veatch committed Jul 20, 2012
1 parent 67f00f5 commit 80b217b
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 0 deletions.
7 changes: 7 additions & 0 deletions libs/raptor2/BUILD
@@ -0,0 +1,7 @@
(

OPTS+=" --program-transform-name='s/rapper*/rapper2/'" &&

default_build

) > $C_FIFO 2>&1
19 changes: 19 additions & 0 deletions libs/raptor2/DETAILS
@@ -0,0 +1,19 @@
MODULE=raptor2
VERSION=2.0.8
SOURCE=$MODULE-$VERSION.tar.gz
SOURCE_URL[0]=http://download.librdf.org/source
SOURCE_URL[1]=$SFORGE_URL/librdf
SOURCE_VFY=sha1:6caec62d28dbf5bc26e8de5a46101b52aabf94fd
WEB_SITE=http://librdf.org/raptor
ENTERED=20040102
UPDATED=20120628
SHORT="C library that parses RDF syntaxes"

cat << EOF
Raptor is a free software/Open Source C library that parses RDF syntaxes
such as RDF/XML and N-Triples into RDF triples.
Raptor was designed to work closely with the Redland RDF library (RDF
Parser Toolkit for Redland) but is entirely separate. It is a portable
library that works across many POSIX systems (Unix, GNU/Linux, BSDs, OSX,
cygwin, win32). Raptor has no memory leaks and is fast.
EOF

0 comments on commit 80b217b

Please sign in to comment.