diff options
Diffstat (limited to 'package/intltool/intltook.mk')
-rw-r--r-- | package/intltool/intltook.mk | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/package/intltool/intltook.mk b/package/intltool/intltook.mk deleted file mode 100644 index 746ebb1d5..000000000 --- a/package/intltool/intltook.mk +++ /dev/null @@ -1,16 +0,0 @@ -############################################################# -# -# intltool -# -############################################################# -INTLTOOL_VERSION:=0.40.6 -INTLTOOL_SOURCE:=intltool-$(INTLTOOL_VERSION).tar.bz2 -INTLTOOL_SITE:=http://ftp.acc.umu.se/pub/GNOME/sources/intltool/0.40/ - -HOST_INTLTOOL_DEPENDENCIES = host-libxml-parser-perl -HOST_INTLTOOL_CONF_OPT = \ - PERLLIB=$(HOST_DIR)/usr/lib/perl - -$(eval $(call AUTOTARGETS,package,intltool)) -$(eval $(call AUTOTARGETS,package,intltool,host)) - |