### this file is sourced not run
PKGNAME=mc
PKGVER=4.8.19
PKGBUILD=1
PKGARCH=x86_64

# BLFS 7.5 modified
TARBALL=${PKGNAME}-${PKGVER}.tar.xz
MD5SUM=57209d138c0adcb9ea01dfe6bbb4cb87
SRC_URL=http://ftp.midnight-commander.org/$TARBALL
BUNDLE=

SLACKREQ='glib libpcre aspell libncurses gpm libssh2'
SLACKDESC="${PKGNAME}: ${PKGNAME} ${PKGVER} (Console file manager)  
${PKGNAME}:  
${PKGNAME}: MC (Midnight Commander) is a text-mode full-screen file manager and visual 
${PKGNAME}: shell. It provides a clear, user-friendly, and somewhat protected 
${PKGNAME}: interface to a Unix system while making many frequent file operations more 
${PKGNAME}: efficient and preserving the full power of the command prompt.  
${PKGNAME}: 
${PKGNAME}: 
${PKGNAME}: 
${PKGNAME}: 
${PKGNAME}: 
"
SLACKSUG='zip unzip'

### default pkg_download
### default pkg_prepare
### default pkg_package
### build
pkg_build() {
	CONFFLAGS="$CONFFLAGS --disable-static --enable-aspell \
	--with-screen=ncurses --enable-charset"
	pkg_build_autoconf &&
	pkg_build_slackdesc
}


