summaryrefslogtreecommitdiff
path: root/openwrt/package/openssl/ipkg
diff options
context:
space:
mode:
authornico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-05-22 10:01:06 +0000
committernico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-05-22 10:01:06 +0000
commitc1bbe93e8ffc6ac3a4d8ec42f61b5eeb8943f1fc (patch)
tree711ae6873e69338402963fa100e94af0df401cb5 /openwrt/package/openssl/ipkg
parent5740e07504facba47dcb782add94345c483092cf (diff)
Convert openssl to new packaging style, install devel stuff in STAGING_DIR/usr, change openssldir to /etc/ssl, enable MD4, add openssl-util subpackage
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@1015 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/package/openssl/ipkg')
-rw-r--r--openwrt/package/openssl/ipkg/libopenssl.control6
-rw-r--r--openwrt/package/openssl/ipkg/openssl-util.conffiles1
-rw-r--r--openwrt/package/openssl/ipkg/openssl-util.control9
3 files changed, 16 insertions, 0 deletions
diff --git a/openwrt/package/openssl/ipkg/libopenssl.control b/openwrt/package/openssl/ipkg/libopenssl.control
new file mode 100644
index 0000000000..0fdbcb87d3
--- /dev/null
+++ b/openwrt/package/openssl/ipkg/libopenssl.control
@@ -0,0 +1,6 @@
+Package: libopenssl
+Priority: optional
+Section: libs
+Maintainer: Felix Fietkau <nbd@vd-s.ath.cx>
+Source: http://openwrt.org/cgi-bin/viewcvs.cgi/openwrt/package/openssl/
+Description: OpenSSL (Secure Socket Layer) libraries
diff --git a/openwrt/package/openssl/ipkg/openssl-util.conffiles b/openwrt/package/openssl/ipkg/openssl-util.conffiles
new file mode 100644
index 0000000000..6d068e66c4
--- /dev/null
+++ b/openwrt/package/openssl/ipkg/openssl-util.conffiles
@@ -0,0 +1 @@
+/etc/ssl/openssl.cnf
diff --git a/openwrt/package/openssl/ipkg/openssl-util.control b/openwrt/package/openssl/ipkg/openssl-util.control
new file mode 100644
index 0000000000..8f6c90ec4b
--- /dev/null
+++ b/openwrt/package/openssl/ipkg/openssl-util.control
@@ -0,0 +1,9 @@
+Package: openssl-util
+Priority: optionnal
+Section: admin
+Version: [TBDL]
+Architecture: [TBDL]
+Maintainer: Nico <nthill@free.fr>
+Source: http://openwrt.org/cgi-bin/viewcvs.cgi/openwrt/package/openssl/
+Description: OpenSSL (Secure Socket Layer) command line tool
+Depends: libopenssl