core/less/Pkgfile

21 lines
561 B
Plaintext

# Description: A terminal based program for viewing text files
# URL: http://www.greenwoodsoftware.com/less/
# Maintainer: CRUX System Team, core-ports at crux dot nu
# Depends on: ncurses libpcre
name=less
version=481
release=1
source=(http://www.greenwoodsoftware.com/less/$name-$version.tar.gz \
filter)
build() {
cd $name-$version
./configure --prefix=/usr \
--mandir=/usr/man \
--with-regex=pcre
make
make DESTDIR=$PKG install
install -m 755 -D $SRC/filter $PKG/usr/lib/less/filter
}