python/virtualenv: update to 20.29.1
[oi-userland.git] / components / library / libsexy / Makefile
blob48f686fe4066d3f0cf347b373cad61383f2a608e
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
14 # Copyright 2019 Nona Hansel
17 include ../../../make-rules/shared-macros.mk
19 COMPONENT_NAME= libsexy
20 COMPONENT_VERSION= 0.1.11
21 COMPONENT_REVISION= 3
22 COMPONENT_SUMMARY= libsexy is a collection of GTK+ widgets that extend the functionality of such standard widget
23 COMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
24 COMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.gz
25 COMPONENT_ARCHIVE_HASH= \
26 sha256:8c4101a8cda5fccbba85ba1a15f46f2cf75deaa8b3c525ce5b135b9e1a8fe49e
27 COMPONENT_ARCHIVE_URL= \
28 http://releases.chipx86.com/libsexy/libsexy/$(COMPONENT_ARCHIVE)
29 COMPONENT_PROJECT_URL= http://blog.chipx86.com/tag/libsexy/
30 COMPONENT_LICENSE_FILE= COPYING
31 COMPONENT_LICENSE= LGPLv2.1
32 COMPONENT_FMRI= library/desktop/libsexy
33 COMPONENT_CLASSIFICATION= Desktop (GNOME)/Libraries
35 include $(WS_MAKE_RULES)/prep.mk
36 include $(WS_MAKE_RULES)/configure.mk
37 include $(WS_MAKE_RULES)/ips.mk
39 CONFIGURE_OPTIONS += --sysconfdir=/etc
40 CONFIGURE_OPTIONS += --disable-gtk-doc
42 build: $(BUILD_32_and_64)
44 install: $(INSTALL_32_and_64)
46 test: $(NO_TESTS)
48 # Auto-generated dependencies
49 REQUIRED_PACKAGES += library/desktop/gdk-pixbuf
50 REQUIRED_PACKAGES += library/desktop/gtk2
51 REQUIRED_PACKAGES += library/desktop/pango
52 REQUIRED_PACKAGES += library/glib2
53 REQUIRED_PACKAGES += library/libxml2
54 REQUIRED_PACKAGES += system/library
55 REQUIRED_PACKAGES += developer/documentation-tool/gtk-doc