Revert "remove tsol from xorg-server"
[unleashed-userland.git] / components / meta-packages / libjpeg / Makefile
blob6d53f27a8552ab0f1e6d793aaaa7395eca091479
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 2015 Aurelien Larcher
15 include ../../../make-rules/shared-macros.mk
17 COMPONENT_NAME= libjpeg
18 COMPONENT_VERSION= 6.0.2
19 COMPONENT_SUMMARY= Joint Photographic Experts Group library
21 include ../../../make-rules/ips.mk
23 download:
25 prep:
27 build:
29 install:
30 [ -d $(PROTO_DIR) ] || mkdir -p $(PROTO_DIR)
32 clean:
33 $(RM) -r $(BUILD_DIR) $(PROTO_DIR)