updated on Thu Jan 12 16:09:17 UTC 2012
[aur-mirror.git] / qnetwalk / PKGBUILD
blobe07b94c1be6e118d948a43481e6755de9e96ec30
1 # Contributor: Jaroslav Lichtblau <tu@dragonlord.cz>
3 pkgname=qnetwalk
4 pkgver=1.3
5 pkgrel=1
6 pkgdesc="You are the system administrator and your goal is to connect each computer to the central server."
7 arch=('i686' 'x86_64')
8 url="http://qt.osdn.org.ua/qnetwalk.html"
9 license=('GPL')
10 depends=('qt')
11 source=(http://qt.osdn.org.ua/$pkgname-$pkgver.tar.gz \
12         $pkgname-install.diff)
14 md5sums=('bc55ac6b692ef6f7e347b039b12e3efe'
15          '596783a9fa4343a4576533ffae3fba50')
17 build() {
18   cd "${srcdir}/$pkgname-$pkgver"
20   qmake
21   make || return 1
23   patch -Np0 -i "${srcdir}/$pkgname-install.diff"
25   make INSTALL_ROOT="${pkgdir}" install