diff options
author | Daniel Engberg <daniel.engberg.lists@pyret.net> | 2017-01-05 02:10:42 +0100 |
---|---|---|
committer | Daniel Engberg <daniel.engberg.lists@pyret.net> | 2017-01-10 21:48:37 +0100 |
commit | 99a07470e1831c6f3356f6faa9501cae9528ffbd (patch) | |
tree | 8d854f915baf4adf6a792a435589b54b675342de /libs/poco/Makefile | |
parent | ca2e844395ec5e58e6a09bed04fc022d43736a4f (diff) |
libs/poco: Use bz2 tarball instead of gz
Use bz2 instead of gz tarball, saves about 900kbyte in size
Do minor adjustments to download URL
Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
Diffstat (limited to 'libs/poco/Makefile')
-rw-r--r-- | libs/poco/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/libs/poco/Makefile b/libs/poco/Makefile index d1ff62a66..fd3eefcb9 100644 --- a/libs/poco/Makefile +++ b/libs/poco/Makefile @@ -1,5 +1,6 @@ # # Copyright (C) 2007-2016 OpenWrt.org +# Copyright (C) 2017 Daniel Engberg <daniel.engberg.lists@pyret.net> # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -11,9 +12,9 @@ PKG_NAME:=poco PKG_VERSION:=1.7.7 PKG_RELEASE:=1 -PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz -PKG_SOURCE_URL:=http://pocoproject.org/releases/poco-1.7.7 -PKG_MD5SUM:=deb1e25704a39aac9fcd2beb4db55316 +PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 +PKG_SOURCE_URL:=http://pocoproject.org/releases/$(PKG_NAME)-$(PKG_VERSION) +PKG_MD5SUM:=17783e30f5ef9c852544ac0e9d1fd316c4804317026059a9d6aad798b61c77f8 PKG_LICENSE:=BSL-1.0 PKG_LICENSE_FILES:=LICENSE |