Remove $PKG_NAME from BUILD_CONFLICTS as it's now hard coded.
This commit is contained in:
parent
ad643e42f4
commit
7436421808
14 changed files with 38 additions and 13 deletions
|
|
@ -13,7 +13,7 @@ SRC_DIRNAMES=()
|
||||||
|
|
||||||
# Build configuration.
|
# Build configuration.
|
||||||
BUILD_REQUIRES=("perl" "openssl" "db48" "readline")
|
BUILD_REQUIRES=("perl" "openssl" "db48" "readline")
|
||||||
BUILD_CONFLICTS=("$PKG_NAME")
|
BUILD_CONFLICTS=()
|
||||||
|
|
||||||
# The perl modules to build.
|
# The perl modules to build.
|
||||||
BUILD_PERL_MODULES=(
|
BUILD_PERL_MODULES=(
|
||||||
|
|
|
||||||
|
|
@ -13,4 +13,4 @@ SRC_DIRNAMES=("$PKG_NAME-$PKG_VERSION")
|
||||||
|
|
||||||
# Build configuration.
|
# Build configuration.
|
||||||
BUILD_REQUIRES=("python3" "pyinotify")
|
BUILD_REQUIRES=("python3" "pyinotify")
|
||||||
BUILD_CONFLICTS=("$PKG_NAME")
|
BUILD_CONFLICTS=()
|
||||||
|
|
|
||||||
|
|
@ -13,4 +13,4 @@ SRC_DIRNAMES=("${PKG_NAME%-client}-$PKG_VERSION")
|
||||||
|
|
||||||
# Build configuration.
|
# Build configuration.
|
||||||
BUILD_REQUIRES=('curl' 'libaio' 'libtirpc' 'liburing' 'libxml' 'openssl' 'readline' 'userspace-rcu')
|
BUILD_REQUIRES=('curl' 'libaio' 'libtirpc' 'liburing' 'libxml' 'openssl' 'readline' 'userspace-rcu')
|
||||||
BUILD_CONFLICTS=("$PKG_NAME")
|
BUILD_CONFLICTS=()
|
||||||
|
|
|
||||||
|
|
@ -13,4 +13,4 @@ SRC_DIRNAMES=("$PKG_NAME-$PKG_VERSION")
|
||||||
|
|
||||||
# Build configuration.
|
# Build configuration.
|
||||||
BUILD_REQUIRES=('curl' 'libaio' 'libtirpc' 'liburing' 'libxml' 'openssl' 'readline' 'userspace-rcu')
|
BUILD_REQUIRES=('curl' 'libaio' 'libtirpc' 'liburing' 'libxml' 'openssl' 'readline' 'userspace-rcu')
|
||||||
BUILD_CONFLICTS=("$PKG_NAME")
|
BUILD_CONFLICTS=()
|
||||||
|
|
|
||||||
|
|
@ -13,4 +13,4 @@ SRC_DIRNAMES=("$PKG_NAME-$PKG_VERSION")
|
||||||
|
|
||||||
# Build configuration.
|
# Build configuration.
|
||||||
BUILD_REQUIRES=('python3')
|
BUILD_REQUIRES=('python3')
|
||||||
BUILD_CONFLICTS=("$PKG_NAME")
|
BUILD_CONFLICTS=()
|
||||||
|
|
|
||||||
|
|
@ -13,4 +13,4 @@ SRC_DIRNAMES=("$PKG_NAME-$PKG_VERSION")
|
||||||
|
|
||||||
# Build configuration.
|
# Build configuration.
|
||||||
BUILD_REQUIRES=()
|
BUILD_REQUIRES=()
|
||||||
BUILD_CONFLICTS=("$PKG_NAME")
|
BUILD_CONFLICTS=()
|
||||||
|
|
|
||||||
|
|
@ -13,4 +13,4 @@ SRC_DIRNAMES=("$PKG_NAME-$PKG_NAME-$PKG_VERSION")
|
||||||
|
|
||||||
# Build configuration.
|
# Build configuration.
|
||||||
BUILD_REQUIRES=()
|
BUILD_REQUIRES=()
|
||||||
BUILD_CONFLICTS=("$PKG_NAME")
|
BUILD_CONFLICTS=()
|
||||||
|
|
|
||||||
|
|
@ -13,4 +13,4 @@ SRC_DIRNAMES=("$PKG_NAME-$PKG_VERSION")
|
||||||
|
|
||||||
# Build configuration.
|
# Build configuration.
|
||||||
BUILD_REQUIRES=('libidn' 'libunistring' 'openssl')
|
BUILD_REQUIRES=('libidn' 'libunistring' 'openssl')
|
||||||
BUILD_CONFLICTS=("$PKG_NAME")
|
BUILD_CONFLICTS=()
|
||||||
|
|
|
||||||
25
source/netdata/netdata.buildconf
Normal file
25
source/netdata/netdata.buildconf
Normal file
|
|
@ -0,0 +1,25 @@
|
||||||
|
# Package details.
|
||||||
|
PKG_NAME="$(basename "${BASH_SOURCE[0]}" .buildconf)"
|
||||||
|
PKG_VERSION="1.36.1"
|
||||||
|
PKG_BUILD="1"
|
||||||
|
PKG_TAG="${PKG_TAG:-_tadgy}"
|
||||||
|
PKG_EXT="${PKG_EXT:-txz}"
|
||||||
|
|
||||||
|
# Additional sources.
|
||||||
|
DASHBOARD_VERSION="2.29.1"
|
||||||
|
|
||||||
|
# Sources - the details in these arrays must all match per indicies.
|
||||||
|
SRC_DOWNLOADS=("https://github.com/netdata/netdata/archive/refs/tags/v$PKG_VERSION.tar.gz"
|
||||||
|
"https://github.com/netdata/dashboard/releases/download/v$DASHBOARD_VERSION/dashboard.tar.gz"
|
||||||
|
|
||||||
|
|
||||||
|
)
|
||||||
|
SRC_MD5SUMS=("014a7774b3ba1a96fc0ca96e746c5941"
|
||||||
|
"c2d75327ea1b5cbb5ad92cf0cc6a76fc"
|
||||||
|
)
|
||||||
|
SRC_FILENAMES=("$PKG_NAME-$PKG_VERSION.tar.gz" "dashboard.tar.gz")
|
||||||
|
SRC_DIRNAMES=("$PKG_NAME-$PKG_VERSION" "build")
|
||||||
|
|
||||||
|
# Build configuration.
|
||||||
|
BUILD_REQUIRES=('fping' 'json-c' 'libbpf' 'libwebsockets' 'lz4' 'openssl')
|
||||||
|
BUILD_CONFLICTS=()
|
||||||
|
|
@ -13,4 +13,4 @@ SRC_DIRNAMES=("$PKG_NAME-$PKG_VERSION")
|
||||||
|
|
||||||
# Build configuration.
|
# Build configuration.
|
||||||
BUILD_REQUIRES=("python3")
|
BUILD_REQUIRES=("python3")
|
||||||
BUILD_CONFLICTS=("$PKG_NAME")
|
BUILD_CONFLICTS=()
|
||||||
|
|
|
||||||
|
|
@ -13,4 +13,4 @@ SRC_DIRNAMES=("$PKG_NAME-$PKG_VERSION")
|
||||||
|
|
||||||
# Build configuration.
|
# Build configuration.
|
||||||
BUILD_REQUIRES=('libtorrent' 'ncurses' 'openssl')
|
BUILD_REQUIRES=('libtorrent' 'ncurses' 'openssl')
|
||||||
BUILD_CONFLICTS=("$PKG_NAME")
|
BUILD_CONFLICTS=()
|
||||||
|
|
|
||||||
|
|
@ -13,7 +13,7 @@ SRC_DIRNAMES=("$PKG_NAME-$PKG_VERSION")
|
||||||
|
|
||||||
# Build configuration.
|
# Build configuration.
|
||||||
BUILD_REQUIRES=('libtool')
|
BUILD_REQUIRES=('libtool')
|
||||||
BUILD_CONFLICTS=("$PKG_NAME")
|
BUILD_CONFLICTS=()
|
||||||
|
|
||||||
# The 'web' group for thttp to use. Re-use the 'apache' group.
|
# The 'web' group for thttp to use. Re-use the 'apache' group.
|
||||||
WEBGROUP="apache"
|
WEBGROUP="apache"
|
||||||
|
|
|
||||||
|
|
@ -13,4 +13,4 @@ SRC_DIRNAMES=("$PKG_NAME-$PKG_VERSION")
|
||||||
|
|
||||||
# Build configuration.
|
# Build configuration.
|
||||||
BUILD_REQUIRES=()
|
BUILD_REQUIRES=()
|
||||||
BUILD_CONFLICTS=("$PKG_NAME")
|
BUILD_CONFLICTS=()
|
||||||
|
|
|
||||||
|
|
@ -13,4 +13,4 @@ SRC_DIRNAMES=("$PKG_NAME-$PKG_VERSION")
|
||||||
|
|
||||||
# Build configuration.
|
# Build configuration.
|
||||||
BUILD_REQUIRES=('sqlite')
|
BUILD_REQUIRES=('sqlite')
|
||||||
BUILD_CONFLICTS=("$PKG_NAME")
|
BUILD_CONFLICTS=()
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue