diff options
author | root <root@rshg054.dnsready.net> | 2013-08-11 01:21:34 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-08-11 01:21:34 -0700 |
commit | 18a41d682d6e91e0d28fce23eb75292f477bd620 (patch) | |
tree | bce8f660d7d0b6541cadbc49bf1bac2434e4c0c6 /community/pypanel | |
parent | 0ade1da67addf154d93c6a6399b0a3d5a18a3336 (diff) |
Sun Aug 11 01:21:31 PDT 2013
Diffstat (limited to 'community/pypanel')
-rw-r--r-- | community/pypanel/PKGBUILD | 21 |
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}" -} |