diff options
Diffstat (limited to 'community/pypanel/PKGBUILD')
-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}" -} |