updated on Thu Jan 26 00:18:00 UTC 2012
[aur-mirror.git] / utu / PKGBUILD
blob74a851ff3627f9d6059146c545c2c2a6159d1a43
1 # $Id$
2 # Maintainer: Michael Fellinger <m.fellinger@gmail.com>
3 pkgname=utu
4 pkgver=20070608
5 pkgrel=1
6 pkgdesc="Utu’s goal is to improve the quality of communications on the Internet by introducing cryptographic models of processes found in existing human social interactions."
7 url="http://savingtheinternetwithhate.com"
8 license="GPL"
9 arch=('i686')
10 depends=('tomsfastmath' 'libtomcrypt')
11 makedepends=()
12 conflicts=()
13 replaces=()
14 backup=()
15 install=
16 source=("http://utuprotocol.info/releases/${pkgname}-current.tar.gz")
17 md5sums=()
19 build() {
20   cd $startdir/src
21   cd `ls | sort | grep -v current | head -n 1`
22   cmake . || return 1
23   make || return 1
24   CFLAGS="-DLTM_DESC" make DESTDIR=$startdir/pkg install