opt/mc/Pkgfile

25 lines
458 B
Plaintext
Raw Normal View History

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