summaryrefslogtreecommitdiff
path: root/mpfr/Pkgfile
blob: 4ffcf12066acecc5c2f84b798900b8d74e5cf92c (plain)
    1 # Description: Multiple precision floating-point computation library with cumulative patches.
    2 # URL: http://www.mpfr.org/
    3 # Maintainer: Danny Rawlins, romster at shortcircuit dot net dot au
    4 # Packager: acrux, acrux at homelinux dot org
    5 # Depends on: libgmp
    6 
    7 name=mpfr
    8 version=2.3.0
    9 release=1
   10 source=(http://www.mpfr.org/mpfr-current/mpfr-$version.tar.bz2)
   11 build() {
   12 	cd mpfr-$version
   13 	#autoreconf -i -f
   14 
   15 	./configure \
   16 		--prefix=/usr \
   17 		--disable-nls
   18 
   19 	make
   20 	make check
   21 	make DESTDIR=$PKG install
   22 	rm -r $PKG/usr/share
   23 }

Generated by cgit