From 176d224b694b4f6ec2933fc9b8e3b76043659744 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Fri, 1 Mar 2024 23:26:43 +0300 Subject: Release version 8.0.15+13 Add mysql-client package. Minor cleanups of the libmysqlclient library. --- mysql-client/buildfile | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 mysql-client/buildfile (limited to 'mysql-client/buildfile') diff --git a/mysql-client/buildfile b/mysql-client/buildfile new file mode 100644 index 0000000..fc7acee --- /dev/null +++ b/mysql-client/buildfile @@ -0,0 +1,9 @@ +# file : buildfile +# license : GPLv2 with Universal FOSS Exception; see accompanying LICENSE file + +./: {*/ -build/} doc{INSTALL README} legal{LICENSE} manifest + +# Don't install tests or the INSTALL file. +# +tests/: install = false +doc{INSTALL}@./: install = false -- cgit v1.1