description="The Less package contains a text file viewer."
url="http://www.greenwoodsoftware.com/less/"

packager="Grat-OS Team"
maintainer="Grat-OS Team"

name=less
version=661

source=(http://www.greenwoodsoftware.com/less/less-$version.tar.gz)

build() {
  cd less-$version

  ./configure --prefix=/usr \
              --sysconfdir=/etc

  make
  make DESTDIR=$PKG install
}
