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
19 COMPONENT_NAME
= pidgin-otr
20 COMPONENT_VERSION
= 4.0.2
22 COMPONENT_PROJECT_URL
= http
://www.cypherpunks.ca
/otr
/
23 COMPONENT_SUMMARY
= Off-the-Record
(OTR
) Messaging plugin for Pidgin
24 COMPONENT_SRC
= $(COMPONENT_NAME
)-$(COMPONENT_VERSION
)
25 COMPONENT_ARCHIVE
= $(COMPONENT_SRC
).
tar.gz
26 COMPONENT_ARCHIVE_HASH
= \
27 sha256
:f4b59eef4a94b1d29dbe0c106dd00cdc630e47f18619fc754e5afbf5724ebac4
28 COMPONENT_ARCHIVE_URL
= http
://www.cypherpunks.ca
/otr
/$(COMPONENT_ARCHIVE
)
30 TEST_TARGET
= $(NO_TESTS
)
31 include $(WS_MAKE_RULES
)/common.mk
35 COMPONENT_PREP_ACTION
= ( cd
$(@D
) && \
38 libtoolize
--automake
--copy
--force && \
43 CONFIGURE_OPTIONS
+= --sysconfdir
=/etc
45 CONFIGURE_ENV
+= PERL
=$(PERL
)
46 CONFIGURE_ENV
+= INTLTOOL_PERL
=$(PERL
)
47 CONFIGURE_ENV
+= PYTHON
=$(PYTHON
)
50 REQUIRED_PACKAGES
+= communication
/im
/pidgin
52 # Auto-generated dependencies
53 REQUIRED_PACKAGES
+= library
/libotr
54 REQUIRED_PACKAGES
+= system
/library
55 REQUIRED_PACKAGES
+= system
/library
/security
/libgcrypt