### this file is sourced not run
pkgname=libedit
PKGVER=20180525.3.1
PKGBUILD=1
PKGARCH=x86_64

# source: BLFS 8.0 2017-08-14
TARBALL=$pkgname-${PKGVER/./-}.tar.gz
MD5SUM=97679319742f45d6cdcd6075511b14ac
SRC_URL=http://thrysoee.dk/editline/$TARBALL
BUNDLE=

SLACKREQ=
SLACKDESC="$pkgname: $pkgname $PKGVER (library)
$pkgname:  
$pkgname: Autotool- and libtoolized port of the NetBSD Editline library.
$pkgname: It provides generic line editing, history, and tokinization
$pkgname: functions, similar to those found un GNU Readline.
$pkgname: 
$pkgname: License: BSD
$pkgname: 
$pkgname: Homepage: http://thrysoee.dk/editline/
$pkgname: 
$pkgname:
"

### default pkg_download
### default pkg_prepare
### default pkg_package
### build
pkg_build() {
	CONFFLAGS="$CONFFLAGS --disable-static"
	pkg_build_autoconf && 
	pkg_build_slackdesc
}


