summaryrefslogtreecommitdiffstats
path: root/rtorrent-color/PKGBUILD
diff options
context:
space:
mode:
authorFlorian Pritz <bluewind@xinu.at>2012-12-16 11:51:24 +0100
committerFlorian Pritz <bluewind@xinu.at>2012-12-16 11:51:24 +0100
commitc6000c9d9949b3326fb82f02431899ab6774b960 (patch)
tree2453cd564b0f382f3d8ccd893df8ebe2e9aeda71 /rtorrent-color/PKGBUILD
parent453f0f12918af35bd8e1e5f049841360f37d62e4 (diff)
downloadaur-packages-c6000c9d9949b3326fb82f02431899ab6774b960.tar.gz
aur-packages-c6000c9d9949b3326fb82f02431899ab6774b960.tar.xz
big cleanup
Diffstat (limited to 'rtorrent-color/PKGBUILD')
-rw-r--r--rtorrent-color/PKGBUILD28
1 files changed, 0 insertions, 28 deletions
diff --git a/rtorrent-color/PKGBUILD b/rtorrent-color/PKGBUILD
deleted file mode 100644
index d44c680..0000000
--- a/rtorrent-color/PKGBUILD
+++ /dev/null
@@ -1,28 +0,0 @@
-# Maintainer: Ashren <edgar [at] archlinux [dot] us>
-
-pkgname=rtorrent-color
-pkgver=0.8.6
-pkgrel=5
-pkgdesc="Ncurses BitTorrent client based on libTorrent with color patch."
-arch=('i686' 'x86_64')
-url="http://libtorrent.rakshasa.no"
-install=$pkgname.install
-license=('GPL')
-depends=('libtorrent=0.12.6' 'curl>=7.14.3' 'xmlrpc-c')
-source=(http://libtorrent.rakshasa.no/downloads/rtorrent-$pkgver.tar.gz rtorrent-0.8.6-canvas-fix.patch)
-conflicts=('rtorrent')
-
-md5sums=('b804c45c01c40312926bcea6b55bb084'
- '03cbbf61ac0c5a128880a5a453677a87')
-
-build() {
- cd "$srcdir/rtorrent-$pkgver"
- patch -p1 < $startdir/src/rtorrent-0.8.6-canvas-fix.patch
- CXXFLAGS="$CXXFLAGS -fno-strict-aliasing" \
- ./configure --prefix=/usr --disable-debug --with-xmlrpc-c || return 1
- make || return 1
- make DESTDIR="$pkgdir" install
-}
-
-
-# vim:set ts=2 sw=2 et: