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