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/gperf.xibuild | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'repo/system/gperf.xibuild') diff --git a/repo/system/gperf.xibuild b/repo/system/gperf.xibuild index b9abc88..e959af3 100644 --- a/repo/system/gperf.xibuild +++ b/repo/system/gperf.xibuild @@ -9,7 +9,12 @@ DESC="Perfect hash function generator" build () { ./configure --prefix=/usr --docdir=/usr/share/doc/gperf-$PKG_VER make +} + +check () { make -j1 check +} +package () { make DESTDIR=$PKG_DEST install } -- cgit v1.2.1