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) 2016 Sergey Avseyev
15 include ..
/..
/..
/make-rules
/shared-macros.mk
16 include $(WS_MAKE_RULES
)/x11.mk
19 COMPONENT_VERSION
= 1.2.1
20 COMPONENT_SUMMARY
= A command-line program for getting and setting the contents of the X selection
21 COMPONENT_PROJECT_URL
= https
://www.vergenet.net
/~conrad
/software
/xsel
22 COMPONENT_SRC
= $(COMPONENT_NAME
)-$(COMPONENT_VERSION
)
23 COMPONENT_ARCHIVE
= $(COMPONENT_SRC
).
tar.gz
24 COMPONENT_ARCHIVE_HASH
= sha256
:18487761f5ca626a036d65ef2db8ad9923bf61685e06e7533676c56d7d60eb14
25 COMPONENT_ARCHIVE_URL
= https
://github.com
/kfish
/xsel
/archive
/refs
/tags/$(COMPONENT_VERSION
).
tar.gz
26 COMPONENT_FMRI
= x11
/xsel
27 COMPONENT_CLASSIFICATION
=System
/X11
28 COMPONENT_LICENSE
= MIT
29 COMPONENT_LICENSE_FILE
= COPYING
31 include $(WS_MAKE_RULES
)/common.mk
33 COMPONENT_PREP_ACTION
= ( cd
$(@D
) && NOCONFIGURE
=1 .
/autogen.sh
&& gmake
distclean )
35 # Auto-generated dependencies
36 REQUIRED_PACKAGES
+= system
/library
37 REQUIRED_PACKAGES
+= x11
/library
/libx11