mpd: 0.16.7 -> 0.16.8

This commit is contained in:
Thomas Penteker 2013-04-09 03:11:34 +02:00
parent 6dc2b7ef62
commit 9ad81d455d
2 changed files with 5 additions and 3 deletions

View File

@ -1 +1 @@
3d0e7c36646e80386b32966bd4268e8d mpd-0.16.7.tar.bz2
b412a9d0b3457bea1bb87904a8f80c04 mpd-0.16.8.tar.bz2

View File

@ -6,7 +6,7 @@
# Nice to have: faad2 flac audiofile
name=mpd
version=0.16.7
version=0.16.8
release=1
source=(http://download.sourceforge.net/musicpd/$name-$version.tar.bz2)
@ -15,7 +15,9 @@ build() {
./configure \
--prefix=/usr \
--mandir=/usr/man
--mandir=/usr/man \
--sysconfdir=/etc
make
make DESTDIR=$PKG install