updated on Wed Jan 11 12:00:27 UTC 2012
[aur-mirror.git] / ola / PKGBUILD
blob73298416f206164947c84036d5285a296a161e40
1 pkgname=ola
2 pkgver=0.8.12
3 pkgrel=2
4 pkgdesc="Open Lighting Architecture provides a plugin framework for distributing DMX512 control signals on Mac and Linux"
5 arch=(i686 x86_64)
6 url="http://code.google.com/p/linux-lighting/"
7 license=('GPL')
8 groups=
9 provides=
10 depends=('python' 'libmicrohttpd' 'cppunit')
11 source=("http://linux-lighting.googlecode.com/files/$pkgname-$pkgver.tar.gz")
12 md5sums=('74a1f4703b23ceae912525c5726ae4c1')
14 build() {
15   cd $srcdir
16   cd $pkgname-$pkgver
17   ./configure --prefix=/usr --enable-http CXXFLAGS="-Wno-error=unused-but-set-variable -Wno-error=unused-but-set-parameter"
18   make || return 1
20 package() {
21   cd $srcdir/$pkgname-$pkgver
22   make DESTDIR=$pkgdir install || return 1