Package Details: kuechenstation 0.4-2

Package Base: kuechenstation
Description: A leightweight xmms2 console client written in python
Upstream URL: http://kuechenstation.sourceforge.net/
Category: multimedia
Licenses: GPL
Submitter: None
Maintainer: None
Last Packager: None
Votes: 4
First Submitted: 2009-03-24 11:33
Last Updated: 2013-01-08 12:28

Dependencies (3)

Required by (0)

Sources

Latest Comments

Anonymous comment

2011-02-27 11:31

updated for version 0.4 of kuechenstation and python2 dependency:
$> cat PKGBUILD

# Contributor: Alexander Surma <surma (a) drebesium (.) org>
pkgname=kuechenstation
pkgver=0.4
pkgrel=1
pkgdesc="A leightweight xmms2 console client written in python"
url="http://kuechenstation.sourceforge.net/"
license=('GPL')
arch=('i686' 'x86_64')
makedepends=('python2')
depends=('python2' 'figlet' 'xmms2>=0.6DrMattDestruction-9')
optdepends=('python-feedparser: podcast support')
source=(http://downloads.sourceforge.net/kuechenstation/${pkgname}_${pkgver}.tar.gz?use_mirror=garr)
md5sums=('a6e47f4ad2be24faadf416e1efa0b4a4')

build() {
cd $srcdir/$pkgname-$pkgver
python2 ./setup.py build || return 1
python2 ./setup.py install --root=${pkgdir} || return 1
}