forked from Zimbra/packages
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.def
More file actions
21 lines (15 loc) · 681 Bytes
/
package.def
File metadata and controls
21 lines (15 loc) · 681 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
### ~from ThirdParty/Makefile:
# - include via ThirdParty/${package}/Makefile
SHELL := /bin/bash
SRC_ROOT ?= $(shell cd ../../..; pwd)
THIRDPARTY_ROOT := $(shell cd ../..; pwd)
include $(SRC_ROOT)/zimbra-package-stub/def/package.def
include $(THIRDPARTY_ROOT)/versions.def
include $(THIRDPARTY_ROOT)/perl-versions.def
# * https://www.virtualbox.org/ticket/819
# * https://bugzilla.zimbra.com/show_bug.cgi?id=97266
BUILD_ROOT ?= $(THIRDPARTY_ROOT)
BUILD_DIR := $(BUILD_ROOT)/$(patsubst $(THIRDPARTY_ROOT)/%,%,$(PKG_ROOT))/build
PLATFORM_DIR = $(BUILD_DIR)/$(BUILD_PLATFORM)
SRC_DIR = $(PLATFORM_DIR)/src
PKG_MAINTAINER = Zimbra Packaging Services <packaging-devel@zimbra.com>