summaryrefslogtreecommitdiff
path: root/package/intltool
diff options
context:
space:
mode:
Diffstat (limited to 'package/intltool')
-rw-r--r--package/intltool/Makefile28
1 files changed, 14 insertions, 14 deletions
diff --git a/package/intltool/Makefile b/package/intltool/Makefile
index 64b54f566..d0c55f155 100644
--- a/package/intltool/Makefile
+++ b/package/intltool/Makefile
@@ -1,25 +1,25 @@
# 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
+include $(ADK_TOPDIR)/rules.mk
PKG_NAME:= intltool
-PKG_VERSION:= 0.41.1
+PKG_VERSION:= 0.51.0
PKG_RELEASE:= 1
-PKG_MD5SUM:= d6c91bf06681919ccfdf3624035b75dc
-PKG_DESCR:= Internationalization Tool Collection
-PKG_SECTION:= misc
-PKG_SITES:= http://edge.launchpad.net/intltool/trunk/0.41.1/+download/
+PKG_HASH:= 67c74d94196b153b774ab9f89b2fa6c6ba79352407037c8c14d5aeb334e959cd
+PKG_DESCR:= internationalization utility to create po files
+PKG_SECTION:= dev/tools
+PKG_URL:= http://freedesktop.org/wiki/Software/intltool/
+PKG_SITES:= https://launchpad.net/intltool/trunk/$(PKG_VERSION)/+download/
-include $(TOPDIR)/mk/package.mk
+DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.gz
-$(eval $(call PKG_template,INTLTOOL,$(PKG_NAME),$(PKG_VERSION)-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION}))
+PKG_CFLINE_INTLTOOL:= depends on ADK_HOST_ONLY
-XAKE_FLAGS+= PERL="/usr/bin/perl"
+include $(ADK_TOPDIR)/mk/host.mk
+include $(ADK_TOPDIR)/mk/package.mk
-post-install:
- $(INSTALL_DIR) $(IDIR_INTLTOOL)/usr/bin
- $(INSTALL_BIN) $(WRKINST)/usr/bin/intltool* \
- $(IDIR_INTLTOOL)/usr/bin
+$(eval $(call HOST_template,INTLTOOL,intltool,$(PKG_VERSION)-${PKG_RELEASE}))
-include ${TOPDIR}/mk/pkg-bottom.mk
+include ${ADK_TOPDIR}/mk/host-bottom.mk
+include ${ADK_TOPDIR}/mk/pkg-bottom.mk