mpd 0.12.2

This commit is contained in:
Mark Rosenstand 2007-03-21 23:50:50 +01:00
parent 9064c5f88d
commit 2d759a8249
2 changed files with 3 additions and 3 deletions

View File

@ -1 +1 @@
c980cf373fafacdab6734f2ebfb13cbd mpd-0.12.1.tar.bz2
22f1240afdfac5c32056c2a0f3b3a02f mpd-0.12.2.tar.bz2

View File

@ -4,13 +4,13 @@
# Depends on: libid3tag, libmad, libvorbis
name=mpd
version=0.12.1
version=0.12.2
release=1
source=(http://www.musicpd.org/uploads/files/mpd-$version.tar.bz2)
build() {
cd mpd-$version
./configure --prefix=/usr
./configure --prefix=/usr --mandir=/usr/man
make
make DESTDIR=$PKG install
mkdir -p $PKG/etc