pypanel: NEW port - Took over maintainership from opt

This commit is contained in:
James Mills 2007-03-25 00:53:18 +10:00
parent fe7961255a
commit b58f444a81
3 changed files with 31 additions and 0 deletions

13
pypanel/.footprint Normal file
View File

@ -0,0 +1,13 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/pypanel
drwxr-xr-x root/root usr/lib/
drwxr-xr-x root/root usr/lib/python2.5/
drwxr-xr-x root/root usr/lib/python2.5/site-packages/
-rw-r--r-- root/root usr/lib/python2.5/site-packages/PyPanel-2.4-py2.5.egg-info
-rwxr-xr-x root/root usr/lib/python2.5/site-packages/ppmodule.so
drwxr-xr-x root/root usr/lib/python2.5/site-packages/pypanel/
-rw-r--r-- root/root usr/lib/python2.5/site-packages/pypanel/COPYING
-rw-r--r-- root/root usr/lib/python2.5/site-packages/pypanel/README
-rw-r--r-- root/root usr/lib/python2.5/site-packages/pypanel/ppicon.png
-rw-r--r-- root/root usr/lib/python2.5/site-packages/pypanel/pypanelrc

1
pypanel/.md5sum Normal file
View File

@ -0,0 +1 @@
f1f9a2ed80be72ab36e748833618daba PyPanel-2.4.tar.gz

17
pypanel/Pkgfile Normal file
View File

@ -0,0 +1,17 @@
# Description: A lightweight panel/taskbar for X11
# URL: http://pypanel.sourceforge.net
# Maintainer: Johannes Winkelmann, jw at tks6 dot net
# Packager: 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
chown -R root:root $PKG
}