mirror of
git://projects.qi-hardware.com/openwrt-packages.git
synced 2024-11-04 23:21:53 +02:00
sdcv: use ICONV notation
This commit is contained in:
parent
4abe594a4f
commit
5fb08d2812
@ -19,12 +19,13 @@ PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)
|
|||||||
PKG_INSTALL:=2
|
PKG_INSTALL:=2
|
||||||
|
|
||||||
include $(INCLUDE_DIR)/package.mk
|
include $(INCLUDE_DIR)/package.mk
|
||||||
|
include $(INCLUDE_DIR)/nls.mk
|
||||||
|
|
||||||
define Package/sdcv
|
define Package/sdcv
|
||||||
TITLE:=sdcv
|
TITLE:=sdcv
|
||||||
SECTION:=utils
|
SECTION:=utils
|
||||||
CATEGORY:=Utilities
|
CATEGORY:=Utilities
|
||||||
DEPENDS:=+libintl +libreadline +libiconv +glib2
|
DEPENDS:=$(ICONV_DEPENDS) $(INTL_DEPENDS) +libreadline +glib2
|
||||||
URL:=http://sdcv.sourceforge.net/
|
URL:=http://sdcv.sourceforge.net/
|
||||||
endef
|
endef
|
||||||
|
|
||||||
@ -32,11 +33,6 @@ define Package/sdcv/description
|
|||||||
StarDict Command line version
|
StarDict Command line version
|
||||||
endef
|
endef
|
||||||
|
|
||||||
TARGET_CFLAGS+=-I$(STAGING_DIR)/usr/lib/libintl/include
|
|
||||||
TARGET_LDFLAGS+= -L$(STAGING_DIR)/usr/lib/libintl/lib -L$(STAGING_DIR)/usr/lib/libiconv/lib
|
|
||||||
|
|
||||||
CONFIGURE_ARGS +=
|
|
||||||
|
|
||||||
define Package/sdcv/install
|
define Package/sdcv/install
|
||||||
$(INSTALL_DIR) $(1)/usr/bin
|
$(INSTALL_DIR) $(1)/usr/bin
|
||||||
$(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/bin/sdcv $(1)/usr/bin/
|
$(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/bin/sdcv $(1)/usr/bin/
|
||||||
|
Loading…
Reference in New Issue
Block a user