# Description: GNU readline library # URL: https://tiswww.case.edu/php/chet/readline/rltop.html # Maintainer: KRAK3N Team, core ports at krak3n dot my name=readline version=8.3 release=1 source=(https://ftpmirror.gnu.org/gnu/${name}/${name}-${version}.tar.gz) build() { cd ${name}-${version} ./configure --prefix=/usr --with-curses make SHLIB_LIBS="-lncursesw" make SHLIB_LIBS="-lncursesw" DESTDIR=$PKG install }