Merge pull request #5869 from heitbaum/slang

slang: add pcre dependency
This commit is contained in:
CvH 2021-11-13 12:22:11 +01:00 committed by GitHub
commit 30921add37
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,7 +8,7 @@ PKG_SHA256="fc9e3b0fc4f67c3c1f6d43c90c16a5c42d117b8e28457c5b46831b8b5d3ae31a"
PKG_LICENSE="GPL" PKG_LICENSE="GPL"
PKG_SITE="http://www.jedsoft.org/slang/" PKG_SITE="http://www.jedsoft.org/slang/"
PKG_URL="https://www.jedsoft.org/releases/slang/${PKG_NAME}-${PKG_VERSION}.tar.bz2" PKG_URL="https://www.jedsoft.org/releases/slang/${PKG_NAME}-${PKG_VERSION}.tar.bz2"
PKG_DEPENDS_TARGET="toolchain" PKG_DEPENDS_TARGET="toolchain pcre"
PKG_LONGDESC="A library designed to allow a developer to create robust multi-platform software." PKG_LONGDESC="A library designed to allow a developer to create robust multi-platform software."
PKG_BUILD_FLAGS="-parallel" PKG_BUILD_FLAGS="-parallel"