summaryrefslogtreecommitdiff
path: root/package/ca-certificates
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-05-29 11:40:49 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2014-05-29 21:56:31 +0200
commitf14c1fc5515445840d2fbe3350cff0c03eae0b55 (patch)
tree7617315e619f969c13e79c1f44c2428871719357 /package/ca-certificates
parent365261c9db442081290b7d21aba6201244af294d (diff)
resolve merge conflict
Diffstat (limited to 'package/ca-certificates')
-rw-r--r--package/ca-certificates/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/package/ca-certificates/Makefile b/package/ca-certificates/Makefile
index 4eeacf740..7994bea2c 100644
--- a/package/ca-certificates/Makefile
+++ b/package/ca-certificates/Makefile
@@ -7,8 +7,8 @@ PKG_NAME:= ca-certificates
PKG_VERSION:= 20090814
PKG_RELEASE:= 3
PKG_MD5SUM:= 307052c985bec7f9a00eb84293eef779
-PKG_DESCR:= Collection of common CA certificates
-PKG_SECTION:= net/security
+PKG_DESCR:= collection of common ca certificates
+PKG_SECTION:= app/crypto
PKG_DEPENDS:= openssl-util libopenssl
PKG_URL:= http://packages.debian.org/sid/ca-certificates
PKG_SITES:= http://ftp.debian.org/debian/pool/main/c/ca-certificates/
@@ -16,7 +16,7 @@ PKG_SITES:= http://ftp.debian.org/debian/pool/main/c/ca-certificates/
DISTFILES:= ${PKG_NAME}_${PKG_VERSION}.tar.gz
PKG_FLAVOURS_CA_CERTS:= SMALL
-PKGFD_SMALL:= Minimal set of CA certificates
+PKGFD_SMALL:= minimal set of CA certificates
include $(TOPDIR)/mk/package.mk