diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-04-26 09:53:28 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-04-26 09:56:01 +0200 |
commit | 1aacea2738c291c5e144ad1913c3ed6cca9f87db (patch) | |
tree | f8a39f8d250a1a8bc1e56a3607b59231281f1927 /package/hicolor-icon-theme | |
parent | 5bdd93287770808c4100008b8b0b39c1a55bf098 (diff) |
use XZ tarballs as default
Diffstat (limited to 'package/hicolor-icon-theme')
-rw-r--r-- | package/hicolor-icon-theme/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/package/hicolor-icon-theme/Makefile b/package/hicolor-icon-theme/Makefile index 8a8c7f658..b296f26c8 100644 --- a/package/hicolor-icon-theme/Makefile +++ b/package/hicolor-icon-theme/Makefile @@ -7,11 +7,13 @@ PKG_NAME:= hicolor-icon-theme PKG_VERSION:= 0.12 PKG_RELEASE:= 1 PKG_MD5SUM:= 55cafbcef8bcf7107f6d502149eb4d87 -PKG_DESCR:= Hicolor Icon Theme +PKG_DESCR:= hicolor icon theme PKG_SECTION:= x11/misc PKG_URL:= http://icon-theme.freedesktop.org/ PKG_SITES:= http://icon-theme.freedesktop.org/releases/ +DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.gz + 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})) |