From dee9f17b595ea903a982d31d1124b302bb17e2ff Mon Sep 17 00:00:00 2001 From: root Date: Wed, 17 Jul 2013 00:58:52 -0700 Subject: Wed Jul 17 00:58:51 PDT 2013 --- community/rtorrent/PKGBUILD | 33 --------------------------------- 1 file changed, 33 deletions(-) delete mode 100644 community/rtorrent/PKGBUILD (limited to 'community/rtorrent') diff --git a/community/rtorrent/PKGBUILD b/community/rtorrent/PKGBUILD deleted file mode 100644 index 010020527..000000000 --- a/community/rtorrent/PKGBUILD +++ /dev/null @@ -1,33 +0,0 @@ -# Maintainer: Gaetan Bisson -# Contributor: Daenyth -# Contributor: Jeff Mickey -# Contributor: sh__ - -pkgname=rtorrent -pkgver=0.9.3 -pkgrel=2 -pkgdesc='Ncurses BitTorrent client based on libTorrent' -url='http://libtorrent.rakshasa.no/' -license=('GPL') -arch=('i686' 'x86_64') -depends=('libtorrent=0.13.3' 'curl' 'xmlrpc-c' 'libsigc++') -source=("http://libtorrent.rakshasa.no/downloads/${pkgname}-${pkgver}.tar.gz") -sha1sums=('89ec5683a46f000dc23c9bf8a8808985759220e4') - -build() { - cd "${srcdir}/${pkgname}-${pkgver}" - - export CXXFLAGS="${CXXFLAGS} -fno-strict-aliasing" - ./configure \ - --prefix=/usr \ - --disable-debug \ - --with-xmlrpc-c \ - - make -} - -package() { - cd "${srcdir}/${pkgname}-${pkgver}" - make DESTDIR="${pkgdir}" install - install -D doc/rtorrent.rc "${pkgdir}"/usr/share/doc/rtorrent/rtorrent.rc -} -- cgit v1.2.3-54-g00ecf