opt/libcgroup/Pkgfile

19 lines
468 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
# 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
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
}