You are not logged in.

#1 2004-05-16 12:33:26

Kihaji
Member
Registered: 2004-04-04
Posts: 12

[multimedia-sound&audio] WMmp

To go with MPD you need a front end, here is a WindowMaker Dock app, works with *box also. Will upload the pkg later.

pkgname=WMmp
pkgver=0.10.0
pkgrel=1
pkgdesc="WMmp - Window Maker dock frontend for MPD"
url="http://musicpd.org/?page=files#WMmp"
depends=('mpd')
source=(http://mercury.chem.pitt.edu/~shank/$pkgname-$pkgver.tar.gz)
md5sums=('846c3d66d360d50e792377cdb5f0b572')

build() {
  cd $startdir/src/$pkgname-$pkgver
  ./configure --prefix=/usr --with-default-host=localhost --with-default-port=2100
  make || return 1
  make prefix=$startdir/pkg/usr install
}

Offline

Board footer

Powered by FluxBB