forked from ports/contrib
fbshot: initial import
This commit is contained in:
parent
526a382448
commit
6c3336a925
6
fbshot/.footprint
Normal file
6
fbshot/.footprint
Normal 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
1
fbshot/.md5sum
Normal file
@ -0,0 +1 @@
|
||||
2cc6cc25cdc4cd447a8b0a9662907635 fbshot-0.3.tar.gz
|
16
fbshot/Pkgfile
Normal file
16
fbshot/Pkgfile
Normal 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
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user