pkglint: allow 'userland' and 'userland-extra' deps
[unleashed-userland.git] / components / rarian / Makefile
blob686110d1f02a8a03a6a31cc0c788d304bf633d18
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= rarian
20 COMPONENT_VERSION= 0.8.1
21 COMPONENT_REVISION= 1
22 COMPONENT_SUMMARY= Documentation meta-data library
23 COMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
24 COMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.bz2
25 COMPONENT_ARCHIVE_HASH= \
26 sha256:aafe886d46e467eb3414e91fa9e42955bd4b618c3e19c42c773026b205a84577
27 COMPONENT_ARCHIVE_URL= \
28 http://ftp.gnome.org/pub/GNOME/sources/$(COMPONENT_NAME)/0.8/$(COMPONENT_ARCHIVE)
29 COMPONENT_PROJECT_URL = http://www.freedesktop.org
31 include ../../make-rules/prep.mk
32 include ../../make-rules/configure.mk
33 include ../../make-rules/ips.mk
35 LD_OPTIONS=
37 CONFIGURE_OPTIONS += --localstatedir=/var
38 CONFIGURE_OPTIONS += --disable-skdb-update
39 CONFIGURE_OPTIONS += --with-convert-dir=/usr/share/omf
41 build: $(BUILD_32_and_64)
43 install: $(INSTALL_32_and_64)
45 test: $(TEST_32_and_64)