1
0
forked from ports/contrib

popper: removed, upstream doesn't provide source balls anymore, last updated 2011

This commit is contained in:
Tim Biermann 2020-05-24 10:58:46 +00:00
parent 0139b2339a
commit c3648bca59
3 changed files with 0 additions and 24 deletions

View File

@ -1,3 +0,0 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/popper

View File

@ -1,5 +0,0 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF37OVcWW1h9+H/wpt9R8vJiJ0Kd2sYhI58MJDl2SLFRgRgohG7LtigLSkG35W2p1QdLnfbA+Ru0b8dwxwXSbKhQM=
SHA256 (Pkgfile) = 05f649f2baf58dbc0a7448474fce896b9018bd2552b8c0439aa3ada4c61db536
SHA256 (.footprint) = 3644f4b59c5dc0481ab5b6b9e157d55a017484f726340e88111b7a55a3178b53
SHA256 (popper-0.3.src.tar.gz) = 0cf998f08a489f7b207c828db32586e9f1e14ee7fb0f97ffecf6b2ad7401d84e

View File

@ -1,16 +0,0 @@
# Description: popups on your desktop
# URL: http://phospher.com/index.php/Popper
# Maintainer: Thomas Penteker, tek at serverop dot de
# Depends on: libnotify
name=popper
version=0.3
release=1
source=(http://webscripts.phospher.com/files/SRC/Popper/popper-$version.src.tar.gz)
build () {
cd Popper
sh buildme.sh
install -m 755 -d $PKG/usr/bin
install -m 755 popper $PKG/usr/bin
}