16 lines
546 B
Text
16 lines
546 B
Text
# Package details.
|
|
PKG_NAME="$(basename "${BASH_SOURCE[0]}" .buildconf)"
|
|
PKG_VERSION="0.13.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=("ca02e624fde0d704780085987010f99a")
|
|
SRC_FILENAMES=("$PKG_NAME-$PKG_VERSION.tar.xz")
|
|
SRC_DIRNAMES=("$PKG_NAME-$PKG_VERSION")
|
|
|
|
# Build configuration.
|
|
BUILD_REQUIRES=()
|
|
BUILD_CONFLICTS=("$PKG_NAME")
|