milis/talimatname/genel/l/lsof/talimat

21 lines
604 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: Lsof paketi, belirli bir çalışan uygulama veya işlem için Açık Dosyaları Listelemek için kullanışlıdır.
# URL: ftp://ftp.fu-berlin.de/pub/unix/tools/lsof/
# Paketçi: milisarge
# Gerekler:
isim=lsof
surum=4.89
devir=1
kaynak=(ftp://ftp.fu-berlin.de/pub/unix/tools/lsof/lsof_$surum.tar.bz2)
derle() {
cd lsof_${surum}
tar -xf lsof_${surum}_src.tar
cd lsof_${surum}_src
yes "" | ./Configure linux
sed -i -e "s/-DLINUXV/${CFLAGS} -DLINUXV/" Makefile
make
install -D -m 755 lsof $PKG/usr/sbin/lsof
install -D -m 644 lsof.8 $PKG/usr/man/man8/lsof.8
}