milis/talimatname/genel/mc/talimat

21 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.

# Description: Midnight Commander, Norton Commander'ı öykünen metin tabanlı bir dosya yöneticisi/kabuğu
# URL: https://www.midnight-commander.org/
# Packager: milisarge@gmail.com
# Depends on: pcre glib gpm
name=mc
version=4.8.15
release=1
source=(https://www.midnight-commander.org/downloads/$name-$version.tar.xz)
build() {
cd $name-$version
./configure --prefix=/usr \
--enable-charset \
--disable-static \
--sysconfdir=/etc \
--with-screen=ncurses
make
make DESTDIR=$PKG install
}