milis/talimatname/genel/m/mc/talimat

22 lines
495 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: Midnight Commander, Norton Commander'ı öykünen metin tabanlı bir dosya yöneticisi/kabuğu
# URL: https://www.midnight-commander.org/
# Paketçi: milisarge@gmail.com
# Gerekler: pcre glib gpm
# Grup: sistem
isim=mc
surum=4.8.15
devir=1
kaynak=(https://www.midnight-commander.org/downloads/$isim-$surum.tar.xz)
derle() {
cd $isim-$surum
./configure --prefix=/usr \
--enable-charset \
--disable-static \
--sysconfdir=/etc \
--with-screen=ncurses
make
make DESTDIR=$PKG install
}