mirror of
https://linux.maple.camp/git/ahill/maplelinux-bootstrap.git
synced 2026-02-11 10:13:35 +00:00
Reviewed packages and found that several were not packaged correctly
This commit is contained in:
@@ -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
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user