Revert "remove tsol from xorg-server"
[unleashed-userland.git] / components / libexif-gtk / Makefile
blobe5183a16b36deb51841b3b7ee85e647c53fd6394
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= libexif-gtk
20 COMPONENT_VERSION= 0.4.0
21 COMPONENT_SUMMARY= GTK widgets for viewing EXIF information
22 COMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
23 COMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.bz2
24 COMPONENT_ARCHIVE_HASH= \
25 sha256:fd36a5b243f12a1ba31342acf7547491fe22f5409f3bf39ec1a11239316f3011
26 COMPONENT_ARCHIVE_URL= \
27 http://sourceforge.net/projects/libexif/files/libexif-gtk/$(COMPONENT_VERSION)/$(COMPONENT_ARCHIVE)/download
28 COMPONENT_PROJECT_URL = http://sourceforge.net/projects/libexif
30 include ../../make-rules/prep.mk
31 include ../../make-rules/configure.mk
32 include ../../make-rules/ips.mk
34 gcc_OPT = -O2
36 CONFIGURE_OPTIONS += --disable-static
38 COMPONENT_INSTALL_TARGETS = install-strip
40 build: $(BUILD_32)
42 install: $(INSTALL_32)
44 test: $(NO_TESTS)