1 # Maintainer: archtux <antonio.arias99999@gmail.com>
6 pkgdesc="Multi-network P2P file-sharing client based on Shareaza which will support Gnutella2, Ares, eDonkey2000 (eMule), HTTP, FTP, and BitTorrent."
8 url="http://quazaa.sourceforge.net"
11 makedepends=('subversion')
13 _svntrunk=http://quazaa.svn.sourceforge.net/svnroot/quazaa/
19 svn co $_svntrunk --config-dir ./ -r $pkgver $_svnmod
21 msg "SVN checkout done or server timeout"
22 msg "Starting make..."
25 cd $srcdir/quazaa/trunk
30 mkdir -p $pkgdir/usr/share/quazaa
34 cp -R GeoIP/ Skin/ $pkgdir/usr/share/quazaa
35 install -Dm755 Quazaa $pkgdir/usr/share/quazaa
38 install -Dm644 ../QuazaaSkinTool/Resource/Quazaa48.png $pkgdir/usr/share/pixmaps/quazaa.png
39 install -Dm644 $startdir/quazaa.desktop $pkgdir/usr/share/applications/quazaa.desktop