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 2014 Josef 'Jeff' Sipek <jeffpc@josefsipek.net>
13 # Copyright 2020 Andreas Waknitz
17 include ..
/..
/..
/make-rules
/shared-macros.mk
19 COMPONENT_NAME
= xcowsay
20 COMPONENT_VERSION
= 1.6
21 COMPONENT_PROJECT_URL
= https
://www.doof.me.uk
/xcowsay
/
22 COMPONENT_FMRI
= desktop
/xcowsay
23 COMPONENT_SRC
= $(COMPONENT_NAME
)-$(COMPONENT_VERSION
)
24 COMPONENT_ARCHIVE
= $(COMPONENT_SRC
).
tar.gz
25 COMPONENT_ARCHIVE_HASH
= sha256
:46ace864ff28d2d21f4b7058f0295e18d0041a120c1078a951fa43c4e0f5c8c5
26 COMPONENT_ARCHIVE_URL
= https
://www.nickg.me.uk
/files
/$(COMPONENT_ARCHIVE
)
27 COMPONENT_LICENSE
= GPLv3
28 COMPONENT_SUMMARY
= xcowsay
- displays a cute cow and message
30 TEST_TARGET
=$(NO_TESTS
)
31 include $(WS_MAKE_RULES
)/common.mk
33 COMPONENT_PREP_ACTION
= (cd
$(@D
) && autoreconf
-vfi
)
35 # Auto-generated dependencies
36 REQUIRED_PACKAGES
+= SUNWcs
37 REQUIRED_PACKAGES
+= library
/desktop
/cairo
38 REQUIRED_PACKAGES
+= library
/desktop
/gdk-pixbuf
39 REQUIRED_PACKAGES
+= library
/desktop
/gtk3
40 REQUIRED_PACKAGES
+= library
/desktop
/pango
41 REQUIRED_PACKAGES
+= library
/glib2
42 REQUIRED_PACKAGES
+= system
/library