diff --git a/source/cpan-modules/cpan-modules.buildconf b/source/cpan-modules/cpan-modules.buildconf index 99a2262..50ab1a2 100644 --- a/source/cpan-modules/cpan-modules.buildconf +++ b/source/cpan-modules/cpan-modules.buildconf @@ -13,7 +13,7 @@ SRC_DIRNAMES=() # Build configuration. BUILD_REQUIRES=("perl" "openssl" "db48" "readline") -BUILD_CONFLICTS=("$PKG_NAME") +BUILD_CONFLICTS=() # The perl modules to build. BUILD_PERL_MODULES=( diff --git a/source/fail2ban/fail2ban.buildconf b/source/fail2ban/fail2ban.buildconf index 0fbcbe1..04a6fe7 100644 --- a/source/fail2ban/fail2ban.buildconf +++ b/source/fail2ban/fail2ban.buildconf @@ -13,4 +13,4 @@ SRC_DIRNAMES=("$PKG_NAME-$PKG_VERSION") # Build configuration. BUILD_REQUIRES=("python3" "pyinotify") -BUILD_CONFLICTS=("$PKG_NAME") +BUILD_CONFLICTS=() diff --git a/source/glusterfs-client/glusterfs-client.buildconf b/source/glusterfs-client/glusterfs-client.buildconf index 71e0433..b3347bb 100644 --- a/source/glusterfs-client/glusterfs-client.buildconf +++ b/source/glusterfs-client/glusterfs-client.buildconf @@ -13,4 +13,4 @@ SRC_DIRNAMES=("${PKG_NAME%-client}-$PKG_VERSION") # Build configuration. BUILD_REQUIRES=('curl' 'libaio' 'libtirpc' 'liburing' 'libxml' 'openssl' 'readline' 'userspace-rcu') -BUILD_CONFLICTS=("$PKG_NAME") +BUILD_CONFLICTS=() diff --git a/source/glusterfs/glusterfs.buildconf b/source/glusterfs/glusterfs.buildconf index 1caf9aa..c5245f6 100644 --- a/source/glusterfs/glusterfs.buildconf +++ b/source/glusterfs/glusterfs.buildconf @@ -13,4 +13,4 @@ SRC_DIRNAMES=("$PKG_NAME-$PKG_VERSION") # Build configuration. BUILD_REQUIRES=('curl' 'libaio' 'libtirpc' 'liburing' 'libxml' 'openssl' 'readline' 'userspace-rcu') -BUILD_CONFLICTS=("$PKG_NAME") +BUILD_CONFLICTS=() diff --git a/source/iotop/iotop.buildconf b/source/iotop/iotop.buildconf index 18ae793..1ce2d50 100644 --- a/source/iotop/iotop.buildconf +++ b/source/iotop/iotop.buildconf @@ -13,4 +13,4 @@ SRC_DIRNAMES=("$PKG_NAME-$PKG_VERSION") # Build configuration. BUILD_REQUIRES=('python3') -BUILD_CONFLICTS=("$PKG_NAME") +BUILD_CONFLICTS=() diff --git a/source/libtorrent/libtorrent.buildconf b/source/libtorrent/libtorrent.buildconf index a42395f..6f9c675 100644 --- a/source/libtorrent/libtorrent.buildconf +++ b/source/libtorrent/libtorrent.buildconf @@ -13,4 +13,4 @@ SRC_DIRNAMES=("$PKG_NAME-$PKG_VERSION") # Build configuration. BUILD_REQUIRES=() -BUILD_CONFLICTS=("$PKG_NAME") +BUILD_CONFLICTS=() diff --git a/source/liburing/liburing.buildconf b/source/liburing/liburing.buildconf index 1d42f93..82abb90 100644 --- a/source/liburing/liburing.buildconf +++ b/source/liburing/liburing.buildconf @@ -13,4 +13,4 @@ SRC_DIRNAMES=("$PKG_NAME-$PKG_NAME-$PKG_VERSION") # Build configuration. BUILD_REQUIRES=() -BUILD_CONFLICTS=("$PKG_NAME") +BUILD_CONFLICTS=() diff --git a/source/msmtp/msmtp.buildconf b/source/msmtp/msmtp.buildconf index eedabcc..7ed8028 100644 --- a/source/msmtp/msmtp.buildconf +++ b/source/msmtp/msmtp.buildconf @@ -13,4 +13,4 @@ SRC_DIRNAMES=("$PKG_NAME-$PKG_VERSION") # Build configuration. BUILD_REQUIRES=('libidn' 'libunistring' 'openssl') -BUILD_CONFLICTS=("$PKG_NAME") +BUILD_CONFLICTS=() diff --git a/source/netdata/netdata.buildconf b/source/netdata/netdata.buildconf new file mode 100644 index 0000000..a3d7859 --- /dev/null +++ b/source/netdata/netdata.buildconf @@ -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=() diff --git a/source/pyinotify/pyinotify.buildconf b/source/pyinotify/pyinotify.buildconf index b5744b2..b0445eb 100644 --- a/source/pyinotify/pyinotify.buildconf +++ b/source/pyinotify/pyinotify.buildconf @@ -13,4 +13,4 @@ SRC_DIRNAMES=("$PKG_NAME-$PKG_VERSION") # Build configuration. BUILD_REQUIRES=("python3") -BUILD_CONFLICTS=("$PKG_NAME") +BUILD_CONFLICTS=() diff --git a/source/rtorrent/rtorrent.buildconf b/source/rtorrent/rtorrent.buildconf index 8746693..40715e5 100644 --- a/source/rtorrent/rtorrent.buildconf +++ b/source/rtorrent/rtorrent.buildconf @@ -13,4 +13,4 @@ SRC_DIRNAMES=("$PKG_NAME-$PKG_VERSION") # Build configuration. BUILD_REQUIRES=('libtorrent' 'ncurses' 'openssl') -BUILD_CONFLICTS=("$PKG_NAME") +BUILD_CONFLICTS=() diff --git a/source/thttpd/thttpd.buildconf b/source/thttpd/thttpd.buildconf index 1143b85..1dce782 100644 --- a/source/thttpd/thttpd.buildconf +++ b/source/thttpd/thttpd.buildconf @@ -13,7 +13,7 @@ SRC_DIRNAMES=("$PKG_NAME-$PKG_VERSION") # Build configuration. BUILD_REQUIRES=('libtool') -BUILD_CONFLICTS=("$PKG_NAME") +BUILD_CONFLICTS=() # The 'web' group for thttp to use. Re-use the 'apache' group. WEBGROUP="apache" diff --git a/source/userspace-rcu/userspace-rcu.buildconf b/source/userspace-rcu/userspace-rcu.buildconf index c0dcea9..96df5b6 100644 --- a/source/userspace-rcu/userspace-rcu.buildconf +++ b/source/userspace-rcu/userspace-rcu.buildconf @@ -13,4 +13,4 @@ SRC_DIRNAMES=("$PKG_NAME-$PKG_VERSION") # Build configuration. BUILD_REQUIRES=() -BUILD_CONFLICTS=("$PKG_NAME") +BUILD_CONFLICTS=() diff --git a/source/vnstat/vnstat.buildconf b/source/vnstat/vnstat.buildconf index 8547f24..9b40516 100644 --- a/source/vnstat/vnstat.buildconf +++ b/source/vnstat/vnstat.buildconf @@ -13,4 +13,4 @@ SRC_DIRNAMES=("$PKG_NAME-$PKG_VERSION") # Build configuration. BUILD_REQUIRES=('sqlite') -BUILD_CONFLICTS=("$PKG_NAME") +BUILD_CONFLICTS=()