Switch from Systemd to Enit
This commit is contained in:
@@ -1,9 +1,10 @@
|
||||
name: procps-ng
|
||||
description: System monitoring utilities
|
||||
version: 4.0.4
|
||||
revision: 2
|
||||
url: https://gitlab.com/procps-ng/procps/
|
||||
license: GPL,LGPL
|
||||
architecture: any
|
||||
depends: ["glibc"]
|
||||
make_depends: ["bash","binutils","coreutils","gcc","glibc","make","ncurses","pkgconf","systemd"]
|
||||
make_depends: ["bash","binutils","coreutils","gcc","glibc","make","ncurses","pkgconf"]
|
||||
type: source
|
||||
|
||||
@@ -15,12 +15,12 @@ prepare() {
|
||||
# The build function is executed in the source directory
|
||||
# This function is used to compile the source code
|
||||
build() {
|
||||
./configure --prefix=/usr \
|
||||
--docdir=/usr/share/doc/procps-ng \
|
||||
--disable-static \
|
||||
--disable-kill \
|
||||
--with-systemd
|
||||
make src_w_LDADD='$(LDADD) -lsystemd'
|
||||
./configure --prefix=/usr \
|
||||
--docdir=/usr/share/doc/procps-ng \
|
||||
--disable-static \
|
||||
--disable-kill \
|
||||
--without-systemd
|
||||
make
|
||||
}
|
||||
|
||||
# The check function is executed in the source directory
|
||||
|
||||
Reference in New Issue
Block a user