#Maintainer: toothandnail #Former Maintainer(s): Name #Anything commented out is optional and can be deleted. pkgname=mc pkgver=4.8.1.3 pkgrel=1pm #arch=i486 source=("http://www.midnight-commander.org/downloads/$pkgname-$pkgver.tar.bz2") sourcetemplate=http://people.salixos.org/toothandnail/i486/$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 --libdir=/usr/lib${LIBDIRSUFFIX} --localstatedir=/var --sysconfdir=/etc --enable-vfs-smb --with-x make || return 1 make install DESTDIR=$startdir/pkg }