summaryrefslogtreecommitdiff
path: root/community/pypanel
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-07-17 00:58:52 -0700
committerroot <root@rshg054.dnsready.net>2013-07-17 00:58:52 -0700
commitdee9f17b595ea903a982d31d1124b302bb17e2ff (patch)
tree295fdab78e28e1952fbc13ce824d57c88ede4e3b /community/pypanel
parent380530d02a5449fdef97b63b394a6743c3de0092 (diff)
Wed Jul 17 00:58:51 PDT 2013
Diffstat (limited to 'community/pypanel')
-rw-r--r--community/pypanel/PKGBUILD21
1 files changed, 0 insertions, 21 deletions
diff --git a/community/pypanel/PKGBUILD b/community/pypanel/PKGBUILD
deleted file mode 100644
index 06e97709e..000000000
--- a/community/pypanel/PKGBUILD
+++ /dev/null
@@ -1,21 +0,0 @@
-# $Id: PKGBUILD 92799 2013-06-15 10:31:37Z 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=8
-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' 'python2-xlib' 'imlib2' 'libxft')
-source=("http://downloads.sourceforge.net/sourceforge/pypanel/PyPanel-${pkgver}.tar.gz")
-md5sums=('f1f9a2ed80be72ab36e748833618daba')
-
-package() {
- cd "${srcdir}/PyPanel-${pkgver}"
- python2 setup.py install --root="${pkgdir}"
-}