summaryrefslogtreecommitdiff
path: root/community/pypanel/PKGBUILD
blob: 82d608970611da7c376eae54c41851191dcd05d7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# $Id: PKGBUILD 57834 2011-11-03 10:22:57Z lfleischer $
# Maintainer: Lukas Fleischer <archlinux at cryptocrack dot de>
# Contributor: Jeff Mickey <j@codemac.net>
# Contributor: Mr Green
# Contributor: Jens Persson <xerxes2@gmail.com> 

pkgname=pypanel
pkgver=2.4
pkgrel=7
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}"
}