updated on Sat Jan 14 12:12:45 UTC 2012
[aur-mirror.git] / nux / PKGBUILD
blob05dc0eb0c69b19bd2bba046406e0a0181340f97d
1 # Maintainer: György Balló <ballogy@freestart.hu>
2 pkgname=nux
3 pkgver=2.0.0
4 pkgrel=1
5 pkgdesc="Graphical user interface toolkit for applications that mixes OpenGL hardware acceleration with high quality visual rendering"
6 arch=('i686' 'x86_64')
7 url="https://launchpad.net/nux"
8 license=('LGPL')
9 depends=('gdk-pixbuf2' 'glew' 'pango' 'libsigc++' 'libxcomposite' 'libxinerama')
10 makedepends=('boost' 'glproto' 'dri2proto')
11 options=('!libtool')
12 source=(http://launchpad.net/$pkgname/2.0/2.0/+download/$pkgname-$pkgver.tar.gz)
13 md5sums=('87dd2741cc6e90fa45288cd777b91d6c')
15 build() {
16   cd "$srcdir/$pkgname-$pkgver"
17   sed -i 's/libutouch-geis//' configure NuxGraphics/nux-graphics.pc.in
19   ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --libexecdir=/usr/lib/$pkgname \
20               --disable-static --disable-tests --disable-examples --disable-gputests
21   make
24 package() {
25   cd "$srcdir/$pkgname-$pkgver"
27   make DESTDIR="$pkgdir/" install