summaryrefslogtreecommitdiffstats
path: root/base/mpfr/Pkgfile
diff options
context:
space:
mode:
authorThierry N <thierryn1 at hispeed dot ch>2009-08-07 13:30:33 +0200
committerThierry N <thierryn1 at hispeed dot ch>2009-08-07 13:30:33 +0200
commit0395b49a280e214c0c3a9a13f264e29125d3a4cc (patch)
tree678eeb62cb2166b30ec23609c9ad5ab092521109 /base/mpfr/Pkgfile
parent82fb6cfc064ae73944f061d9631e3f641bc3ef1c (diff)
downloadnutyx-pakxe-0395b49a280e214c0c3a9a13f264e29125d3a4cc.tar.gz
nutyx-pakxe-0395b49a280e214c0c3a9a13f264e29125d3a4cc.tar.bz2
nutyx-pakxe-0395b49a280e214c0c3a9a13f264e29125d3a4cc.tar.xz
nutyx-pakxe-0395b49a280e214c0c3a9a13f264e29125d3a4cc.zip
Ajout de mpfr#2.4.1-1
Diffstat (limited to 'base/mpfr/Pkgfile')
-rw-r--r--base/mpfr/Pkgfile20
1 files changed, 20 insertions, 0 deletions
diff --git a/base/mpfr/Pkgfile b/base/mpfr/Pkgfile
new file mode 100644
index 000000000..748c32bb8
--- /dev/null
+++ b/base/mpfr/Pkgfile
@@ -0,0 +1,20 @@
+# Description: Librairie pour la precisision mathématique multiple
+# URL: http://www.mpfr.org/
+# Maintainer: NuTyX core team
+# Packager: thierryn1 at hispeed dot ch
+# Depends on: gmp
+
+name=mpfr
+version=2.4.1
+release=1
+source=(http://www.mpfr.org/mpfr-current/mpfr-$version.tar.gz \
+ )
+build() {
+ cd $name-$version
+ ./configure --prefix=/usr \
+ --enable-thread-safe
+ make
+ make DESTDIR=$PKG install
+ # Remove the dir file
+ rm $PKG/usr/share/info/dir
+}