From 003727289cc45e29eff0c0c48ad0f9660f96644f Mon Sep 17 00:00:00 2001 From: davidovski Date: Sun, 16 Jan 2022 15:02:47 +0000 Subject: separated patch, build, check and package stages --- repo/system/mpfr.xibuild | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'repo/system/mpfr.xibuild') 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 } -- cgit v1.2.1