opt/mc/Pkgfile

25 lines
575 B
Plaintext
Raw Normal View History

2006-02-23 16:26:10 +01:00
# Description: GNU Midnight Commander
2009-02-12 13:59:19 +01:00
# URL: http://www.midnight-commander.org
2011-02-02 13:44:37 +01:00
# Maintainer: Juergen Daubert, jue at crux dot nu
2015-03-25 13:02:39 +01:00
# Depends on: util-linux ncurses glib
2006-02-23 16:26:10 +01:00
name=mc
2015-11-09 13:10:44 +01:00
version=4.8.15
2012-09-14 15:24:47 +02:00
release=1
2014-04-05 15:08:22 +02:00
source=(http://ftp.osuosl.org/pub/midnightcommander/$name-$version.tar.xz)
2006-02-23 16:26:10 +01:00
build () {
cd $name-$version
2009-02-12 13:59:19 +01:00
./configure --prefix=/usr \
--mandir=/usr/man \
--libexecdir=/usr/lib \
2009-12-28 10:55:50 +01:00
--disable-nls \
--with-screen=ncurses
2006-02-23 16:26:10 +01:00
make
make DESTDIR=$PKG install
2009-02-12 13:59:19 +01:00
2011-04-12 09:09:43 +02:00
rm $PKG/usr/lib/mc/*/README*
2006-02-23 16:26:10 +01:00
}