summaryrefslogtreecommitdiff
path: root/libmpc/Pkgfile
blob: efcc77975f54427e0d5838f1445e033ffc2652c2 (plain)
    1 # Description: C library for the arithmetic of complex numbers
    2 # URL: http://www.multiprecision.org/
    3 # Maintainer: CRUX System Team, core-ports at crux dot nu
    4 # Depends on: libmpfr
    5 
    6 name=libmpc
    7 version=1.3.0
    8 release=1
    9 source=(https://ftp.gnu.org/gnu/mpc/mpc-$version.tar.gz)
   10 
   11 build() {
   12 	cd mpc-$version
   13 	./configure --prefix=/usr
   14 	make
   15 	make DESTDIR=$PKG install
   16 	rm -r $PKG/usr/share
   17 }

Generated by cgit