1
0
forked from ports/opt
opt/pypanel/Pkgfile
Johannes Winkelmann 575fab944c remove $Id:$ Lines
2005-11-09 22:59:50 +00:00

16 lines
439 B
Plaintext

# Description: A lightweight panel/taskbar for X11
# URL: http://pypanel.sourceforge.net
# Packager: Johannes Winkelmann, jw at tks6 dot net
# Maintainer: Johannes Winkelmann, jw at tks6 dot net
# Depends on: python-xlib
name=pypanel
version=2.4
release=1
source=(http://dl.sourceforge.net/sourceforge/pypanel/PyPanel-$version.tar.gz)
build() {
cd PyPanel-$version
python setup.py install --root=$PKG --prefix=/usr
}