From 415856bdd4f48ab4f2732996f0bae58595092bbe Mon Sep 17 00:00:00 2001 From: Parabola Date: Tue, 5 Apr 2011 14:26:38 +0000 Subject: Tue Apr 5 14:26:38 UTC 2011 --- community/pypanel/PKGBUILD | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 community/pypanel/PKGBUILD (limited to 'community/pypanel') diff --git a/community/pypanel/PKGBUILD b/community/pypanel/PKGBUILD new file mode 100644 index 000000000..ffb86eaa4 --- /dev/null +++ b/community/pypanel/PKGBUILD @@ -0,0 +1,20 @@ +# $Id: PKGBUILD 27121 2010-09-17 15:17:17Z schuay $ +# Maintainer: Jeff Mickey +# Contributor: Mr Green +# Contributor: Jens Persson + +pkgname=pypanel +pkgver=2.4 +pkgrel=6 +pkgdesc="A lightweight panel/taskbar for X11 window managers written in python" +arch=('i686' 'x86_64') +url="http://pypanel.sourceforge.net/" +license=('GPL') +depends=('python2' 'x-server' 'python-xlib' 'imlib2' 'libxft') +source=(http://downloads.sourceforge.net/sourceforge/pypanel/PyPanel-$pkgver.tar.gz) +md5sums=('f1f9a2ed80be72ab36e748833618daba') + +build() { + cd "$srcdir/PyPanel-$pkgver" + python2 setup.py install --root="$pkgdir" +} -- cgit v1.2.3-54-g00ecf