xz: change to new library paths
[unleashed-userland.git] / components / gsettings-desktop-schemas / Makefile
blob2904b06e68dad741ef907be9bbdd4d6f0cf90794
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 (c) 2015 Alexander Pyhalov
15 include ../../make-rules/shared-macros.mk
17 COMPONENT_NAME= gsettings-desktop-schemas
18 COMPONENT_VERSION= 3.16.1
19 COMPONENT_PROJECT_URL= http://www.gnome.org
20 COMPONENT_SUMMARY= GSettings deskop-wide schemas
21 COMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
22 COMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.xz
23 COMPONENT_ARCHIVE_HASH= \
24 sha256:74fe9fdad510c8a6666febeceb7ebafc581ef990b3afcc8c1e8b5d90b24b3461
25 COMPONENT_ARCHIVE_URL= http://ftp.gnome.org/pub/GNOME/sources/$(COMPONENT_NAME)/3.16/$(COMPONENT_ARCHIVE)
26 COMPONENT_FMRI= gnome/config/gsettings-desktop-schemas
27 COMPONENT_LICENSE_FILE= COPYING
28 COMPONENT_LICENSE= GPLv2.1
30 include $(WS_TOP)/make-rules/prep.mk
31 include $(WS_TOP)/make-rules/configure.mk
32 include $(WS_TOP)/make-rules/ips.mk
34 PATH=/usr/gnu/bin:/usr/bin:/usr/perl5/bin
36 CONFIGURE_OPTIONS+= --sysconfdir=/etc
37 CONFIGURE_OPTIONS+= --libexecdir=/usr/lib
39 COMPONENT_INSTALL_ENV+= GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1
41 # common targets
42 build: $(BUILD_32)
44 install: $(INSTALL_32)
46 test: $(NO_TESTS)