Add libtorrent and rtorrent builds.

This commit is contained in:
Darren 'Tadgy' Austin 2022-10-13 01:07:18 +01:00
commit 0340d663df
11 changed files with 788 additions and 0 deletions

View file

@ -0,0 +1,16 @@
# Package details.
PKG_NAME="$(basename "${BASH_SOURCE[0]}" .buildconf)"
PKG_VERSION="0.9.8"
PKG_BUILD="1"
PKG_TAG="${PKG_TAG:-_tadgy}"
PKG_EXT="${PKG_EXT:-txz}"
# Sources - the details in these arrays must all match per indicies.
SRC_DOWNLOADS=("https://github.com/rakshasa/rtorrent-archive/raw/master/$PKG_NAME-$PKG_VERSION.tar.gz")
SRC_MD5SUMS=("cbdf499faa0882e20d60fcb85a8f51d3")
SRC_FILENAMES=("$PKG_NAME-$PKG_VERSION.tar.xz")
SRC_DIRNAMES=("$PKG_NAME-$PKG_VERSION")
# Build configuration.
BUILD_REQUIRES=('libtorrent' 'ncurses' 'openssl')
BUILD_CONFLICTS=("$PKG_NAME")