diff options
author | root <root@rshg054.dnsready.net> | 2013-07-19 01:10:32 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-07-19 01:10:32 -0700 |
commit | 8fbc0076a4827ddc6af92e0b9daa4c4c31450808 (patch) | |
tree | 03fd0e2921ebd53228d9a93e32ed3976b636cbea /community/pypanel/PKGBUILD | |
parent | e445a313723389ba9ee1fded025c567dae5b21ea (diff) |
Fri Jul 19 01:09:18 PDT 2013
Diffstat (limited to 'community/pypanel/PKGBUILD')
-rw-r--r-- | community/pypanel/PKGBUILD | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/community/pypanel/PKGBUILD b/community/pypanel/PKGBUILD new file mode 100644 index 000000000..06e97709e --- /dev/null +++ b/community/pypanel/PKGBUILD @@ -0,0 +1,21 @@ +# $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}" +} |