smlinux/net/rtorrent/rtorrent.SMBuild
PktSurf d18addf386 Replaced upper case variable with lower case in net/cgit
Improved code to install dump1090 binary in net/dump1090 and hostname symlinks in net/hostname
Removed code that manually discards static archives in net/php
Miscellaneous SHA512 checksum updates and minor fixes in several net pkg build files
2022-10-10 22:54:00 +05:30

31 lines
720 B
Text
Executable file

app=rtorrent
version=0.9.8
build=1sml
homepage="https://github.com/rakshasa/rtorrent"
download="https://github.com/rakshasa/rtorrent/archive/refs/tags/v$version.tar.gz"
desc="command-line bittorrent client"
requires="gcc-libs netbsd-curses zlib openssl curl libtorrent"
build() {
mkandenterbuilddir
rm -rf $app-$version
tar xf $srcdir/$app-$version.tar.?z*
cd $app-$version
fixbuilddirpermissions
CXXFLAGS="$CFLAGS -lpthread" \
./configure \
--prefix=""
make
make install DESTDIR=$pkg
cp COPYING $pkgdocs/
mkfinalpkg
}
sha512sums="
5237eed4c9ffe68db11904a1163cded06110626de5e4d675f38b7b6fdad756e1f2bce64cee2ddb06739d1841ca8ef83c36397f7acab981105bc22e3702b036a1 rtorrent-0.9.8.tar.lz
"