opt/mc/Pkgfile

27 lines
626 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
2008-07-11 09:29:19 +02:00
# Maintainer: Juergen Daubert, juergen dot daubert at t-online dot de
2006-02-23 16:26:10 +01:00
# Depends on: e2fsprogs, glib
name=mc
2009-02-12 13:59:19 +01:00
version=4.6.2
release=2
2009-02-12 13:59:19 +01:00
source=(http://www.midnight-commander.org/downloads/$name-$version.tar.gz)
2006-02-23 16:26:10 +01:00
build () {
cd $name-$version
2009-02-12 13:59:19 +01:00
aclocal
automake -a
2009-02-12 13:59:19 +01:00
./configure --prefix=/usr \
--mandir=/usr/man \
--libexecdir=/usr/lib \
--disable-nls
2006-02-23 16:26:10 +01:00
make
make DESTDIR=$PKG install
2009-02-12 13:59:19 +01:00
2006-11-21 08:24:35 +01:00
rm $PKG/usr/share/mc/{mc.hint.*,extfs/README}
2006-02-23 16:26:10 +01:00
rm -r $PKG/usr/{sbin,man/man8}
}