milis/talimatname/genel/c/cgmanager/talimat

26 lines
519 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 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
}