File tree Expand file tree Collapse file tree 1 file changed +25
-0
lines changed
plugins/package/batteur-labs Expand file tree Collapse file tree 1 file changed +25
-0
lines changed Original file line number Diff line number Diff line change
1
+ # #####################################
2
+ #
3
+ # batteur-labs
4
+ #
5
+ # #####################################
6
+
7
+ BATTEUR_LABS_VERSION = f33d10fb7229c7f2e40f1adc6cf3ee190ca51239
8
+ BATTEUR_LABS_SITE = https://github.com/paulfd/batteur.git
9
+ BATTEUR_LABS_SITE_METHOD = git
10
+ BATTEUR_LABS_DEPENDENCIES = host-cmake
11
+ BATTEUR_LABS_CONF_OPTS = -DBATTEUR_TESTS=OFF
12
+ BATTEUR_LABS_CONF_OPTS += -DBATTEUR_TOOLS=OFF
13
+ BATTEUR_LABS_CONF_OPTS += -DBATTEUR_SHARED=OFF
14
+ BATTEUR_LABS_CONF_OPTS += -DBATTEUR_LV2=ON
15
+ BATTEUR_LABS_CONF_OPTS += -DBUILD_SHARED_LIBS=FALSE
16
+ BATTEUR_LABS_BUNDLES = batteur.lv2
17
+
18
+ # needed for submodules support
19
+ BATTEUR_LABS_PRE_DOWNLOAD_HOOKS += MOD_PLUGIN_BUILDER_DOWNLOAD_WITH_SUBMODULES
20
+
21
+ define BATTEUR_LABS_POST_INSTALL_TARGET_TTLFILES
22
+ cp -rL $($(PKG ) _PKGDIR) /batteur.lv2/* $(TARGET_DIR ) /usr/lib/lv2/batteur.lv2/
23
+ endef
24
+
25
+ $(eval $(cmake-package))
You can’t perform that action at this time.
0 commit comments