Files
Arch-R/packages/security/libxcrypt/package.mk

18 lines
654 B
Makefile
Raw Normal View History

2023-08-01 10:22:15 +00:00
# SPDX-License-Identifier: GPL-2.0-only
# Copyright (C) 2023-present Team LibreELEC (https://libreelec.tv)
PKG_NAME="libxcrypt"
2025-01-14 22:09:55 +00:00
PKG_VERSION="4.4.38"
PKG_SHA256="80304b9c306ea799327f01d9a7549bdb28317789182631f1b54f4511b4206dd6"
2023-08-01 10:22:15 +00:00
PKG_LICENSE="LGPL-2.1"
PKG_SITE="https://github.com/besser82/libxcrypt"
PKG_URL="https://github.com/besser82/libxcrypt/releases/download/v${PKG_VERSION}/${PKG_NAME}-${PKG_VERSION}.tar.xz"
PKG_DEPENDS_TARGET="glibc"
PKG_LONGDESC="Extended crypt library for descrypt, md5crypt, bcrypt, and others"
2023-08-01 10:40:44 +00:00
if [ "${MOLD_SUPPORT}" = "yes" ]; then
PKG_DEPENDS_TARGET+=" mold:host"
fi
2023-08-01 10:40:44 +00:00
PKG_CONFIGURE_OPTS_TARGET="--disable-obsolete-api"