libmpc: update to 0.9

This commit is contained in:
Juergen Daubert 2011-03-01 20:41:05 +01:00
parent aa6a6f98e6
commit 0898ede0e3
2 changed files with 3 additions and 3 deletions

View File

@ -1 +1 @@
e98267ebd5648a39f881d66797122fb6 mpc-0.8.2.tar.gz
0d6acab8d214bd7d1fbbc593e83dd00d mpc-0.9.tar.gz

View File

@ -4,13 +4,13 @@
# Depends on: libmpfr
name=libmpc
version=0.8.2
version=0.9
release=1
source=(http://www.multiprecision.org/mpc/download/mpc-$version.tar.gz)
build() {
cd mpc-$version
./configure --prefix=/usr
./configure --prefix=/usr EGREP=egrep
make
make DESTDIR=$PKG install
rm -r $PKG/usr/share