# Depends on: git fltk poppler lzo

description="A simple FLTK PDF viewer"
url="https://github.com/clbr/flaxpdf"
contributors="timcowchip, tnut, Greg"
packager="tnut <tnut@nutyx.org>"

name=flaxpdf
version=git
release=3

build() {
	git clone https://github.com/clbr/flaxpdf.git
	cd flaxpdf

	mkdir -p config
	touch config/config.rpath
	./autogen.sh

   ./configure --prefix=/usr 

	make

	make DESTDIR="$PKG" install
}

