~ubuntu-branches/ubuntu/saucy/rabbitmq-server/saucy

« back to all changes in this revision

Viewing changes to plugins-src/sockjs-erlang-wrapper/package.mk

  • Committer: Package Import Robot
  • Author(s): Emile Joubert
  • Date: 2012-11-19 11:42:31 UTC
  • mfrom: (0.2.18) (0.1.32 sid)
  • Revision ID: package-import@ubuntu.com-20121119114231-hvapkn4akng09etr
Tags: 3.0.0-1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
APP_NAME:=sockjs
 
2
DEPS:=cowboy-wrapper
 
3
 
 
4
UPSTREAM_GIT:=https://github.com/rabbitmq/sockjs-erlang.git
 
5
UPSTREAM_REVISION:=92d4ba4e41f6e110f97cb50ea0810e34e9b8ef4f
 
6
RETAIN_ORIGINAL_VERSION:=true
 
7
WRAPPER_PATCHES:=\
 
8
        0000-remove-spec-patch.diff
 
9
 
 
10
ORIGINAL_APP_FILE:=$(CLONE_DIR)/src/$(APP_NAME).app.src
 
11
DO_NOT_GENERATE_APP_FILE=true
 
12
 
 
13
ERLC_OPTS:=$(ERLC_OPTS) -D no_specs
 
14
 
 
15
define construct_app_commands
 
16
        cp $(CLONE_DIR)/LICENSE-* $(APP_DIR)
 
17
endef