summaryrefslogtreecommitdiff
path: root/repo/system/gdbm.xibuild
diff options
context:
space:
mode:
Diffstat (limited to 'repo/system/gdbm.xibuild')
-rw-r--r--repo/system/gdbm.xibuild5
1 files changed, 5 insertions, 0 deletions
diff --git a/repo/system/gdbm.xibuild b/repo/system/gdbm.xibuild
index a5e11b9..c1cc12b 100644
--- a/repo/system/gdbm.xibuild
+++ b/repo/system/gdbm.xibuild
@@ -9,7 +9,12 @@ DESC="GNU database library"
build () {
./configure --prefix=/usr --disable-static --enable-libgdm-compat
make
+}
+
+check () {
make -k check
+}
+package () {
make DESTDIR=$PKG_DEST install
}