# Description: Text editor with powerful block operations, similar to NE. # URL: N/A # Maintainer: Tilman Sauerbeck, tilman at crux dot nu name=le version=1.13.0 release=1 source=(ftp://ftp.yar.ru/pub/source/$name/$name-$version.tar.bz2) build() { cd $name-$version ./configure --prefix=/usr make make DESTDIR=$PKG install }