-
Notifications
You must be signed in to change notification settings - Fork 50
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: falkTX <[email protected]>
- Loading branch information
Showing
2 changed files
with
22 additions
and
22 deletions.
There are no files selected for viewing
22 changes: 0 additions & 22 deletions
22
plugins/package/vallsv-midi-display-labs/vallsv-midi-display-labs.mk
This file was deleted.
Oops, something went wrong.
22 changes: 22 additions & 0 deletions
22
plugins/package/vallsv-midi-display/vallsv-midi-display.mk
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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)) |