Skip to content
This repository has been archived by the owner on Dec 16, 2020. It is now read-only.

Commit

Permalink
fix bug: build error for openwrt
Browse files Browse the repository at this point in the history
  • Loading branch information
GangZhuo committed Oct 16, 2015
1 parent 4510dfd commit 170f65a
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions openwrt/Makefile
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
include $(TOPDIR)/rules.mk

PKG_NAME:=BaiduPCS
PKG_VERSION:=0.2.0
PKG_VERSION:=0.2.1
PKG_RELEASE:=$(PKG_SOURCE_VERSION)

PKG_BUILD_DIR := $(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)
PKG_SOURCE_URL:=https://github.com/GangZhuo/BaiduPCS/archive
PKG_SOURCE:=$(PKG_VERSION).tar.gz
#PKG_SOURCE_URL:=https://github.com/GangZhuo/BaiduPCS/archive
#PKG_SOURCE:=$(PKG_VERSION).tar.gz
PKG_BUILD_DEPENDS:=libopenssl libcurl libpthread

#PKG_INSTALL:=1
Expand All @@ -23,7 +23,12 @@ define Package/BaiduPCS
endef

define Package/BaiduPCS/description
The client for baidu net disk.
The client for baidu net disk.
endef

define Build/Prepare
mkdir -p $(PKG_BUILD_DIR)
cp -r ../* $(PKG_BUILD_DIR)
endef

define Package/BaiduPCS/install
Expand Down

0 comments on commit 170f65a

Please sign in to comment.