void-packages/srcpkgs/liblrdf/template
Juan RP 23dd7d008e Update build_style for all templates.
- There's no need to set build_style for custom-install (default).
- gnu_{configure,makefile} renamed to gnu-{configure,makefile}.
2011-10-24 14:14:47 +02:00

25 lines
720 B
Text

# Template file for 'liblrdf'
pkgname=liblrdf
version=0.4.0
homepage="http://sourceforge.net/projects/lrdf"
distfiles="${SOURCEFORGE_SITE}/lrdf/${pkgname}-${version}.tar.gz"
build_style=gnu-configure
short_desc="A lightweight RDF library with special support for LADSPA plugins"
maintainer="davehome <davehome@redthumb.info.tm>"
license="GPL-2"
checksum=95e98e86ba06ed73a5571cbcff3ee88e481b403b6eb727e9eb182870efd9b204
long_desc="
This package contains ${short_desc}."
subpackages="$pkgname-devel"
Add_dependency run glibc
Add_dependency run libraptor
Add_dependency build automake
Add_dependency build pkg-config
Add_dependency build ladspa-sdk
Add_dependency build raptor-devel
pre_configure() {
autoreconf -fi
}