summaryrefslogtreecommitdiff
path: root/package/intltool
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2010-07-16 17:54:56 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2010-07-16 17:54:56 +0200
commit50ffd7421f99658e4bc12b99d2d1b870e18f987e (patch)
tree61ed2fff2b5ed9a5f001d1a98c51aa89d40e42a7 /package/intltool
parent0510c57bc3034ea84f3c724090009182f46835e3 (diff)
add intltool package, update xkeyboard-config
Diffstat (limited to 'package/intltool')
-rw-r--r--package/intltool/Makefile23
1 files changed, 23 insertions, 0 deletions
diff --git a/package/intltool/Makefile b/package/intltool/Makefile
new file mode 100644
index 000000000..9ba13fe84
--- /dev/null
+++ b/package/intltool/Makefile
@@ -0,0 +1,23 @@
+# 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.41.1
+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/
+
+include $(TOPDIR)/mk/package.mk
+
+$(eval $(call PKG_template,INTLTOOL,$(PKG_NAME),$(PKG_VERSION)-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION}))
+
+post-install:
+ $(INSTALL_DIR) $(IDIR_INTLTOOL)/usr/bin
+ $(INSTALL_BIN) $(WRKINST)/usr/bin/intltool* \
+ $(IDIR_INTLTOOL)/usr/bin
+
+include ${TOPDIR}/mk/pkg-bottom.mk