updated on Thu Jan 12 04:00:44 UTC 2012
[aur-mirror.git] / rutorrent-plugins / PKGBUILD
bloba6c4c921b4781ec5bd237c556e695406f6233899
1 # Contributor: Piotr Rogoża <rogoza dot piotr at gmail dot com>
2 # Created: 13/11/2010
3 pkgname=rutorrent-plugins
4 _pkgname=plugins
5 pkgver=3.3
6 pkgrel=1
7 pkgdesc="Plugins for ruTorrent"
8 arch=('any')
9 url='http://code.google.com/p/rutorrent/'
10 license=('GPL')
11 groups=('rutorrent')
12 depends=('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")
16 build() {
17   cd "$srcdir"
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')