Merge Lean's source
This commit is contained in:
commit
08efe4be19
@ -9,9 +9,9 @@
|
||||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=qt5
|
||||
PKG_VERSION:=5.13
|
||||
PKG_RELEASE:=1
|
||||
PKG_MD5SUM:=d66b1da335d0c25325fdf493e9044c38
|
||||
PKG_VERSION:=5.12
|
||||
PKG_RELEASE:=4
|
||||
PKG_MD5SUM:=dda95b0239d13c5276834177af3a8588
|
||||
|
||||
PKG_SOURCE:=qt-everywhere-src-$(PKG_VERSION).$(PKG_RELEASE).tar.xz
|
||||
PKG_SOURCE_URL:=http://download.qt-project.org/archive/qt/$(PKG_VERSION)/$(PKG_VERSION).$(PKG_RELEASE)/single
|
||||
@ -114,7 +114,7 @@ define Build/Configure
|
||||
-no-opengl \
|
||||
-no-directfb \
|
||||
-no-xcb \
|
||||
-no-ssl \
|
||||
-openssl-runtime \
|
||||
-qt-zlib \
|
||||
-qt-pcre \
|
||||
-qt-freetype \
|
||||
|
||||
@ -7,7 +7,7 @@ PKG_RELEASE=1
|
||||
PKG_SOURCE_PROTO:=git
|
||||
PKG_SOURCE_URL:=https://github.com/arvidn/libtorrent.git
|
||||
PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION)
|
||||
PKG_SOURCE_VERSION:=84f10d05caff0d20213280951752797d166e1759
|
||||
PKG_SOURCE_VERSION:=6f1250c6535730897909240ea0f4f2a81937d21a
|
||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||
|
||||
PKG_LICENSE:=BSD
|
||||
|
||||
@ -32,7 +32,7 @@ ifeq ($(ARCH),aarch64)
|
||||
endif
|
||||
|
||||
PKG_NAME:=verysync
|
||||
PKG_VERSION:=v1.2.4
|
||||
PKG_VERSION:=v1.2.5
|
||||
PKG_RELEASE:=2
|
||||
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)
|
||||
PKG_SOURCE:=$(PKG_NAME)-linux-$(PKG_ARCH_VERYSYNC)-$(PKG_VERSION).tar.gz
|
||||
@ -68,4 +68,4 @@ define Package/$(PKG_NAME)/install
|
||||
$(INSTALL_BIN) $(PKG_BUILD_DIR)/$(PKG_NAME)-linux-$(PKG_ARCH_VERYSYNC)-$(PKG_VERSION)/verysync $(1)/usr/bin/verysync
|
||||
endef
|
||||
|
||||
$(eval $(call BuildPackage,$(PKG_NAME)))
|
||||
$(eval $(call BuildPackage,$(PKG_NAME)))
|
||||
|
||||
Loading…
Reference in New Issue
Block a user