clang-19: update to 19.1.6
[oi-userland.git] / components / multimedia / libcddb / Makefile
blob59339b2c1e9ce33ce1aec863aad96a30cfeb51b1
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 Alexander Pyhalov
15 BUILD_BITS= 32_and_64
16 include ../../../make-rules/shared-macros.mk
18 COMPONENT_NAME= libcddb
19 COMPONENT_VERSION= 1.3.2
20 COMPONENT_REVISION= 1
21 COMPONENT_PROJECT_URL= https://libcddb.sourceforge.net/
22 COMPONENT_SUMMARY= C library to access data on a CDDB server
23 COMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
24 COMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.gz
25 COMPONENT_ARCHIVE_HASH= sha256:68e9b53918b9bea727fb2db78936526671c039dcd7396cb82ecd6854e866048c
26 COMPONENT_ARCHIVE_URL= https://sourceforge.net/projects/libcddb/files/libcddb/$(COMPONENT_VERSION)/$(COMPONENT_ARCHIVE)/download
27 COMPONENT_LICENSE= LGPLv2
28 COMPONENT_LICENSE_FILE= COPYING
29 COMPONENT_CLASSIFICATION= System/Libraries
30 COMPONENT_FMRI= library/audio/libcddb
32 TEST_TARGET= $(NO_TESTS)
33 include $(WS_MAKE_RULES)/common.mk
35 PATH= $(PATH.gnu)
37 CONFIGURE_OPTIONS += --disable-static
38 CONFIGURE_OPTIONS += --without-cdio
40 # Auto-generated dependencies
41 REQUIRED_PACKAGES += system/library