1 # Contributor: <ndowens04@gmail.com>
5 pkgdesc="Linkage is a bittorrent client written in C++ using gtkmm and libtorrent."
7 url="http://code.google.com/p/linkage/"
9 conflicts=('linkage-svn')
10 provides=('linkage-svn' 'libtorrent-rasterbar')
11 depends=('gtkmm>=2.10' 'libtorrent-rasterbar>=0.13' 'libnotify' 'curl'
12 'dbus-glib' 'libupnp>=1.4.1' 'libglademm' 'gconfmm' 'autoconf' 'automake' 'dbus-c++-git')
13 source=(http://code.google.com/p/linkage/$pkgname-$pkgver.tar.gz)
14 md5sums=('f844e0084d92a2f615d3cfe82024ff36')
17 cd $srcdir/$pkgname-$pkgver
18 ./configure --prefix=/usr
20 make prefix=$pkgdir/usr install