mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 14:57:35 +00:00
Ports: Make array-like settings actual arrays
We may need entries with spaces in makeopts, installopts, and configopts, and at that point we should also convert depends and auth_opts to avoid confusion.
This commit is contained in:
parent
e507cfcdb0
commit
c07f91474d
149 changed files with 352 additions and 345 deletions
|
@ -4,8 +4,8 @@ useconfigure="true"
|
|||
version="2.9.12"
|
||||
files="ftp://xmlsoft.org/libxml2/libxml2-${version}.tar.gz libxml2-${version}.tar.gz c8d6681e38c56f172892c85ddc0852e1fd4b53b4209e7f4ebf17f7e2eae71d92"
|
||||
auth_type=sha256
|
||||
depends="libiconv xz"
|
||||
configopts="--prefix=${SERENITY_INSTALL_ROOT}/usr/local --without-python"
|
||||
depends=("libiconv" "xz")
|
||||
configopts=("--prefix=${SERENITY_INSTALL_ROOT}/usr/local" "--without-python")
|
||||
|
||||
install() {
|
||||
# Leave out DESTDIR - otherwise the prefix breaks
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue