mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 18:47:44 +00:00
Ports: Improve consistency and quality of ports
- Replaced /Root with - Improved documentation. - Removed a few typos. - Replaced with - Added brackets in some cases. Most of the changes were reviewed and applied manually.
This commit is contained in:
parent
139288b071
commit
492f7132d2
53 changed files with 115 additions and 117 deletions
|
@ -2,20 +2,20 @@
|
|||
port=gnupg
|
||||
version=2.3.0
|
||||
useconfigure=true
|
||||
configopts="--with-libgpg-error-prefix=${SERENITY_BUILD_DIR}/Root/usr/local \
|
||||
--with-libgcrypt-prefix=${SERENITY_BUILD_DIR}/Root/usr/local \
|
||||
--with-libassuan-prefix=${SERENITY_BUILD_DIR}/Root/usr/local \
|
||||
--with-ntbtls-prefix=${SERENITY_BUILD_DIR}/Root/usr/local \
|
||||
--with-npth-prefix=${SERENITY_BUILD_DIR}/Root/usr/local \
|
||||
configopts="--with-libgpg-error-prefix=${SERENITY_INSTALL_ROOT}/usr/local \
|
||||
--with-libgcrypt-prefix=${SERENITY_INSTALL_ROOT}/usr/local \
|
||||
--with-libassuan-prefix=${SERENITY_INSTALL_ROOT}/usr/local \
|
||||
--with-ntbtls-prefix=${SERENITY_INSTALL_ROOT}/usr/local \
|
||||
--with-npth-prefix=${SERENITY_INSTALL_ROOT}/usr/local \
|
||||
--disable-dirmngr"
|
||||
files="https://gnupg.org/ftp/gcrypt/gnupg/gnupg-${version}.tar.bz2 gnupg-${version}.tar.bz2 84c1ef39e8621cfb70f31463a5d1d8edeab44332bc1e0e1af9b78b6f9ed05bb4"
|
||||
auth_type=sha256
|
||||
depends="libiconv libgpg-error libgcrypt libksba libassuan npth ntbtls"
|
||||
|
||||
pre_configure() {
|
||||
export GPGRT_CONFIG="${SERENITY_BUILD_DIR}/Root/usr/local/bin/gpgrt-config"
|
||||
export CFLAGS="-L${SERENITY_BUILD_DIR}/Root/usr/local/include"
|
||||
export LDFLAGS="-L${SERENITY_BUILD_DIR}/Root/usr/local/lib -lm -liconv"
|
||||
export GPGRT_CONFIG="${SERENITY_INSTALL_ROOT}/usr/local/bin/gpgrt-config"
|
||||
export CFLAGS="-L${SERENITY_INSTALL_ROOT}/usr/local/include"
|
||||
export LDFLAGS="-L${SERENITY_INSTALL_ROOT}/usr/local/lib -lm -liconv"
|
||||
}
|
||||
|
||||
configure() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue