updated on Wed Jan 25 00:20:47 UTC 2012
[aur-mirror.git] / tufao / PKGBUILD
blob2e6a835b8bd55ed6c25bed113fdb828f9a247464
1 # Maintainer: Vinícius dos Santos Oliveira <vini.ipsmaker@gmail.com>
2 pkgname=tufao
3 pkgver=0.1.1
4 pkgrel=1
5 pkgdesc="An asynchronous web framework for C++ built on top of Qt"
6 arch=('i686' 'x86_64')
7 url="http://tufao.googlecode.com/"
8 license=('LGPL3')
9 depends=('qt')
10 source=('http://tufao.googlecode.com/files/tufao-0.1.1-src.tar.bz2')
11 md5sums=('ef68a11e5e7aed3b8e352484ff3cc577')
13 build() {
14   cd "$srcdir/tufao"
16   qmake
17   make
20 package() {
21   cd "$srcdir/tufao"
23   qmake INSTALLDIR=$pkgdir/usr
24   make install