1
0
forked from ports/contrib

fbshot: initial import

This commit is contained in:
Thomas Penteker 2008-07-25 01:06:09 +02:00
parent 526a382448
commit 6c3336a925
3 changed files with 23 additions and 0 deletions

6
fbshot/.footprint Normal file
View File

@ -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

1
fbshot/.md5sum Normal file
View File

@ -0,0 +1 @@
2cc6cc25cdc4cd447a8b0a9662907635 fbshot-0.3.tar.gz

16
fbshot/Pkgfile Normal file
View File

@ -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
}