pkglint: allow 'userland' and 'userland-extra' deps
[unleashed-userland.git] / components / libcroco / Makefile
blob2fde51d960afdbfd0b57d00bfbaf12cf8cf54128
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= libcroco
19 COMPONENT_VERSION= 0.6.8
20 COMPONENT_SUMMARY= Cascading Style Sheet (CSS) parsing and manipulation toolkit
21 COMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
22 COMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.xz
23 COMPONENT_ARCHIVE_HASH= \
24 sha256:ea6e1b858c55219cefd7109756bff5bc1a774ba7a55f7d3ccd734d6b871b8570
25 COMPONENT_ARCHIVE_URL= \
26 http://ftp.gnome.org/pub/GNOME/sources/$(COMPONENT_NAME)/0.6/$(COMPONENT_ARCHIVE)
27 COMPONENT_PROJECT_URL = http://www.gnome.org
28 COMPONENT_LICENSE_FILE = COPYING
29 COMPONENT_LICENSE = LGPLv2
30 COMPONENT_FMRI = library/libcroco
31 COMPONENT_CLASSIFICATION = Desktop (GNOME)/Libraries
33 include ../../make-rules/prep.mk
34 include ../../make-rules/configure.mk
35 include ../../make-rules/ips.mk
37 CONFIGURE_SCRIPT = $(SOURCE_DIR)/autogen.sh
39 CONFIGURE_OPTIONS += --sysconfdir=/etc
40 CONFIGURE_OPTIONS += --enable-static=no
41 CONFIGURE_OPTIONS += --disable-Bsymbolic
43 build: $(BUILD_32_and_64)
45 install: $(INSTALL_32_and_64)
47 test: $(NO_TESTS)