mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-14 21:56:41 +01:00
system/openrc: Updated for version 0.40.3.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
6a91cefdf8
commit
d22e8fca36
3 changed files with 11 additions and 5 deletions
|
@ -25,3 +25,7 @@ done
|
|||
|
||||
# enable cgroups service as required by openrc 0.35+
|
||||
[ ! -e etc/openrc/runlevels/sysinit/cgroups ] && ln -s /etc/openrc/init.d/cgroups etc/openrc/runlevels/sysinit/cgroups
|
||||
|
||||
# enable save keymaps and termencoding services as needed by openrc 0.40+
|
||||
[ ! -e etc/openrc/runlevels/boot/save-keymaps ] && ln -s /etc/openrc/init.d/save-keymaps etc/openrc/runlevels/boot/save-keymaps
|
||||
[ ! -e etc/openrc/runlevels/boot/save-termencoding ] && ln -s /etc/openrc/init.d/save-termencoding etc/openrc/runlevels/boot/save-termencoding
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
# Slackware build script for openrc
|
||||
# Based upon https://aur.archlinux.org/packages/openrc/
|
||||
|
||||
# Copyright 2015-2018 Aaditya Bagga <aaditya_gnulinux@zoho.com>
|
||||
# Copyright 2015-2019 Aaditya Bagga <aaditya_gnulinux@zoho.com>
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -24,7 +24,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=openrc
|
||||
VERSION=${VERSION:-0.39.2}
|
||||
VERSION=${VERSION:-0.40.3}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -80,7 +80,9 @@ MAKEARGS+=(SBINDIR=/sbin)
|
|||
MAKEARGS+=(MANDIR=/usr/man)
|
||||
MAKEARGS+=(DOCDIR=/usr/doc/$PRGNAM-$VERSION)
|
||||
MAKEARGS+=(MKTERMCAP=ncurses)
|
||||
MAKEARGS+=(MKSYSVINIT=no)
|
||||
MAKEARGS+=(MKBASHCOMP=yes)
|
||||
MAKEARGS+=(MKZSHCOMP=yes)
|
||||
#MAKEARGS+=(BRANDING="$(cat /etc/slackware-version)")
|
||||
|
||||
make "${MAKEARGS[@]}"
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="openrc"
|
||||
VERSION="0.39.2"
|
||||
VERSION="0.40.3"
|
||||
HOMEPAGE="https://github.com/OpenRC/openrc"
|
||||
DOWNLOAD="https://github.com/OpenRC/openrc/archive/0.39.2.tar.gz"
|
||||
MD5SUM="e5fe74acd25d691c2c48fc94eef68c90"
|
||||
DOWNLOAD="https://github.com/OpenRC/openrc/archive/0.40.3.tar.gz"
|
||||
MD5SUM="79ec210de5508041fcf79951e9b8e783"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="%README%"
|
||||
|
|
Loading…
Reference in a new issue