From 0200543a180df295d29eca98db31185031e72483 Mon Sep 17 00:00:00 2001 From: cyrus Date: Fri, 18 Jul 2014 08:36:39 +0000 Subject: [PATCH] intltool: moved to github git-svn-id: svn://svn.openwrt.org/openwrt/packages@41717 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- libs/intltool/Makefile | 46 ------------------------------------------ 1 file changed, 46 deletions(-) delete mode 100644 libs/intltool/Makefile diff --git a/libs/intltool/Makefile b/libs/intltool/Makefile deleted file mode 100644 index e7fcb4d77..000000000 --- a/libs/intltool/Makefile +++ /dev/null @@ -1,46 +0,0 @@ -# -# Copyright (C) 2009 OpenWrt.org -# -# This is free software, licensed under the GNU General Public License v2. -# See /LICENSE for more information. -# - -include $(TOPDIR)/rules.mk - -PKG_NAME:=intltool -PKG_LIBVER:=0.40 -PKG_VERSION:=$(PKG_LIBVER).6 -PKG_RELEASE:=1 - -PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 -PKG_SOURCE_URL:=@GNOME/intltool/$(PKG_LIBVER) -PKG_MD5SUM:=69bc0353323112f42ad4f9cf351bc3e5 - -PKG_HOST_ONLY:=1 - -include $(INCLUDE_DIR)/host-build.mk -include $(INCLUDE_DIR)/package.mk - -define Package/intltool - SECTION:=libs - CATEGORY:=Libraries - TITLE:=set of tools to centralize translation using GNU gettext - URL:=http://www.freedesktop.org/wiki/Software/intltool - BUILDONLY:=1 -endef - -define Package/intltool/description - intltool is a set of tools to centralize translation of many different - file formats using GNU gettext-compatible PO files. -endef - -define Require/perl-xml-parser - perl -e 'use XML::Parser;' -endef - -$(eval $(call Require,perl-xml-parser, \ - Please install Perl XML::Parser \ -)) - -$(eval $(call BuildPackage,intltool)) -$(eval $(call HostBuild))