1 #Maintained by pyther (xyz@pyther.net)
3 pkgname=deluge-client-svn
6 pkgdesc="Unoffical deluge-svn package... client only"
8 url="http://deluge-torrent.org/"
10 depends=('pygtk' 'boost' 'pyxdg' 'dbus-python' 'librsvg' 'desktop-file-utils'
11 'hicolor-icon-theme' 'setuptools' 'patch')
12 makedepends=('subversion' 'intltool' 'boost')
13 conflicts=('deluge' 'deluge-svn')
14 provides=('deluge' 'deluge-svn')
15 options=('!emptydirs')
16 install=deluge.install
17 source=(client-only.patch)
18 md5sums=('bd57253a4d7c896dbaca59aef283fa9c')
20 _svntrunk="http://svn.deluge-torrent.org/trunk/"
26 if [ -d $_svnmod/.svn ]; then
27 (cd $_svnmod && svn up -r $pkgver)
29 svn co $_svntrunk --config-dir ./ -r $pkgver $_svnmod
32 msg "SVN checkout done or server timeout"
33 msg "Starting make..."
35 cp -r $_svnmod $_svnmod-build
38 msg "Patching - Client Only"
39 cat $startdir/client-only.patch | patch -p1
42 #CFLAGS="$CFLAGS -fPIC"
45 python setup.py install --root=$startdir/pkg
47 rm -rf $startdir/src/$_svnmod-build
49 #Will not work as we did not compile libtorrent!
50 rm ${startdir}/pkg/usr/bin/deluged