aboutsummaryrefslogtreecommitdiff
path: root/libs/libvpx/Makefile
diff options
context:
space:
mode:
authorJosef Schlehofer <pepe.schlehofer@gmail.com>2020-04-22 00:18:20 +0200
committerJosef Schlehofer <pepe.schlehofer@gmail.com>2020-04-22 00:20:03 +0200
commit34ab88626342f63ae31f149fe9544f0765fceb24 (patch)
tree618ca393ee9ba7ba7db0aa4df16fb0d7f9232a20 /libs/libvpx/Makefile
parent97df69bdb57bbb3ec90c635456dbf1c51492e214 (diff)
libvpx: Makefile polishing
- Remove PKG_REV - Reorder things to be more sync with other Makefiles - Add PKG_BUILD_PARALLEL Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
Diffstat (limited to 'libs/libvpx/Makefile')
-rw-r--r--libs/libvpx/Makefile13
1 files changed, 6 insertions, 7 deletions
diff --git a/libs/libvpx/Makefile b/libs/libvpx/Makefile
index 1e1b5212d..10b964bae 100644
--- a/libs/libvpx/Makefile
+++ b/libs/libvpx/Makefile
@@ -12,18 +12,17 @@ PKG_NAME:=libvpx
PKG_VERSION:=1.8.2
PKG_RELEASE:=1
-PKG_REV:=v$(PKG_VERSION)
-PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_REV).tar.gz
-PKG_MIRROR_HASH:=51e871a928fe98f14fd08285cb9b64c0d540b36b630ee7d47bc464e909366db7
-PKG_SOURCE_URL:=https://chromium.googlesource.com/webm/libvpx
PKG_SOURCE_PROTO:=git
-PKG_SOURCE_VERSION:=$(PKG_REV)
-PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION)
-PKG_CPE_ID:=cpe:/a:john_koleszar:libvpx
+PKG_SOURCE_URL:=https://chromium.googlesource.com/webm/libvpx
+PKG_MIRROR_HASH:=51e871a928fe98f14fd08285cb9b64c0d540b36b630ee7d47bc464e909366db7
+PKG_SOURCE_VERSION:=v$(PKG_VERSION)
+PKG_SOURCE:=$(PKG_NAME)-$(PKG_SOURCE_VERSION).tar.gz
PKG_MAINTAINER:=Luiz Angelo Daros de Luca <luizluca@gmail.com>
PKG_LICENSE:=BSD-3-Clause
PKG_LICENSE_FILES:=LICENSE
+PKG_CPE_ID:=cpe:/a:john_koleszar:libvpx
+PKG_BUILD_PARALLEL:=1
PKG_ABI_VERSION:=$(subst $(space),.,$(wordlist 1, 2, $(subst .,$(space),$(PKG_VERSION))))