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
17 include ..
/..
/..
/make-rules
/shared-macros.mk
20 COMPONENT_VERSION
= 0.5
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
) && \
39 libtoolize
--automake
--copy
--force && \
40 intltoolize
--copy
--force --automake
&& \
46 install: $(INSTALL_64
)
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