fbshot: deleted unmaintained port

This commit is contained in:
Tim Biermann 2020-01-26 21:47:59 +01:00
parent 582b8d4921
commit 69f2274159
Signed by: tb
GPG Key ID: 42F8B4E30B673606
3 changed files with 0 additions and 27 deletions

View File

@ -1,6 +0,0 @@
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

View File

@ -1,5 +0,0 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF3wT/i6BxG7A+KoxiBeRf40fdgIMHhuy2+CXA6VlroL4+Q5uOw964A3HYY1jPWt1SUp3QB0wRtXhVh/jUJCKPlA4=
SHA256 (Pkgfile) = 6d27e06d16251bbb9724d26b471bda2060220ef97a941081d2807f3e43aa608a
SHA256 (.footprint) = ae91b3693d227fc3f4cc8978acc1112b3430d014f46310fab4f8ee618181d24f
SHA256 (fbshot-0.3.tar.gz) = 4cceeed1f9ddfeeffe5e4027fad696ea732af4dd90c28b2cfe9a3bb31787903b

View File

@ -1,16 +0,0 @@
# 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
}