Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=multilib.git;a=commitdiff;h=db52880c2e133cbe2675d726b3a9a3554ac4d17c

commit db52880c2e133cbe2675d726b3a9a3554ac4d17c
Author: crazy <[email protected]>
Date:   Thu Jan 25 16:38:38 2018 +0100

mpfr3-3.1.6_02-1-x86_64

* TMP needed to bump stuff

diff --git a/source/devel-extra/mpfr3/FrugalBuild 
b/source/devel-extra/mpfr3/FrugalBuild
new file mode 100644
index 0000000..b366d02
--- /dev/null
+++ b/source/devel-extra/mpfr3/FrugalBuild
@@ -0,0 +1,44 @@
+# Compiling Time: 0.74 SBU
+# Maintainer: James Buren <[email protected]>
+# Contributor: Miklos Vajna <[email protected]>
+
+_F_archive_name="mpfr"
+pkgname=mpfr3
+basever=3.1.6
+patchver=02
+if [ -n "$patchver" ]; then
+       pkgver=${basever}_$patchver
+else
+       pkgver=${basever}
+fi
+pkgrel=1
+pkgdesc="Library for multiple-precision floating-point computations."
+url="http://www.mpfr.org/mpfr-$basever/";
+depends=('gmp>=6.1.2-2')
+groups=('devel-extra' 'devel-core')
+archs=('x86_64')
+up2date="$pkgver"
+source=(http://www.mpfr.org/mpfr-$basever/mpfr-$basever.tar.xz)
+if [ -n "$patchver" ]; then
+       for i in `seq -w $patchver`
+       do
+               source=(${source[@]} $url/patch$i)
+       done
+fi
+sha1sums=('f9178ddc0c470faa2e063b3185c4488ad0f74df8' \
+          'ff2c991d1d36d2eaadc7b5681872fc4bb20f1891' \
+          '7525880cf70e878ef30adad25829fe319d7b3ea5')
+options=('noversrc')
+_F_cd_path=$_F_archive_name-$basever
+Fconfopts+=" --enable-shared"
+options+=('nodocs')
+
+build() {
+
+       Fbuild
+       ## wipe all but the libs
+       Frm usr/include
+       Frm usr/lib/libmpfr.{la,so}
+       Frm usr/share
+}
+# optimization OK
_______________________________________________
Frugalware-git mailing list
[email protected]
http://frugalware.org/mailman/listinfo/frugalware-git

Reply via email to