From 5f1cd97b9727fe10df79e1eb316ff493d9dfc2a9 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Thu, 1 Feb 2024 20:50:43 +0300 Subject: Turn libodb-qt repository into package for muti-package repository --- libodb-qt/buildfile | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 libodb-qt/buildfile (limited to 'libodb-qt/buildfile') diff --git a/libodb-qt/buildfile b/libodb-qt/buildfile new file mode 100644 index 0000000..8a0d6d9 --- /dev/null +++ b/libodb-qt/buildfile @@ -0,0 +1,9 @@ +# file : buildfile +# license : GNU GPL v2; see accompanying LICENSE file + +./: {*/ -build/} doc{INSTALL NEWS README} legal{LICENSE} manifest + +# Don't install tests or the INSTALL file. +# +tests/: install = false +doc{INSTALL}@./: install = false -- cgit v1.1