diff options
author | Nicolás Reynolds <fauno@endefensadelsl.org> | 2014-03-21 03:22:19 +0000 |
---|---|---|
committer | Nicolás Reynolds <fauno@endefensadelsl.org> | 2014-03-21 03:22:19 +0000 |
commit | d0f33415f254cb2fee06fd89f9cfed4535322f37 (patch) | |
tree | 66c13d72eac4f0110772b4675231c891334137bc /pcr/transmission-remote-cli/PKGBUILD | |
parent | 7e108c74958ec076a3734822f61f145d0d69547f (diff) |
Fri Mar 21 03:19:28 UTC 2014
Diffstat (limited to 'pcr/transmission-remote-cli/PKGBUILD')
-rw-r--r-- | pcr/transmission-remote-cli/PKGBUILD | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/pcr/transmission-remote-cli/PKGBUILD b/pcr/transmission-remote-cli/PKGBUILD deleted file mode 100644 index dcabaa642..000000000 --- a/pcr/transmission-remote-cli/PKGBUILD +++ /dev/null @@ -1,25 +0,0 @@ -# Maintainer: fauno <fauno@kiwwwi.com.ar> -pkgname=transmission-remote-cli -pkgver=1.5.0 -pkgrel=1 -pkgdesc="Curses interface for the daemon of the BitTorrent client Transmission" -arch=('any') -url="https://github.com/fagga/transmission-remote-cli" -license=('GPL3') -depends=('python2') -optdepends=('transmission-daemon: for local transmission management' - 'adns-python: Resolve IPs to host names' - 'python2-geoip: Guess which country peers come from') -conflicts=('transmission-remote-cli-git' "transmission-remote-cli<=20111013") -replaces=('transmission-remote-cli-git') -source=(https://github.com/fagga/${pkgname}/archive/v${pkgver}.tar.gz) - -package() { - cd "${srcdir}/${pkgname}" - msg "Starting make..." - - install -d ${pkgdir}/usr/bin/ - install -Dm755 transmission-remote-cli.py ${pkgdir}/usr/bin/transmission-remote-cli - -} -md5sums=('4c13aa8596d35ce5793ea65affa8a6e5') |