Update xfce packages to 4.6.1
[openwrt/svn-archive/feeds.git] / xfce / data / xfce4-icon-theme / Makefile
1 #
2 # Copyright (C) 2009 OpenWrt.org
3 #
4 # This is free software, licensed under the GNU General Public License v2.
5 # See /LICENSE for more information.
6 #
7
8 include $(TOPDIR)/rules.mk
9
10 PKG_NAME:=xfce4-icon-theme
11 PKG_VERSION:=4.4.3
12 PKG_RELEASE:=1
13
14 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
15 PKG_SOURCE_URL:=http://www.tx-us.xfce.org/archive/xfce-$(PKG_VERSION)/src/
16 PKG_MD5SUM:=73ce2977b84f634a6a6c5d9c27e336db
17 PKG_INSTALL:=1
18
19 include $(INCLUDE_DIR)/package.mk
20
21 define Package/xfce4-icon-theme
22 SECTION:=xorg-data
23 CATEGORY:=Xorg
24 SUBMENU:=data
25 TITLE:=xfce4-icon-theme
26 DEPENDS:=+hicolor-icon-theme
27 endef
28
29 define Package/xfce4-icon-theme/install
30 $(INSTALL_DIR) $(1)/usr/share/icons
31 $(CP) \
32 $(PKG_INSTALL_DIR)/usr/share/icons/* \
33 $(1)/usr/share/icons/
34
35 $(INSTALL_DIR) $(1)/usr/share/xfce4/mime
36 $(INSTALL_DATA) \
37 $(PKG_INSTALL_DIR)/usr/share/xfce4/mime/* \
38 $(1)/usr/share/xfce4/mime/
39 endef
40
41 $(eval $(call BuildPackage,xfce4-icon-theme))