2016-05-14 20:50:12 +02:00
|
|
|
# Description: Scripts to mount the cgroupfs hierarchy
|
|
|
|
# URL: https://github.com/tianon/cgroupfs-mount
|
|
|
|
# Maintainer: Thomas Penteker, tek at serverop dot de
|
|
|
|
# Packager: James Mills, prologic at shortcircuit dot net dot au
|
2014-03-17 05:10:29 +01:00
|
|
|
|
|
|
|
name=cgroupfs-mount
|
2017-05-08 00:15:41 +02:00
|
|
|
version=1.4
|
|
|
|
release=1
|
2019-04-10 00:46:46 +02:00
|
|
|
source=(https://github.com/tianon/${name}/archive/$version/$name-$version.tar.gz)
|
2014-03-17 05:10:29 +01:00
|
|
|
|
|
|
|
build() {
|
2014-11-03 14:12:16 +01:00
|
|
|
cd $name-$version
|
2014-03-17 05:10:29 +01:00
|
|
|
|
|
|
|
install -D -m 755 cgroupfs-mount $PKG/usr/bin/cgroupfs-mount
|
|
|
|
install -D -m 755 cgroupfs-umount $PKG/usr/bin/cgroupfs-umount
|
|
|
|
}
|