bzip2: change to new library paths
[unleashed-userland.git] / components / cbe / Makefile
blob2ce2dbbfc87c2302166c793cf274e04d3f7ebaf2
2 # This file and its contents are supplied under the terms of the
3 # Common Development and Distribution License ("CDDL"). You may
4 # only use this file in accordance with the terms of the CDDL.
6 # A full copy of the text of the CDDL should have accompanied this
7 # source. A copy of the CDDL is also available via the Internet at
8 # http://www.illumos.org/license/CDDL.
12 # Copyright 2011, Andrzej Szeszo
15 include ../../make-rules/shared-macros.mk
17 COMPONENT_NAME= cbe
18 COMPONENT_VERSION= 1.8.1
20 include ../../make-rules/ips.mk
22 #PKGMANGLE = true
23 PKGLINT = true
25 download:
27 prep:
29 configure:
31 build:
33 install:
34 rm -rf $(PROTO_DIR)
35 mkdir -p $(PROTO_DIR)/opt/dtbld/bin
36 mkdir -p $(PROTO_DIR)/opt/dtbld/lib/cbe-env
37 cp files/bin/* $(PROTO_DIR)/opt/dtbld/bin
38 cp files/cbe-env/* $(PROTO_DIR)/opt/dtbld/lib/cbe-env
40 test: $(NO_TESTS)
42 clean:
43 rm -rf $(BUILD_DIR)
45 clobber: clean