# Description: Lets users edit command lines as they are typed in # URL: http://cnswww.cns.cwru.edu/php/chet/readline/rltop.html # Maintainer: Per Lidén name=readline version=5.1 release=1 source=(http://mirrors.sunsite.dk/gnu/$name/$name-$version.tar.gz \ $name-$version-001.patch inputrc) build() { cd $name-$version patch -p0 < ../$name-$version-001.patch ./configure --prefix=/usr make make DESTDIR=$PKG install install -D -m 644 ../inputrc $PKG/etc/inputrc rm -rf $PKG/usr/info }