summaryrefslogtreecommitdiff
path: root/testing/scripts/recipes/012_openssl.mk
diff options
context:
space:
mode:
Diffstat (limited to 'testing/scripts/recipes/012_openssl.mk')
-rw-r--r--testing/scripts/recipes/012_openssl.mk13
1 files changed, 0 insertions, 13 deletions
diff --git a/testing/scripts/recipes/012_openssl.mk b/testing/scripts/recipes/012_openssl.mk
deleted file mode 100644
index 16aec239d..000000000
--- a/testing/scripts/recipes/012_openssl.mk
+++ /dev/null
@@ -1,13 +0,0 @@
-#!/usr/bin/make
-
-PV = 1.0.1e
-PKG = openssl-$(PV)
-SRC = http://download.strongswan.org/testing/openssl-fips/
-
-all: install
-
-$(PKG):
- wget -r $(SRC) --no-directories --directory-prefix $(PKG) --accept deb --no-parent
-
-install: $(PKG)
- cd $(PKG) && dpkg -i *.deb