Skip to content
This repository has been archived by the owner on Mar 17, 2018. It is now read-only.

Commit

Permalink
ptokax: fix ansi<->utf8 translation
Browse files Browse the repository at this point in the history
  • Loading branch information
ryzhovau committed Aug 8, 2017
1 parent 8b5387e commit 319a8fc
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions ptokax/Makefile
Expand Up @@ -9,21 +9,22 @@ include $(TOPDIR)/rules.mk

PKG_NAME:=ptokax
PKG_VERSION:=0.5.2.2
PKG_RELEASE:=1
PKG_RELEASE:=2

PKG_SOURCE:=$(PKG_VERSION)-nix-src.tgz
PKG_SOURCE_URL:=http://www.ptokax.org/files
PKG_MD5SUM:=0d5ca7ae81be69eb351fadfd1a498217

include $(INCLUDE_DIR)/package.mk
include $(INCLUDE_DIR)/nls.mk

PKG_UNPACK=$(HOST_TAR) -C $(PKG_BUILD_DIR) --strip-components=1 -xzf $(DL_DIR)/$(PKG_SOURCE)

define Package/ptokax
SECTION:=net
CATEGORY:=Network
SUBMENU:=P2P
DEPENDS:=+liblua +libpthread +zlib +libstdcpp +librt
DEPENDS:=+liblua +libpthread +zlib +libstdcpp +librt $(ICONV_DEPENDS)
TITLE:=DC hub
URL:=http://www.czdc.org/PtokaX/
MAINTAINER:=Entware team, http://entware.net
Expand All @@ -35,7 +36,7 @@ define Package/ptokax/description
endef

TARGET_CFLAGS += -DTIXML_USE_STL
TARGET_LDFLAGS += -ldl
TARGET_LDFLAGS += -ldl -liconv

define Build/Compile
$(MAKE_VARS) $(MAKE) -C $(PKG_BUILD_DIR)/skein $(MAKE_FLAGS)
Expand Down

0 comments on commit 319a8fc

Please sign in to comment.