opt/mc/Pkgfile

19 lines
495 B
Plaintext
Raw Normal View History

2006-02-23 16:26:10 +01:00
# Description: GNU Midnight Commander
# URL: http://www.ibiblio.org/mc/
2006-09-07 08:59:04 +02:00
# Maintainer: J<>rgen Daubert, juergen dot daubert at t-online dot de
2006-02-23 16:26:10 +01:00
# Depends on: e2fsprogs, glib
name=mc
version=4.6.1
release=1
source=(http://www.ibiblio.org/pub/Linux/utils/file/managers/$name/$name-$version.tar.gz)
build () {
cd $name-$version
./configure --prefix=/usr --disable-nls
make
make DESTDIR=$PKG install
rm $PKG/usr/share/mc/mc.hint.*
rm -r $PKG/usr/{sbin,man/man8}
}