1 # Contributor: Piotr Rogoża <rogoza dot piotr at gmail dot com>
3 pkgname=rutorrent-plugins
7 pkgdesc="Plugins for ruTorrent"
9 url='http://code.google.com/p/rutorrent/'
13 optdepends=('php-curl: to use rss plugin, https')
14 replaces=('rutorrent')
15 source=("http://rutorrent.googlecode.com/files/${_pkgname}-${pkgver}.tar.gz" "plugins.ini")
18 install -dm755 ${pkgdir}/srv/http/rutorrent || return 1
19 tar c ${_pkgname} | tar -C ${pkgdir}/srv/http/rutorrent -x || return 1
20 install -Dm644 plugins.ini ${pkgdir}/srv/http/rutorrent/conf/plugins.ini.pacnew || return 1
23 # vim:set ts=2 sw=2 et ft=sh tw=100:
24 md5sums=('b17f17f535c7e86ede404913f6fd3fbb'
25 '8a5d8b83e60a3e55716d87906cc8a734')