Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
procps-ng
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
certo
procps-ng
Commits
f5ae731d
Commit
f5ae731d
authored
Mar 19, 2019
by
Vladimir Bashkirtsev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Initial commit
parents
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
28 additions
and
0 deletions
+28
-0
Makefile
Makefile
+12
-0
procps-ng-3.3.15.tar.xz
procps-ng-3.3.15.tar.xz
+0
-0
procps-ng.groups
procps-ng.groups
+16
-0
No files found.
Makefile
0 → 100644
View file @
f5ae731d
all
:
tar
xf procps-ng-3.3.15.tar.xz
cd
procps-ng-3.3.15
&&
./configure
--build
=
$(CLFS_TARGET)
--prefix
=
/usr
--exec-prefix
=
--libdir
=
/usr/lib
--docdir
=
/usr/share/doc/procps-ng-3.3.15
--disable-static
--disable-kill
--with-systemd
$(MAKE)
-C
procps-ng-3.3.15
cd
procps-ng-3.3.15
&&
sed
-i
-r
's|(pmap_initname)\\\$$|\1|'
testsuite/pmap.test/pmap.exp
if
[[
!
"
$(BUILD_OPTIONS)
"
=
~ no-tests
]]
;
then
\
$(MAKE)
-C
procps-ng-3.3.15 check
;
\
fi
$(MAKE)
-C
procps-ng-3.3.15
install
mv
-v
/usr/lib/libprocps.so.
*
/lib
ln
-sfv
../../lib/
$$
(
readlink
/usr/lib/libprocps.so
)
/usr/lib/libprocps.so
rm
-rf
procps-ng-3.3.15
procps-ng-3.3.15.tar.xz
0 → 100644
View file @
f5ae731d
File added
procps-ng.groups
0 → 100644
View file @
f5ae731d
bin
/bin/.*
/sbin/.*
headers
/usr/include/.*
locale
/usr/share/locale/.*
doc
/usr/share/doc/.*
man
/usr/share/man/.*
lib
/usr/lib/lib.*
/lib/.*
pkg
/usr/lib/pkgconfig/.*
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment