4 pkgdesc="Open Lighting Architecture provides a plugin framework for distributing DMX512 control signals on Mac and Linux"
6 url="http://code.google.com/p/linux-lighting/"
10 depends=('python' 'libmicrohttpd' 'cppunit')
11 source=("http://linux-lighting.googlecode.com/files/$pkgname-$pkgver.tar.gz")
12 md5sums=('74a1f4703b23ceae912525c5726ae4c1')
17 ./configure --prefix=/usr --enable-http CXXFLAGS="-Wno-error=unused-but-set-variable -Wno-error=unused-but-set-parameter"
21 cd $srcdir/$pkgname-$pkgver
22 make DESTDIR=$pkgdir install || return 1