# Compiling Time: 0 SBU
# Maintainer: Anthony Jorion <pingax@frugalware.org>

pkgname=serd
pkgver=0.30.8
pkgrel=1
pkgdesc="Serd is a lightweight C library for RDF syntax which supports reading and writing Turtle and NTriples."
url="http://drobilla.net/software/serd"
depends=('glibc>=2.29-6')
groups=('lib-extra')
archs=('x86_64')
up2date="Flasttar http://download.drobilla.net"
source="http://download.drobilla.net/$pkgname-$pkgver.tar.bz2"
sha1sums=('84ac206b933ec2120adeb2cf558f7d56ceaf0c40')

build()
{
	Fcd
	sed -i '/ldconfig/d' wscript || Fdie
	./waf configure --prefix=/usr || Fdie
	./waf || Fdie
	DESTDIR=$Fdestdir ./waf install || Fdie
}

# optimization OK
