mpc 0.12.1

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

View File

@ -1 +1 @@
2c419ea9e422532d73fb87d740fa2005 mpc-0.12.0.tar.gz
0be8cc9ba282f467631ee0b1b8a0c494 mpc-0.12.1.tar.gz

View File

@ -3,13 +3,13 @@
# Maintainer: Mark Rosenstand, mark at borkware dot net
name=mpc
version=0.12.0
version=0.12.1
release=1
source=(http://www.musicpd.org/uploads/files/mpc-$version.tar.gz)
build() {
cd mpc-$version
./configure --prefix=/usr
./configure --prefix=/usr --mandir=/usr/man
make
make DESTDIR=$PKG install
cd $PKG/usr/share