milis/talimatname/genel/m/mc/talimat

21 lines
488 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
name=mc
version=4.8.15
release=1
source=(https://www.midnight-commander.org/downloads/$name-$version.tar.xz)
derle() {
cd $name-$version
./configure --prefix=/usr \
--enable-charset \
--disable-static \
--sysconfdir=/etc \
--with-screen=ncurses
make
make DESTDIR=$PKG install
}