mirror of the now-defunct rocklinux.org
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
pkginstalled zlib && var_append cmakedefs ' ' '-DCMAKE_USE_SYSTEM_ZLIB=ON' pkginstalled expat && var_append cmakedefs ' ' '-DCMAKE_USE_SYSTEM_EXPAT=ON' pkginstalled curl && var_append cmakedefs ' ' '-DCMAKE_USE_SYSTEM_CURL=ON'
configscript="./bootstrap" confopt="--prefix=/${prefix} --mandir=${mandir#/${prefix}} --docdir=${docdir#/${prefix}}"
|