Skip to content

Commit

Permalink
Rename dexed, update
Browse files Browse the repository at this point in the history
Signed-off-by: falkTX <[email protected]>
  • Loading branch information
falkTX committed Sep 27, 2024
1 parent b13696b commit 3f83ae8
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 23 deletions.
23 changes: 0 additions & 23 deletions plugins/package/dexed-labs/dexed-labs.mk

This file was deleted.

23 changes: 23 additions & 0 deletions plugins/package/dexed/dexed.mk
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
######################################
#
# dexed-labs
#
######################################

DEXED_VERSION = 32cce1ec397899e27e5932e3f732b3f1bf95de6e
DEXED_SITE = $(call github,dcoredump,dexed.lv2,$(DEXED_VERSION))
DEXED_DEPENDENCIES = lvtk
DEXED_BUNDLES = dexed.lv2

DEXED_TARGET_MAKE = $(TARGET_MAKE_ENV) $(TARGET_CONFIGURE_OPTS) $(MAKE) MOD=1 -C $(@D)/src

define DEXED_BUILD_CMDS
$(DEXED_TARGET_MAKE) -j $(PARALLEL_JOBS)
endef

define DEXED_INSTALL_TARGET_CMDS
install -d $(TARGET_DIR)/usr/lib/lv2
cp -rL $(@D)/src/dexed.lv2 $(TARGET_DIR)/usr/lib/lv2/
endef

$(eval $(generic-package))

0 comments on commit 3f83ae8

Please sign in to comment.