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:
parent
4d84a5ebe5
commit
dc7e1becd7
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user