1
0
mirror of git://projects.qi-hardware.com/openwrt-packages.git synced 2024-11-21 23:19:42 +02:00

odt2txt: use ICONV notation

This commit is contained in:
kyak 2011-02-06 22:52:01 +03:00
parent 4d84a5ebe5
commit dc7e1becd7

View File

@ -12,13 +12,14 @@ PKG_SOURCE:=odt2txt-$(PKG_VERSION).tar.gz
PKG_BUILD_DIR:=$(BUILD_DIR)/odt2txt-$(PKG_VERSION) PKG_BUILD_DIR:=$(BUILD_DIR)/odt2txt-$(PKG_VERSION)
include $(INCLUDE_DIR)/package.mk include $(INCLUDE_DIR)/package.mk
include $(INCLUDE_DIR)/nls.mk
define Package/odt2txt define Package/odt2txt
SECTION:=utils SECTION:=utils
CATEGORY:=Utilities CATEGORY:=Utilities
TITLE:=odt2txt TITLE:=odt2txt
URL:=http://stosberg.net/odt2txt/ URL:=http://stosberg.net/odt2txt/
DEPENDS:=+libiconv +zlib DEPENDS:=$(ICONV_DEPENDS) +zlib
endef endef
define Package/odt2txt/description define Package/odt2txt/description