Merge pull request #2846 from pyhalov/ptlib
[unleashed-userland.git] / components / unico / Makefile
blobbd4508e24add80ce75ebc6621375879df6d202fd
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 2016 Alexander Pyhalov
15 include ../../make-rules/shared-macros.mk
17 COMPONENT_NAME= unico
18 COMPONENT_VERSION= 1.0.2
19 COMPONENT_PROJECT_URL= https://launchpad.net/unico
20 COMPONENT_SUMMARY= Unico GTK3 theme engine
21 COMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
22 COMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.gz
23 COMPONENT_ARCHIVE_HASH= \
24 sha256:525a12012ffff79bbb5405eb0d27a084dfc7ff9cabd9b7c4f8872b759312311b
25 COMPONENT_ARCHIVE_URL= https://launchpad.net/unico/1.0/$(COMPONENT_VERSION)/+download/$(COMPONENT_ARCHIVE)
26 COMPONENT_FMRI= gnome/theme/gtk3-engines/unico
27 COMPONENT_CLASSIFICATION= Desktop (GNOME)/Theming
28 COMPONENT_LICENSE = LGPLv2.1
29 COMPONENT_LICENSE_FILE = COPYING
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 PATCH_LEVEL=0
37 PATH=/usr/gnu/bin:/usr/bin
39 COMPONENT_PREP_ACTION = ( cd $(@D) && \
40 autoreconf -f -i )
43 # common targets
44 build: $(BUILD_32_and_64)
46 install: $(INSTALL_32_and_64)
48 test: $(NO_TESTS)