summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-05-02 07:47:35 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2014-05-02 07:47:35 +0200
commita4e07b8ba93799e1e67a636e7f5212c35706e2d1 (patch)
tree62fb1ccdfa98d0d25b8a41453ee2f4eb3e969321
parent4b6074c2463d43cace54ce688eebd6a6228a49fd (diff)
add intltool to host
-rw-r--r--package/intltool/Makefile27
1 files changed, 27 insertions, 0 deletions
diff --git a/package/intltool/Makefile b/package/intltool/Makefile
new file mode 100644
index 000000000..3aaaa7673
--- /dev/null
+++ b/package/intltool/Makefile
@@ -0,0 +1,27 @@
+# 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:= intltool
+PKG_VERSION:= 0.50.2
+PKG_RELEASE:= 1
+PKG_MD5SUM:= 23fbd879118253cb99aeac067da5f591
+PKG_DESCR:= internationalization utility to create po files
+PKG_SECTION:= misc
+PKG_URL:= http://freedesktop.org/wiki/Software/intltool/
+PKG_SITES:= https://launchpad.net/intltool/trunk/0.50.2/+download/
+
+DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.gz
+
+PKG_ARCH_DEPENDS:= native
+
+include $(TOPDIR)/mk/host.mk
+include $(TOPDIR)/mk/package.mk
+
+$(eval $(call HOST_template,INTLTOOL,intltool,$(PKG_VERSION)-${PKG_RELEASE}))
+
+HOST_STYLE:= auto
+
+include ${TOPDIR}/mk/host-bottom.mk
+include ${TOPDIR}/mk/pkg-bottom.mk