Browse Source

remove intltool, not required.

Waldemar Brodkorb 10 years ago
parent
commit
dea218fbd7
1 changed files with 0 additions and 25 deletions
  1. 0 25
      package/intltool/Makefile

+ 0 - 25
package/intltool/Makefile

@@ -1,25 +0,0 @@
-# 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 Tool Collection
-PKG_SECTION:=		misc
-PKG_SITES:=		https://launchpad.net/intltool/trunk/0.50.2/+download/
-
-include $(TOPDIR)/mk/package.mk
-
-$(eval $(call PKG_template,INTLTOOL,intltool,$(PKG_VERSION)-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION}))
-
-XAKE_FLAGS+=		PERL="/usr/bin/perl"
-
-intltool-install:
-	$(INSTALL_DIR) $(IDIR_INTLTOOL)/usr/bin
-	$(INSTALL_BIN) $(WRKINST)/usr/bin/intltool* \
-		$(IDIR_INTLTOOL)/usr/bin
-
-include ${TOPDIR}/mk/pkg-bottom.mk