updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / smartirc4net / PKGBUILD
blob5b034b24b7961ce26881a878c29ad7f66b5ba678
1 #Contributor: figo.zhang <figo1802@gmail.com>
2 pkgname=smartirc4net
3 pkgver=0.4.5.1
4 pkgrel=1
5 pkgdesc="SmartIrc4net is a multi-threaded and thread-safe IRC library written in C#"
6 url="http://smartirc4net.meebey.net/jaws/"
7 license="GPL"
8 arch=('i686' 'x86_64')
9 depends=('mono' 'log4net')
10 makedepends=()
11 conflicts=()
12 replaces=()
13 backup=()
14 install=
15 source=(http://www.smuxi.org/jaws/data/files/smartirc4net-$pkgver.tar.gz)
16 md5sums=('a0f091d3796e6dce4c5158d973a937ee')
18 build() {
19         cd $srcdir/smartirc4net-$pkgver
20         ./configure
22         make || return 1
23         make DESTDIR="$pkgdir/" install