# Description: A screenshot capturing program for the framebuffer console # URL: http://www.sfires.net/fbshot/ # Maintainer: Thomas Penteker, tek at serverop dot de # Depends on: libpng name=fbshot version=0.3 release=1 source=(http://distro.ibiblio.org/pub/linux/distributions/amigolinux/download/Utils/$name/$name-$version.tar.gz) build() { cd $name-$version sed -i -e "s|/usr/|$PKG/usr/|g" Makefile install -d $PKG/usr/bin $PKG/usr/man/man1 make && make install }