forked from mod-audio/mod-plugin-builder
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request mod-audio#65 from vallsv/setbfree-controller
Recipe for setbfree-controller
- Loading branch information
Showing
1 changed file
with
23 additions
and
0 deletions.
There are no files selected for viewing
23 changes: 23 additions & 0 deletions
23
plugins/package/setbfree-controller/setbfree-controller.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,23 @@ | ||
###################################### | ||
# | ||
# setbfree-controller | ||
# | ||
###################################### | ||
|
||
SETBFREE_CONTROLLER_VERSION = 259e15c1a020055d132fdc28e635aacfa6a6ed2c | ||
SETBFREE_CONTROLLER_SITE = $(call github,vallsv,setbfree-controller.lv2,$(SETBFREE_CONTROLLER_VERSION)) | ||
SETBFREE_CONTROLLER_DEPENDENCIES = | ||
SETBFREE_CONTROLLER_BUNDLES = setbfree-controller.lv2 | ||
|
||
SETBFREE_CONTROLLER_TARGET_MAKE = $(TARGET_MAKE_ENV) $(TARGET_CONFIGURE_OPTS) $(MAKE) MOD_BUILD=1 OPTIMIZATIONS= PREFIX=/usr -C $(@D) | ||
|
||
define SETBFREE_CONTROLLER_BUILD_CMDS | ||
$(SETBFREE_CONTROLLER_TARGET_MAKE) build | ||
endef | ||
|
||
define SETBFREE_CONTROLLER_INSTALL_TARGET_CMDS | ||
$(SETBFREE_CONTROLLER_TARGET_MAKE) install DESTDIR=$(TARGET_DIR) | ||
#cp -rL $($(PKG)_PKGDIR)/b_overdrive/* $(TARGET_DIR)/usr/lib/lv2/b_overdrive/ | ||
endef | ||
|
||
$(eval $(generic-package)) |