|
|
@ -10,7 +10,7 @@ include $(TOPDIR)/rules.mk |
|
|
|
PKG_NAME:=intltool |
|
|
|
PKG_LIBVER:=0.40 |
|
|
|
PKG_VERSION:=$(PKG_LIBVER).6 |
|
|
|
PKG_RELEASE:=2 |
|
|
|
PKG_RELEASE:=3 |
|
|
|
|
|
|
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 |
|
|
|
PKG_SOURCE_URL:=@GNOME/intltool/$(PKG_LIBVER) |
|
|
@ -18,6 +18,7 @@ PKG_MD5SUM:=69bc0353323112f42ad4f9cf351bc3e5 |
|
|
|
PKG_MAINTAINER:=Ted Hess <thess@kitschensync.net> |
|
|
|
|
|
|
|
PKG_HOST_ONLY:=1 |
|
|
|
HOST_FIXUP:=autoreconf |
|
|
|
|
|
|
|
include $(INCLUDE_DIR)/host-build.mk |
|
|
|
include $(INCLUDE_DIR)/package.mk |
|
|
@ -35,13 +36,5 @@ define Package/intltool/description |
|
|
|
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)) |