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/devel/bison.xibuild | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'repo/devel/bison.xibuild') diff --git a/repo/devel/bison.xibuild b/repo/devel/bison.xibuild index 60c231a..59c56f5 100644 --- a/repo/devel/bison.xibuild +++ b/repo/devel/bison.xibuild @@ -9,6 +9,12 @@ DESC="The GNU general-purpose parser generator" build () { ./configure --prefix=/usr --docdir=/usr/share/doc/bison-$PKG_VER make +} + +check () { make check +} + +package () { make DESTDIR=$PKG_DEST install } -- cgit v1.2.1