gcc-6: don't ship info pages
[unleashed-userland.git] / components / transmission / Makefile
blob6953c9161ceb385dada1cdf98a0a238a4ac7935d
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 2015 Alexander Pyhalov
15 include ../../make-rules/shared-macros.mk
17 COMPONENT_NAME= transmission
18 COMPONENT_VERSION= 2.60
19 COMPONENT_PROJECT_URL= http://www.transmissionbt.com/
20 COMPONENT_SUMMARY= GTK and console BitTorrent client
21 COMPONENT_FMRI= desktop/torrent/transmission
22 COMPONENT_CLASSIFICATION= Applications/Internet
23 COMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
24 COMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.bz2
25 COMPONENT_ARCHIVE_HASH= \
26 sha256:fa650166d9adebca04a2c53009e9faac1104f02707925325921728f9531fdf80
27 COMPONENT_ARCHIVE_URL= http://download.transmissionbt.com/files/$(COMPONENT_ARCHIVE)
28 COMPONENT_LICENSE_FILE= COPYING
29 COMPONENT_LICENSE= GPLv2,MIT
32 include $(WS_TOP)/make-rules/prep.mk
33 include $(WS_TOP)/make-rules/configure.mk
34 include $(WS_TOP)/make-rules/ips.mk
36 PATH=/usr/gnu/bin:/usr/bin
38 CONFIGURE_OPTIONS+= --program-prefix=""
39 CONFIGURE_OPTIONS+= --with-gtk=2
41 # common targets
42 build: $(BUILD_32)
44 install: $(INSTALL_32)
46 test: $(NO_TESTS)