1 # Maintainer: Gaetan Bisson <bisson@archlinux.org>
2 # Maintainer: Jaroslav Lichtblau <svetlemodry@archlinux.org>
3 # Contributor: Daenyth <Daenyth+Arch [at] gmail [dot] com>
4 # Contributor: Jeff Mickey <jeff@archlinux.org>
10 pkgdesc='BitTorrent library with a focus on high performance and good code'
11 url='https://rakshasa.github.io/rtorrent/'
15 source=("https://github.com/rakshasa/rtorrent/releases/download/v0.9.${pkgver##*.}/${pkgname}-${pkgver}.tar.gz")
16 sha256sums=('ed115a28f4ae8cfcd33b94a597c076ca74fd549867a26e4fac9505c27288e983')
19 cd "${srcdir}/${pkgname}-${pkgver}"
24 cd "${srcdir}/${pkgname}-${pkgver}"
25 export CXXFLAGS+=' -fno-strict-aliasing'
34 cd "${srcdir}/${pkgname}-${pkgver}"
35 make DESTDIR="${pkgdir}" install