From 2bf604ffc3707110490658b3d2004da62767722b Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Thu, 7 Apr 2011 14:11:08 +0200 Subject: update some packages after libpng15 update, misc stuff --- package/hicolor-icon-theme/Makefile | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 package/hicolor-icon-theme/Makefile (limited to 'package/hicolor-icon-theme') 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 -- cgit v1.2.3