diff options
Diffstat (limited to 'repo/libreoffice/libreoffice-postgres.xibuild')
-rw-r--r-- | repo/libreoffice/libreoffice-postgres.xibuild | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/repo/libreoffice/libreoffice-postgres.xibuild b/repo/libreoffice/libreoffice-postgres.xibuild new file mode 100644 index 0000000..2cac487 --- /dev/null +++ b/repo/libreoffice/libreoffice-postgres.xibuild @@ -0,0 +1,10 @@ +#!/bin/sh + +DEPS="libreoffice-common" +DESC="LibreOffice - Connector for postgresql database" + +splitname="postgresql" + +package () { + libreoffice_split $splitname +} |