# Description: rlwrap is a 'readline wrapper' that uses the GNU readline library to allow the editing of keyboard input for any other command. # URL: http://utopia.knoware.nl/~hlub/uck/rlwrap/ # Maintainer: Ivan Rodionov, jean at mosk ru # Packager: Ivan Rodionov, jean at mosk ru # Depends on: readline name=rlwrap version=0.30 release=1 source=(http://utopia.knoware.nl/~hlub/uck/$name/$name-$version.tar.gz) build () { cd $name-$version ./configure --prefix=/usr make && make DESTDIR=$PKG install }