blob: b41ac4d97c539e74a98711043ca260a1d9337496 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
# This file is part of the OpenADK project. OpenADK is copyrighted
# material, please see the LICENCE file in the top-level directory.
include $(ADK_TOPDIR)/rules.mk
PKG_NAME:= hicolor-icon-theme
PKG_VERSION:= 0.15
PKG_RELEASE:= 1
PKG_HASH:= 9cc45ac3318c31212ea2d8cb99e64020732393ee7630fa6c1810af5f987033cc
PKG_DESCR:= hicolor icon theme
PKG_SECTION:= x11/misc
PKG_URL:= http://icon-theme.freedesktop.org/
PKG_SITES:= http://icon-theme.freedesktop.org/releases/
include $(ADK_TOPDIR)/mk/package.mk
$(eval $(call PKG_template,HICOLOR_ICON_THEME,hicolor-icon-theme,$(PKG_VERSION)-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION}))
hicolor-icon-theme-install:
$(INSTALL_DIR) $(IDIR_HICOLOR_ICON_THEME)/usr/share/icons
$(CP) $(WRKINST)/usr/share/icons/* \
$(IDIR_HICOLOR_ICON_THEME)/usr/share/icons
include ${ADK_TOPDIR}/mk/pkg-bottom.mk
|