pkglint: allow 'userland' and 'userland-extra' deps
[unleashed-userland.git] / components / libcddb / Makefile
blob4689070f3a56650357502b61370bb7a806035f4b
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 include ../../make-rules/shared-macros.mk
17 COMPONENT_NAME= libcddb
18 COMPONENT_VERSION= 1.3.2
19 COMPONENT_PROJECT_URL= http://libcddb.sourceforge.net/
20 COMPONENT_SUMMARY= C library to access data on a CDDB server
21 COMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
22 COMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.gz
23 COMPONENT_ARCHIVE_HASH= \
24 sha256:68e9b53918b9bea727fb2db78936526671c039dcd7396cb82ecd6854e866048c
25 COMPONENT_ARCHIVE_URL= http://sourceforge.net/projects/libcddb/files/libcddb/$(COMPONENT_VERSION)/$(COMPONENT_ARCHIVE)/download
26 COMPONENT_LICENSE= LGPLv2
27 COMPONENT_LICENSE_FILE= COPYING
28 COMPONENT_CLASSIFICATION= System/Libraries
29 COMPONENT_FMRI= library/audio/libcddb
31 include $(WS_TOP)/make-rules/prep.mk
32 include $(WS_TOP)/make-rules/configure.mk
33 include $(WS_TOP)/make-rules/ips.mk
35 PATH=/usr/gnu/bin:/usr/bin
37 CONFIGURE_OPTIONS+= --disable-static
38 CONFIGURE_OPTIONS+= --without-cdio
40 # common targets
41 build: $(BUILD_32_and_64)
43 install: $(INSTALL_32_and_64)
45 test: $(NO_TESTS)