aboutsummaryrefslogtreecommitdiff
path: root/libs/libp11/Makefile
diff options
context:
space:
mode:
authorRosen Penev <rosenp@gmail.com>2018-09-08 11:13:32 -0700
committerRosen Penev <rosenp@gmail.com>2018-09-08 11:14:53 -0700
commit4d5007db6e091957ffc76d2db23909d846238830 (patch)
tree3447e7ccf1e418891325873db5aab1acb38b913d /libs/libp11/Makefile
parent3b6e346a4c63f20cb9b55fc6b49077ca2e995770 (diff)
libp11: Update to 0.4.9
Reorganized Makefile a little bit for consistency with other packages. Added PKG_BUILD_PARALLEL for faster compilation. Signed-off-by: Rosen Penev <rosenp@gmail.com>
Diffstat (limited to 'libs/libp11/Makefile')
-rw-r--r--libs/libp11/Makefile11
1 files changed, 6 insertions, 5 deletions
diff --git a/libs/libp11/Makefile b/libs/libp11/Makefile
index 448521260..559a229c9 100644
--- a/libs/libp11/Makefile
+++ b/libs/libp11/Makefile
@@ -8,17 +8,18 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=libp11
-PKG_VERSION:=0.4.7
+PKG_VERSION:=0.4.9
PKG_RELEASE:=1
-PKG_HASH:=32e486d4279e09174b63eb263bc840016ebfa80b0b154390c0539b211aec0452
+
+PKG_SOURCE_URL:=https://github.com/OpenSC/libp11/releases/download/$(PKG_NAME)-$(PKG_VERSION)/
+PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
+PKG_HASH:=9d1c76d74c21ca224f96204982097ebc6b956f645b2b0b5f9c502a20e9ffcfd8
PKG_MAINTAINER:=Daniel Golle <daniel@makrotopia.org>
PKG_LICENSE:=LGPL-2.1+
PKG_LICENSE_FILES:=COPYING
-PKG_SOURCE_URL:=https://github.com/OpenSC/libp11/releases/download/$(PKG_NAME)-$(PKG_VERSION)/
-PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
-
+PKG_BUILD_PARALLEL:=1
PKG_FIXUP:=libtool
PKG_INSTALL:=1