summaryrefslogtreecommitdiff
path: root/package/polkit/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <mail@waldemar-brodkorb.de>2014-01-11 11:55:18 +0100
committerWaldemar Brodkorb <mail@waldemar-brodkorb.de>2014-01-11 11:55:18 +0100
commit21b2edcd27d36e8c579458c6b55ff665c071102f (patch)
tree1774e30705721d592fb7ffd2bafc29046eb23c1c /package/polkit/Makefile
parent563d3f06891425bccc590fdae189f9065258e758 (diff)
parent7ce924b1f5ab24a0f16293047c67d24c6376d375 (diff)
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/polkit/Makefile')
-rw-r--r--package/polkit/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/package/polkit/Makefile b/package/polkit/Makefile
index 3470d2737..0fbfcb439 100644
--- a/package/polkit/Makefile
+++ b/package/polkit/Makefile
@@ -6,15 +6,17 @@ include $(TOPDIR)/rules.mk
PKG_NAME:= polkit
PKG_VERSION:= 0.112
PKG_RELEASE:= 2
-PKG_MD5SUM:= 9fa7a28633b028681163466da898b008
+PKG_MD5SUM:= 23973dcfd8b92ab2b7db3a925642b76d
PKG_DESCR:= application-level toolkit
PKG_SECTION:= libs
PKG_BUILDDEP:= autotool mozjs
PKG_DEPENDS:= mozjs
PKG_URL:= http://www.freedesktop.org/wiki/Software/polkit/
-PKG_SITES:= http://cgit.freedesktop.org/polkit/snapshot/
+PKG_SITES:= http://openadk.org/distfiles/
PKG_OPTS:= dev
+PKG_LIBC_DEPENDS:= eglibc glibc
+
include $(TOPDIR)/mk/package.mk
$(eval $(call PKG_template,POLKIT,polkit,$(PKG_VERSION)-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION},${PKG_OPTS}))