milis/talimatname/genel/c/criu/talimat

21 lines
529 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: Linux kullanıcı alanı(userspace) için geri yükleme/kontrol noktası işlevi sağlayan uygulama
# URL: http://criu.org
# Paketçi: milisarge
# Gerekler: xmlto asciidoc python protobuf-c libnl libnet
# Grup: sistem
isim=criu
surum=3.9
devir=1
kaynak=(http://download.openvz.org/criu/$isim-$surum.tar.bz2::$isim-$surum.tar.bz2)
derle() {
cd "$SRC/$isim-$surum"
make
make DESTDIR="$PKG/" \
PREFIX=/usr \
SBINDIR=/usr/bin \
LOGROTATEDIR=/etc/logrotate.d \
LIBDIR=/usr/lib install
}