milis/talimatname/genel/c/cgmanager/talimat

26 lines
574 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: Tüm gruplarınızı sizin için basit bir D-Bus API'si ile yöneten merkezi ayrıcalıklı bir servis.
# URL: https://linuxcontainers.org/
# Paketçi: Cihan_Alkan
# Gerekler: help2man libnih
# Grup: sistem
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
}