forked from ports/contrib
popper: initial commit
This commit is contained in:
parent
30560e8fdc
commit
d90a28f6a5
3
popper/.footprint
Normal file
3
popper/.footprint
Normal 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
1
popper/.md5sum
Normal file
@ -0,0 +1 @@
|
||||
6a0f113807cfd8527e86e447da464be7 popper-0.3.src.tar.gz
|
16
popper/Pkgfile
Normal file
16
popper/Pkgfile
Normal 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
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user