Skip to content

Commit

Permalink
Rename a package
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 65be410 commit b13696b
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 22 deletions.

This file was deleted.

22 changes: 22 additions & 0 deletions plugins/package/vallsv-midi-display/vallsv-midi-display.mk
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
######################################
#
# midi-display
#
######################################

VALLSV_MIDI_DISPLAY_VERSION = ccf031e74df96565aabb4af21cb4b7cf7bd07f0f
VALLSV_MIDI_DISPLAY_SITE = $(call github,vallsv,midi-display.lv2,$(VALLSV_MIDI_DISPLAY_VERSION))
VALLSV_MIDI_DISPLAY_DEPENDENCIES =
VALLSV_MIDI_DISPLAY_BUNDLES = midi-display.lv2

VALLSV_MIDI_DISPLAY_TARGET_MAKE = $(TARGET_MAKE_ENV) $(TARGET_CONFIGURE_OPTS) $(MAKE) PREFIX=/usr -C $(@D)

define VALLSV_MIDI_DISPLAY_BUILD_CMDS
$(VALLSV_MIDI_DISPLAY_TARGET_MAKE)
endef

define VALLSV_MIDI_DISPLAY_INSTALL_TARGET_CMDS
$(VALLSV_MIDI_DISPLAY_TARGET_MAKE) install DESTDIR=$(TARGET_DIR)
endef

$(eval $(generic-package))

0 comments on commit b13696b

Please sign in to comment.