You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
37 lines
1.3 KiB
Tcl
37 lines
1.3 KiB
Tcl
# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
|
|
|
|
PortSystem 1.0
|
|
PortGroup github 1.0
|
|
|
|
github.setup swh LRDF 0.6.1 v
|
|
revision 0
|
|
checksums rmd160 5db9332b882cbb186e96ff7bf111090b1c0f9534 \
|
|
sha256 d579417c477ac3635844cd1b94f273ee2529a8c3b6b21f9b09d15f462b89b1ef \
|
|
size 43878
|
|
|
|
name liblrdf
|
|
categories textproc
|
|
maintainers nomaintainer
|
|
license GPL-2
|
|
|
|
description A lightweight RDF library with special support for LADSPA plugins.
|
|
long_description librdf is a library to make it easy to manipulate RDF files describing LADSPA \
|
|
plugins. It can also be used for general RDF manipulation. It can read RDF/XLM \
|
|
and N3 files and export N3 files. It also has a light taxonomic inference capability.
|
|
|
|
github.tarball_from archive
|
|
|
|
depends_build port:autoconf \
|
|
port:automake \
|
|
port:libtool \
|
|
port:pkgconfig
|
|
|
|
depends_lib port:raptor2
|
|
|
|
patchfiles automake.patch
|
|
|
|
# No configure script in tarball.
|
|
configure.cmd ./autogen.sh
|
|
|
|
compiler.blacklist-append llvm-gcc-4.2 macports-llvm-gcc-4.2
|