opt/mc/Pkgfile

28 lines
618 B
Plaintext

# Description: GNU Midnight Commander
# URL: http://www.midnight-commander.org
# Maintainer: Juergen Daubert, jue at crux dot nu
# Depends on: ncurses glib
name=mc
version=4.8.5
release=2
source=(http://www.midnight-commander.org/downloads/$name-$version.tar.xz
mcedit.diff)
build () {
cd $name-$version
patch -p0 -i $SRC/mcedit.diff
./configure --prefix=/usr \
--mandir=/usr/man \
--libexecdir=/usr/lib \
--disable-nls \
--with-screen=ncurses
make
make DESTDIR=$PKG install
rm $PKG/usr/lib/mc/*/README*
}