From 6c3336a9251e1b35dbf1199f99d3390bbcfb3394 Mon Sep 17 00:00:00 2001 From: Thomas Penteker Date: Fri, 25 Jul 2008 01:06:09 +0200 Subject: [PATCH] fbshot: initial import --- fbshot/.footprint | 6 ++++++ fbshot/.md5sum | 1 + fbshot/Pkgfile | 16 ++++++++++++++++ 3 files changed, 23 insertions(+) create mode 100644 fbshot/.footprint create mode 100644 fbshot/.md5sum create mode 100644 fbshot/Pkgfile diff --git a/fbshot/.footprint b/fbshot/.footprint new file mode 100644 index 000000000..30467de79 --- /dev/null +++ b/fbshot/.footprint @@ -0,0 +1,6 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/bin/ +-rwxr-xr-x root/root usr/bin/fbshot +drwxr-xr-x root/root usr/man/ +drwxr-xr-x root/root usr/man/man1/ +-rwxr-xr-x root/root usr/man/man1/fbshot.1.gz diff --git a/fbshot/.md5sum b/fbshot/.md5sum new file mode 100644 index 000000000..eeff4c2cd --- /dev/null +++ b/fbshot/.md5sum @@ -0,0 +1 @@ +2cc6cc25cdc4cd447a8b0a9662907635 fbshot-0.3.tar.gz diff --git a/fbshot/Pkgfile b/fbshot/Pkgfile new file mode 100644 index 000000000..72deaee9b --- /dev/null +++ b/fbshot/Pkgfile @@ -0,0 +1,16 @@ +# 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://www.sfires.net/stuff/$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 +}