opt/libcgroup/Pkgfile

19 lines
456 B
Plaintext
Raw Normal View History

2016-04-27 11:03:32 +02:00
# Description: Library that abstracts the control group file system in Linux
2021-01-29 01:09:43 +01:00
# URL: https://github.com/libcgroup/libcgroup
# Maintainer: Tim Biermann, tbier at posteo dot de
2015-12-06 13:03:45 +01:00
name=libcgroup
version=0.42.2
2020-07-04 13:20:27 +02:00
release=2
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 13:20:27 +02:00
./configure --prefix=/usr \
--enable-pam-module-dir=/lib/security
2015-12-06 13:03:45 +01:00
make
make DESTDIR=$PKG install
}