summaryrefslogtreecommitdiff
path: root/repo/system/mpfr.xibuild
diff options
context:
space:
mode:
Diffstat (limited to 'repo/system/mpfr.xibuild')
-rw-r--r--repo/system/mpfr.xibuild4
1 files changed, 4 insertions, 0 deletions
diff --git a/repo/system/mpfr.xibuild b/repo/system/mpfr.xibuild
index 629c230..5e0b35d 100644
--- a/repo/system/mpfr.xibuild
+++ b/repo/system/mpfr.xibuild
@@ -11,9 +11,13 @@ build () {
./configure --prefix=/usr --disable-static --enable-thread-safe --docdir=/usr/share/doc/mpfr-$PKG_VER
make
make html
+}
+check () {
make check
+}
+package () {
make DESTDIR=$PKG_DEST install
make DESTDIR=$PKG_DEST install-html
}