#Maintainer: Paul Marwick #Former Maintainer(s): Name #Anything commented out is optional and can be deleted. pkgname=mc pkgver=4.7.0pre4 pkgrel=1 zenver=64 arch=i486 source=("http://www.midnight-commander.org/downloads/mc-4.7.0pre4.tar.gz") sourcetemplate=http://zenwalk.pinguix.com/user-accounts/toothandnail/$pkgname/$pkgver docs=("readme" "install" "copying" "changelog" "authors" "news" "todo") url="http://www.midnight-commander.org/" #doinst() { # #} slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "mc (Midnight Commander, a flexible and powerful filemanager" "MC is a user shell with many enhancements. It allows file management" "tasks to be performed while still giving access to the command line." "It supports virtual file systems which can be remote (ftp)sites or" "local archives. This version supports LZMA xz compression" ) build() { cd $startdir/src/$pkgname-$pkgver ./configure --prefix=/usr --localstatedir=/var --sysconfdir=/etc --with-samba make || return 1 make install DESTDIR=$startdir/pkg rmdir $startdir/pkg/usr/sbin }