csync-git
[mirrors/ArchLinux-Packages.git] / rtorrent-screen / PKGBUILD
1 # Contributor: Thomas Mudrunka <harvie@@email..cz>
2 # Maintainer: Thomas Mudrunka <harvie@@email..cz>
3 # You can also contact me on http://blog.harvie.cz/
4
5 pkgname=rtorrent-screen
6 pkgver=1.0
7 pkgrel=1
8 pkgdesc="Simple rTorrent manager (keeps your torrents in screen transparently + allows you to monitor it using text file and Web UI)"
9 arch=('any')
10 license=('GPL')
11 url="http://aur.archlinux.org/packages.php?ID=27100"
12 depends=('bash' 'rtorrent' 'screen')
13 source=('rtorrent-screen.bash')
14 md5sums=('d6858fa1acfe57cdee9e6ffe6c9a841c')
15
16 build() {
17 mkdir -p ${pkgdir}/usr/bin
18 cp -f ${startdir}/rtorrent-screen.bash ${pkgdir}/usr/bin/rtorrent-screen
19 chmod -R 755 ${pkgdir}/
20 }
This page took 0.215935 seconds and 4 git commands to generate.