[artix-general] irqbalance init scripts and systemd-libs

neeshy neeshy at tfwno.gf
Fri Feb 22 23:02:17 EET 2019


Hello,
I was wondering if anybody can add support for irqbalance,
irqbalance-runit and irqbalance-openrc packages in the repos. I've
built, installed, and tested the PKGBUILDs for all of them, and they
work as intended.
I've attached the PKGBUILDs I used for reference.
Also, here's the diff for the irqbalance PKGBUILD

diff --git a/trunk/PKGBUILD b/trunk/PKGBUILD
index f327925..1b7ad76 100644
--- a/trunk/PKGBUILD
+++ b/trunk/PKGBUILD
@@ -9,8 +9,7 @@ arch=('x86_64')
 url="https://github.com/Irqbalance/irqbalance"
 license=('GPL')
 backup=('etc/irqbalance.env')
-depends=('glib2' 'numactl' 'libcap-ng' 'systemd-libs')
-makedepends=('systemd')
+depends=('glib2' 'numactl' 'libcap-ng')
 source=($pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz
         config.patch)
 sha1sums=('bb8c786b1aae73679016ae0bbbb7c7dbc488be64'
@@ -24,7 +23,7 @@ prepare() {
 build() {
   cd "$srcdir/$pkgname-$pkgver"
   ./autogen.sh
-  ./configure --prefix=/usr --sbindir=/usr/bin --with-systemd
+  ./configure --prefix=/usr --sbindir=/usr/bin --without-systemd
   make
 }
 

Thanks
-------------- next part --------------
A non-text attachment was scrubbed...
Name: PKGBUILD
Type: application/octet-stream
Size: 1236 bytes
Desc: not available
URL: <https://lists.artixlinux.org/archives/artix-general/attachments/20190222/e97f2b54/attachment.obj>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: PKGBUILD
Type: application/octet-stream
Size: 961 bytes
Desc: not available
URL: <https://lists.artixlinux.org/archives/artix-general/attachments/20190222/e97f2b54/attachment-0001.obj>


More information about the artix-general mailing list