summaryrefslogtreecommitdiff
path: root/libcgroup/Pkgfile
blob: 96c3976d11002fa10067379d2860ed3d09248517 (plain)
    1 # Description: Library that abstracts the control group file system in Linux
    2 # URL:         https://github.com/libcgroup/libcgroup
    3 # Maintainer:  Thomas Penteker, tek at serverop dot de
    4 
    5 name=libcgroup
    6 version=0.42.2
    7 release=2
    8 source=(https://github.com/libcgroup/libcgroup/releases/download/v$version/$name-$version.tar.bz2)
    9 
   10 build() {
   11   cd $name-$version
   12 
   13   ./configure --prefix=/usr \
   14     --enable-pam-module-dir=/lib/security
   15 
   16   make
   17   make DESTDIR=$PKG install
   18 }

Generated by cgit