intltool: Fix spelling mistake
authorPaul Jones <paul@pauljones.id.au>
Tue, 8 Jun 2010 00:29:18 +0000 (10:29 +1000)
committerPeter Korsgaard <jacmet@sunsite.dk>
Tue, 8 Jun 2010 12:57:44 +0000 (14:57 +0200)
Closes #1987

intltool.mk has a typo, this patch fixes the problem.

Signed-off-by: Paul Jones <paul@pauljones.id.au>
Acked-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
CHANGES
package/intltool/intltook.mk [deleted file]
package/intltool/intltool.mk [new file with mode: 0644]

diff --git a/CHANGES b/CHANGES
index 99cfd655e43d693c5f4241ba5a80cd5c6fb7726c..67c434887f5d725fdd6da152f4343dd7d7369ee7 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -7,7 +7,7 @@
        New packages: cgilua, copas, coxpcall, luafilesystem,
        luasocket, rings, wsapi, xavante
 
-       Updated/fixed packages: cdrkit, gawk, iptables, libidn,
+       Updated/fixed packages: cdrkit, gawk, intltool, iptables, libidn,
        netperf, openssl, php, qt, sqlite, tn5250, usbutils
 
        Removed packages: modutils
@@ -25,6 +25,7 @@
        #1945: PHP: add sqlite3 dependency when using external lib
        #1951: Bump openssl to 0.9.8o
        #1957: Bump sqlite to 3.6.23.1
+       #1987: intltool: Fix spelling mistake
 
 2010.05, Released May 30th, 2010:
 
diff --git a/package/intltool/intltook.mk b/package/intltool/intltook.mk
deleted file mode 100644 (file)
index 746ebb1..0000000
+++ /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))
-
diff --git a/package/intltool/intltool.mk b/package/intltool/intltool.mk
new file mode 100644 (file)
index 0000000..746ebb1
--- /dev/null
@@ -0,0 +1,16 @@
+#############################################################
+#
+# 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))
+