testing: Install packages like the FIPS-enabled OpenSSL from a custom apt repo

This commit is contained in:
Tobias Brunner
2016-06-16 14:01:47 +02:00
parent 257e5db0d0
commit f565f954a7
3 changed files with 28 additions and 14 deletions
-13
View File
@@ -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