You are not logged in.
Hi all,
Giving a little back, I will be uploading the pkg for MPD, Music player daemon soon, but here is the PKGBUILD
pkgname=mpd
pkgver=0.10.3
pkgrel=1
pkgdesc="mpd - the music player daemon"
url="http://musicpd.org"
depends=('libao' 'zlib')
source=(http://mercury.chem.pitt.edu/~shank/$pkgname-$pkgver.tar.gz)
md5sums=('cd16e7cba47ca743106ab10bbcf1f41d')
build() {
cd $startdir/src/$pkgname-$pkgver
./configure --prefix=/usr --disable-flac --disable-aac --disable-ogg --enable-mpd-mad --enable-mpd-id3tag --disable-oggtest --disable-vorbistest --disable-libFLACtest --disable-audiofiletest
make || return 1
make prefix=$startdir/pkg/usr install
}
Let me know if there are any issues, or if people want the pkg with ogg support, I don't use ogg so I didn't compile it in.
Offline