1
0
forked from ports/contrib

popper: initial commit

This commit is contained in:
Thomas Penteker 2009-03-12 19:26:02 +01:00
parent 30560e8fdc
commit d90a28f6a5
3 changed files with 20 additions and 0 deletions

3
popper/.footprint Normal file
View File

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

1
popper/.md5sum Normal file
View File

@ -0,0 +1 @@
6a0f113807cfd8527e86e447da464be7 popper-0.3.src.tar.gz

16
popper/Pkgfile Normal file
View File

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