Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

added .mk file for brummer's Vintage AC-30 #155

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
21 changes: 21 additions & 0 deletions plugins/package/vintageac30/vintageac30.mk
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
######################################
#
# vintageac30
#
######################################

VINTAGEAC30_VERSION = ecec14b21ee698b20686d7bb542dfa1207aa6bbe
VINTAGEAC30_SITE = $(call github,brummer10,VintageAC30.lv2,$(VINTAGEAC30_VERSION))
VINTAGEAC30_BUNDLES = VintageAC30.lv2

VINTAGEAC30_TARGET_MAKE = $(TARGET_MAKE_ENV) $(TARGET_CONFIGURE_OPTS) $(MAKE) SSE_CFLAGS="-O3 -mfpu=vfpv3" -C $(@D)

define VINTAGEAC30_BUILD_CMDS
$(VINTAGEAC30_TARGET_MAKE) mod
endef

define VINTAGEAC30_INSTALL_TARGET_CMDS
$(VINTAGEAC30_TARGET_MAKE) install DESTDIR=$(TARGET_DIR) INSTALL_DIR=/usr/lib/lv2
endef

$(eval $(generic-package))