milis/talimatname/temel/mpc/talimat

21 lines
410 B
Plaintext
Raw Normal View History

2017-10-27 21:56:50 +02:00
# Tanım: Library for the arithmetic of complex numbers with arbitrarily high precision.
2016-02-24 01:27:23 +01:00
# URL: http://www.multiprecision.org/
2017-10-27 21:56:50 +02:00
# Paketçi: milisarge
# Gerekler:
2016-02-24 01:27:23 +01:00
name=mpc
version=1.0.3
release=1
2017-10-27 21:56:50 +02:00
source=(http://www.multiprecision.org/mpc/download/mpc-$version.tar.gz)
2016-02-24 01:27:23 +01:00
build()
{
cd mpc-$version
./configure --prefix=/usr --libdir=/lib
make
make check
make DESTDIR=$PKG install
rm -rf $PKG/usr/share/info/dir
}