updated on Thu Jan 5 13:17:10 UTC 2012
[aur-mirror.git] / socnetv / PKGBUILD
blob33fbdecf72123e7a0ef534f7f7ed47588bff9100
1 #Contributor: tom tryfonidis <tomtryf [at] gmail [dot] com>
2 #Maintainer: tom tryfonidis <tomtryf [at] gmail [dot] com>
4 pkgname=socnetv
5 pkgver=0.90
6 pkgrel=1
7 pkgdesc="Social Networks Analysis and Visualisation"
8 arch=('i686' 'x86_64')
9 url="http://socnetv.sourceforge.net/"
10 license=('GPL3')
11 depends=( 'qt')
12 makedepends=('pkgconfig')
13 options=(docs)
14 source=(http://downloads.sourceforge.net/socnetv/SocNetV-$pkgver.tar.gz)
15 md5sums=('ddc40a80abf3b0325d2de5741b3bdf03')
17 build() {
18 cd "${srcdir}/$pkgname-$pkgver"
20 msg "Starting Configure..."
21         ./configure --prefix=/usr
23 msg "Staring make..."
24         make || return 1
25         make install DESTDIR="${pkgdir}/"  || return 1