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