1 # Contributor: wodim <neikokz@gmail.com>
6 pkgdesc="Open source IRC client, considered to be the most popular ircII-based IRC client"
7 arch=('i686', 'x86_64')
8 url="http://sourceforge.net/projects/bitchx/"
11 makedepends=('subversion')
12 conflicts=('ircii-pana')
17 _svntrunk=https://bitchx.svn.sourceforge.net/svnroot/bitchx/trunk
23 # Get Latest Source Code
24 svn co $_svntrunk --config-dir ./ -r $pkgver $_svnmod
26 msg "SVN checkout done or server timeout"
27 msg "Starting make..."
31 ./configure --prefix=$startdir/pkg/usr || return 1
33 make install || return 1