summaryrefslogtreecommitdiff
path: root/sources/libressl/libressl.spec
diff options
context:
space:
mode:
Diffstat (limited to 'sources/libressl/libressl.spec')
-rw-r--r--sources/libressl/libressl.spec6
1 files changed, 5 insertions, 1 deletions
diff --git a/sources/libressl/libressl.spec b/sources/libressl/libressl.spec
index 1f727ec..dc3783d 100644
--- a/sources/libressl/libressl.spec
+++ b/sources/libressl/libressl.spec
@@ -4,6 +4,10 @@ SRC_NAME="libressl"
SRC_URL="https://ftp.openbsd.org/pub/OpenBSD/LibreSSL/libressl-4.2.1.tar.gz"
SRC_VERSION="4.2.1"
+# TODO: Should the openssl command be a symlink? For the sake of transparency,
+# it may make sense to rename the command to "libressl" and make "openssl"
+# a symlink for compatibility's sake. ~ahill
+
build() {
tar xf ../$SRC_FILENAME
cd libressl-*/
@@ -20,4 +24,4 @@ clean() {
package() {
cd libressl-*/
make -j $TT_PROCS install DESTDIR=$TT_INSTALLDIR
-} \ No newline at end of file
+}