bzip2: change to new library paths
[unleashed-userland.git] / components / dmz-cursor-theme / Makefile
blob7711d71d38d580c3f7dcf215ca370dc9d648d7bc
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 2016 Alexander Pyhalov
15 include ../../make-rules/shared-macros.mk
17 COMPONENT_NAME= dmz-cursor-theme
18 COMPONENT_VERSION= 0.4.4
19 COMPONENT_PROJECT_URL= http://jimmac.musichall.cz/
20 COMPONENT_SUMMARY= DMZ cursor themes
21 COMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
22 COMPONENT_ARCHIVE= $(COMPONENT_NAME)_$(COMPONENT_VERSION).tar.gz
23 COMPONENT_ARCHIVE_HASH= \
24 sha256:46af4cf1356df799f9ee94451f05d0bdbb8d82e54bdeae3f32fa107602359981
25 COMPONENT_ARCHIVE_URL= http://http.debian.net/debian/pool/main/d/dmz-cursor-theme/$(COMPONENT_ARCHIVE)
26 COMPONENT_FMRI= gnome/theme/cursor/dmz-cursor
27 COMPONENT_CLASSIFICATION= Desktop (GNOME)/Theming
28 COMPONENT_LICENSE= CC-BY-SA-3.0
29 COMPONENT_LICENSE_FILE= dmz-cursor-theme.license
31 include $(WS_TOP)/make-rules/prep.mk
32 include $(WS_TOP)/make-rules/justmake.mk
33 include $(WS_TOP)/make-rules/ips.mk
35 COMPONENT_PREP_ACTION = ( cp $(COMPONENT_DIR)/files/Makefile $(@D))
37 # common targets
38 build: $(BUILD_32)
40 install: $(INSTALL_32)
42 test: $(NO_TESTS)