curl: use correct ca bundle
[unleashed-userland.git] / components / speex / Makefile
blob15466347781f3309857fee61e382db0c2e47f6c6
2 # This file and its contents are supplied under the terms of the
3 # Common Development and Distribution License ("CDDL"), version 1.0.
4 # You may only use this file in accordance with the terms of version
5 # 1.0 of the CDDL.
7 # A full copy of the text of the CDDL should have accompanied this
8 # source. A copy of the CDDL is also available via the Internet at
9 # http://www.illumos.org/license/CDDL.
13 # Copyright 2015 Alexander Pyhalov
16 include ../../make-rules/shared-macros.mk
18 COMPONENT_NAME= speex
19 COMPONENT_VERSION= 1.2rc2
20 IPS_COMPONENT_VERSION= 1.2.0.2
21 COMPONENT_SUMMARY= Open Source speech codec
22 COMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
23 COMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.gz
24 COMPONENT_ARCHIVE_HASH= \
25 sha256:caa27c7247ff15c8521c2ae0ea21987c9e9710a8f2d3448e8b79da9806bce891
26 COMPONENT_ARCHIVE_URL= \
27 http://downloads.xiph.org/releases/speex/$(COMPONENT_ARCHIVE)
28 COMPONENT_PROJECT_URL = http://www.speex.org/
29 COMPONENT_FMRI= codec/speex
30 COMPONENT_CLASSIFICATION= System/Multimedia Libraries
31 COMPONENT_LICENSE = BSD
32 COMPONENT_LICENSE_FILE = COPYING
34 include ../../make-rules/prep.mk
35 include ../../make-rules/configure.mk
36 include ../../make-rules/ips.mk
38 PATH=/usr/gnu/bin:/usr/bin
40 build: $(BUILD_32_and_64)
42 install: $(INSTALL_32_and_64)
44 test: $(NO_TESTS)