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/intltool.xibuild | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'repo/system/intltool.xibuild') diff --git a/repo/system/intltool.xibuild b/repo/system/intltool.xibuild index c861168..259b9ab 100644 --- a/repo/system/intltool.xibuild +++ b/repo/system/intltool.xibuild @@ -9,7 +9,13 @@ DESC="The internationalization tool collection" build () { ./configure --prefix=/usr make +} + +check () { make check +} + +package () { make DESTDIR=$PKG_DEST install install -v -Dm644 doc/I18N-HOWTO $PKG_DEST/usr/share/doc/intltool-$PKG_VER/I18N-HOWTO } -- cgit v1.2.1