Merge pull request #2528 from alarcher/sudosh2
[unleashed-userland.git] / components / libinfinity / Makefile
blobb8631f5c5a0a2a43b8563a573bc5f060631b36cf
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 2014 Alexander Pyhalov. All rights reserved.
16 include ../../make-rules/shared-macros.mk
18 COMPONENT_NAME= libinfinity
19 COMPONENT_VERSION= 0.5.5
20 COMPONENT_SUMMARY= libinfinity is library to build collaborative text editors
21 COMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
22 COMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.gz
23 COMPONENT_ARCHIVE_HASH= \
24 sha256:47c6ee9724bfc9e0d8d89e04d22aca0000b9449c3c39efffa9a66cb717b78cc4
25 COMPONENT_ARCHIVE_URL= \
26 http://releases.0x539.de/libinfinity/$(COMPONENT_ARCHIVE)
27 COMPONENT_PROJECT_URL = http://gobby.0x539.de/trac/wiki/Infinote/Libinfinity
28 COMPONENT_FMRI=library/libinfinity
29 COMPONENT_CLASSIFICATION=System/Libraries
30 COMPONENT_LICENSE= LGPLv2.1
31 COMPONENT_LICENSE_FILE= COPYING
33 include ../../make-rules/prep.mk
34 include ../../make-rules/configure.mk
35 include ../../make-rules/ips.mk
37 CONFIGURE_OPTIONS += --sysconfdir=/etc
38 CONFIGURE_OPTIONS += --enable-shared
39 CONFIGURE_OPTIONS += --disable-static
41 # Neccessary for tests
42 ENV = /usr/bin/env -i
44 build: $(BUILD_32_and_64)
46 install: $(INSTALL_32_and_64)
48 test: $(TEST_32_and_64)