File: package.mk

package info (click to toggle)
rabbitmq-server 2.8.4-1
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 8,928 kB
  • sloc: erlang: 52,968; python: 2,846; xml: 1,987; sh: 816; makefile: 683; perl: 86; ruby: 63
file content (22 lines) | stat: -rw-r--r-- 603 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
APP_NAME:=webmachine
DEPS:=mochiweb-wrapper

UPSTREAM_HG:=http://bitbucket.org/justin/webmachine
UPSTREAM_REVISION:=0c4b60ac68b4
RETAIN_ORIGINAL_VERSION:=true

WRAPPER_PATCHES:=uneunit.patch 10-crypto.patch xref-fix.patch ssl.patch

ORIGINAL_APP_FILE=$(CLONE_DIR)/ebin/$(APP_NAME).app
DO_NOT_GENERATE_APP_FILE=true

# Webmachine source files do -include("include/...")
PACKAGE_ERLC_OPTS+=-I $(CLONE_DIR)

define package_rules

# This rule is run *before* the one in do_package.mk
$(PLUGINS_SRC_DIST_DIR)/$(PACKAGE_DIR)/.srcdist_done::
	cp $(CLONE_DIR)/LICENSE $(PACKAGE_DIR)/LICENSE-Apache-Basho

endef