summaryrefslogtreecommitdiff
path: root/package/hicolor-icon-theme/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2011-04-07 14:17:39 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2011-04-07 14:17:39 +0200
commit2dd6d1fc82c0563c0b3af90ad4926fa6463c204f (patch)
treecea2d78836b0958b0402b42976c4c84ec6e700a8 /package/hicolor-icon-theme/Makefile
parentc82f34b5a8e2851c2074c1e03263f788eb2c28be (diff)
parent3cda7c5f211225fea03a3634daeef9cafd627aa2 (diff)
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Conflicts: package/firefox/Makefile package/jpeg/patches/patch-ltmain_sh
Diffstat (limited to 'package/hicolor-icon-theme/Makefile')
-rw-r--r--package/hicolor-icon-theme/Makefile24
1 files changed, 24 insertions, 0 deletions
diff --git a/package/hicolor-icon-theme/Makefile b/package/hicolor-icon-theme/Makefile
new file mode 100644
index 000000000..8a8c7f658
--- /dev/null
+++ b/package/hicolor-icon-theme/Makefile
@@ -0,0 +1,24 @@
+# This file is part of the OpenADK project. OpenADK is copyrighted
+# material, please see the LICENCE file in the top-level directory.
+
+include $(TOPDIR)/rules.mk
+
+PKG_NAME:= hicolor-icon-theme
+PKG_VERSION:= 0.12
+PKG_RELEASE:= 1
+PKG_MD5SUM:= 55cafbcef8bcf7107f6d502149eb4d87
+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 $(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 ${TOPDIR}/mk/pkg-bottom.mk