unleashed-userland README
[unleashed-userland.git] / components / gnome-speech / Makefile
blobb0208c879d034e2a425c0eb640b130697df663db
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= gnome-speech
18 COMPONENT_VERSION= 0.4.25
19 # The version was bumped in JDS
20 IPS_COMPONENT_VERSION= 0.5.11
21 COMPONENT_PROJECT_URL= http://www.gnome.org
22 COMPONENT_SUMMARY= GNOME text-to-speech engine
23 COMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
24 COMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.bz2
25 COMPONENT_ARCHIVE_HASH= \
26 sha256:1c0a38b30f58a7cb392ed2c46790045d1e2a7426fd9daed8bb1918cbdb95fad2
27 COMPONENT_ARCHIVE_URL= http://ftp.gnome.org/pub/GNOME/sources/$(COMPONENT_NAME)/0.4/$(COMPONENT_ARCHIVE)
28 COMPONENT_FMRI= gnome/speech/gnome-speech
29 COMPONENT_CLASSIFICATION= Applications/Universal Access
30 COMPONENT_LICENSE= LGPLv2
31 COMPONENT_LICENSE_FILE= COPYING
33 include $(WS_TOP)/make-rules/prep.mk
34 include $(WS_TOP)/make-rules/configure.mk
35 include $(WS_TOP)/make-rules/ips.mk
37 PATH=/usr/gnu/bin:/usr/bin
39 CONFIGURE_OPTIONS+= --sysconfdir=/etc
40 CONFIGURE_OPTIONS+= --disable-static
41 CONFIGURE_OPTIONS+= --with-java-home=/dont/find/me --without-freetts-dir
43 # common targets
44 build: $(BUILD_32_and_64)
46 install: $(INSTALL_32_and_64)
48 test: $(NO_TESTS)