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
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
= libgnomekbd
20 COMPONENT_VERSION
= 2.32.0
21 COMPONENT_SUMMARY
= GNOME kbd library
22 COMPONENT_SRC
= $(COMPONENT_NAME
)-$(COMPONENT_VERSION
)
23 COMPONENT_ARCHIVE
= $(COMPONENT_SRC
).
tar.bz2
24 COMPONENT_ARCHIVE_HASH
= \
25 sha256
:ddd52c4cc7d83ad7ef964a1bcb4db87407e65b00ffc3e70c088ca4ee7383d256
26 COMPONENT_ARCHIVE_URL
= \
27 http
://ftp.gnome.org
/pub
/GNOME
/sources
/$(COMPONENT_NAME
)/2.32/$(COMPONENT_ARCHIVE
)
28 COMPONENT_PROJECT_URL
= http
://www.gnome.org
29 COMPONENT_CLASSIFICATION
= System
/Libraries
30 COMPONENT_FMRI
= library
/gnome
/libgnomekbd
31 COMPONENT_LICENSE
= LGPLv2
32 COMPONENT_LICENSE_FILE
= COPYING.LIB
34 include ..
/..
/make-rules
/prep.mk
35 include ..
/..
/make-rules
/configure.mk
36 include ..
/..
/make-rules
/ips.mk
38 PATH
=/usr
/gnu
/bin
:/usr
/bin
40 CONFIGURE_OPTIONS
+= --sysconfdir
=/etc
42 build
: $(BUILD_32_and_64
)
44 install: $(INSTALL_32_and_64
)
46 test: $(TEST_32_and_64
)