# Description: lightweight RDF library for accessing plugin metadata in the LADSPA plugin system # URL: https://github.com/swh/LRDF # Maintainer: #teatime (irc.kyber.io), teatime at kyber dot io # Depends on: git raptor2 libtool name=liblrdf version=0.6.1 release=1 source=(https://github.com/swh/LRDF/archive/v0.6.1.tar.gz) build() { cd LRDF-$version ./autogen.sh --prefix=/usr make make DESTDIR=$PKG install }