2016-04-27 11:03:32 +02:00
|
|
|
# Description: Library that abstracts the control group file system in Linux
|
|
|
|
# URL: http://libcg.sourceforge.net/
|
|
|
|
# Maintainer: Thomas Penteker, tek at serverop dot de
|
2015-12-06 13:03:45 +01:00
|
|
|
# Depends on:
|
|
|
|
|
|
|
|
name=libcgroup
|
|
|
|
version=0.41
|
|
|
|
release=1
|
|
|
|
source=(http://download.sourceforge.net/project/libcg/$name/v${version}/${name}-${version}.tar.bz2)
|
|
|
|
|
|
|
|
build() {
|
|
|
|
cd $name-$version
|
|
|
|
|
|
|
|
./configure --prefix=/usr \
|
|
|
|
--disable-pam
|
|
|
|
|
|
|
|
make
|
|
|
|
make DESTDIR=$PKG install
|
|
|
|
}
|