rust/cargo-c: update to 0.10.7+cargo-0.84.0
[oi-userland.git] / components / desktop / gexif / Makefile
blob93e0fde50ae5fe6bea56e93dc3c0f66c6ebd9955
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) 2014 Alexander Pyhalov
15 PREFERRED_BITS= 64
17 include ../../../make-rules/shared-macros.mk
19 COMPONENT_NAME= gexif
20 COMPONENT_VERSION= 0.5
21 COMPONENT_REVISION= 1
22 COMPONENT_PROJECT_URL= http://libexif.sourceforge.net/
23 COMPONENT_SUMMARY= gexif is the GTK+ based GUI interface to libexif-gtk
24 COMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
25 COMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.bz2
26 COMPONENT_ARCHIVE_HASH= \
27 sha256:beed223c55fc32ba7bf2f91e69e6daf2087c8b44ccfd9191c34058bacd776c24
28 COMPONENT_ARCHIVE_URL= http://sourceforge.net/projects/libexif/files/gexif/$(COMPONENT_VERSION)/$(COMPONENT_ARCHIVE)/download
30 include $(WS_MAKE_RULES)/prep.mk
31 include $(WS_MAKE_RULES)/configure.mk
32 include $(WS_MAKE_RULES)/ips.mk
34 PATH=/usr/gnu/bin:/usr/bin:/usr/perl5/bin
36 COMPONENT_PREP_ACTION = ( cd $(@D) && \
37 aclocal -I. && \
38 autoheader && \
39 libtoolize --automake --copy --force && \
40 intltoolize --copy --force --automake && \
41 automake -a -f -c &&\
42 autoconf )
44 build: $(BUILD_64)
46 install: $(INSTALL_64)
48 test: $(NO_TESTS)
50 # Auto-generated dependencies
51 REQUIRED_PACKAGES += image/library/libexif
52 REQUIRED_PACKAGES += library/desktop/gdk-pixbuf
53 REQUIRED_PACKAGES += library/desktop/gtk2
54 REQUIRED_PACKAGES += library/desktop/libexif-gtk
55 REQUIRED_PACKAGES += library/glib2
56 REQUIRED_PACKAGES += system/library