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