2016-04-27 11:03:32 +02:00
|
|
|
# Description: Library that abstracts the control group file system in Linux
|
2020-07-04 20:48:29 +10:00
|
|
|
# URL: https://github.com/libcgroup/libcgroup
|
2016-04-27 11:03:32 +02:00
|
|
|
# Maintainer: Thomas Penteker, tek at serverop dot de
|
2015-12-06 13:03:45 +01:00
|
|
|
|
|
|
|
name=libcgroup
|
2020-07-04 20:48:29 +10:00
|
|
|
version=0.42.2
|
2020-07-04 21:20:27 +10:00
|
|
|
release=2
|
2020-07-04 20:48:29 +10:00
|
|
|
source=(https://github.com/libcgroup/libcgroup/releases/download/v$version/$name-$version.tar.bz2)
|
2015-12-06 13:03:45 +01:00
|
|
|
|
|
|
|
build() {
|
|
|
|
cd $name-$version
|
|
|
|
|
2020-07-04 21:20:27 +10:00
|
|
|
./configure --prefix=/usr \
|
|
|
|
--enable-pam-module-dir=/lib/security
|
2015-12-06 13:03:45 +01:00
|
|
|
|
|
|
|
make
|
|
|
|
make DESTDIR=$PKG install
|
|
|
|
}
|