# Description: Lets users edit command lines as they are typed in # URL: http://cnswww.cns.cwru.edu/php/chet/readline/rltop.html # Maintainer: CRUX System Team, core-ports at crux dot nu # Arch Maintainer: CRUX-ARM System Team, devel at crux-arm dot nu # Depends on: name=readline version=6.1 release=1 source=(http://ftp.gnu.org/gnu/$name/$name-${version}.tar.gz \ inputrc) build() { cd $name-${version} ./configure --build=$CHOST \ --host=$CTARGET \ --prefix=/usr \ --mandir=/usr/man make make DESTDIR=$PKG install install -D -m 644 $SRC/inputrc $PKG/etc/inputrc rm -rf $PKG/usr/share/info }