summaryrefslogtreecommitdiffstats
path: root/xfce/data/xfwm4-themes/Makefile
blob: 11120eb698fd8fb2c8fad094d325e549e070bff6 (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
25
26
27
28
29
30
31
32
33
34
35
36
37
#
# Copyright (C) 2009 OpenWrt.org
#
# This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information.
#

include $(TOPDIR)/rules.mk

PKG_NAME:=xfwm4-themes
PKG_VERSION:=4.6.0
PKG_RELEASE:=1

PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
PKG_SOURCE_URL:=http://archive.xfce.org/xfce/$(PKG_VERSION)/src/
PKG_MD5SUM:=4dc5cb29cbd40e3b9dece12a85e20854

PKG_INSTALL:=1

include $(INCLUDE_DIR)/package.mk

define Package/xfwm4-themes
  SECTION:=xorg-data
  CATEGORY:=Xorg
  SUBMENU:=data
  TITLE:=xfwm4-themes
  DEPENDS:=xfwm4
endef

define Package/xfwm4-themes/install
	$(INSTALL_DIR) $(1)/usr/share/themes
	$(CP) \
		$(PKG_INSTALL_DIR)/usr/share/themes/* \
		$(1)/usr/share/themes
endef

$(eval $(call BuildPackage,xfwm4-themes))