lxc
This commit is contained in:
parent
917ffc5b7c
commit
9f43b22ef1
1 changed files with 25 additions and 0 deletions
25
talimatname/genel/c/cgmanager/talimat
Normal file
25
talimatname/genel/c/cgmanager/talimat
Normal file
|
@ -0,0 +1,25 @@
|
||||||
|
# Tanım: Kontrol gruplarını yönetmek için bir başka daemon
|
||||||
|
# URL: https://linuxcontainers.org/
|
||||||
|
# Paketçi: Cihan_Alkan
|
||||||
|
# Gerekler: help2man libnih
|
||||||
|
# Grup:
|
||||||
|
|
||||||
|
isim=cgmanager
|
||||||
|
surum=0.41
|
||||||
|
devir=1
|
||||||
|
kaynak=(https://linuxcontainers.org/downloads/cgmanager/cgmanager-$surum.tar.gz)
|
||||||
|
|
||||||
|
derle() {
|
||||||
|
|
||||||
|
cd cgmanager-$surum
|
||||||
|
# ./bootstrap.sh
|
||||||
|
./configure \
|
||||||
|
--prefix=/usr \
|
||||||
|
--sbindir=/usr/bin \
|
||||||
|
--libdir=/usr/lib \
|
||||||
|
--libexecdir=/usr/lib
|
||||||
|
make
|
||||||
|
make DESTDIR="$PKG/" install
|
||||||
|
mv "$PKG"/lib/* "$PKG"/usr/lib/
|
||||||
|
rmdir "$PKG"/lib
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue