mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-04 22:18:55 +02:00
Trim extra newlines at end of file & trailing whitespace.
This commit is contained in:
@@ -66,7 +66,7 @@ BUILD_PREREQUIRES="
|
||||
cmd:libtoolize
|
||||
cmd:pkg_config$secondaryArchSuffix
|
||||
"
|
||||
|
||||
|
||||
BUILD()
|
||||
{
|
||||
pathSecondaryArchSuffix=$(echo ${secondaryArchSuffix} | sed s/^_//g)
|
||||
@@ -74,7 +74,7 @@ BUILD()
|
||||
${portVersion}-*/ilmbase${secondaryArchSuffix}/develop/lib/\
|
||||
${pathSecondaryArchSuffix}/pkgconfig/IlmBase.pc | sed s/IlmBase\.pc//g)
|
||||
export PKG_CONFIG_PATH+=:$IlmBasePkgconfig
|
||||
|
||||
|
||||
./bootstrap
|
||||
runConfigure ./configure
|
||||
make
|
||||
@@ -83,23 +83,23 @@ ${pathSecondaryArchSuffix}/pkgconfig/IlmBase.pc | sed s/IlmBase\.pc//g)
|
||||
INSTALL()
|
||||
{
|
||||
make install
|
||||
|
||||
|
||||
# prepare development documentation
|
||||
mkdir -p $developDocDir
|
||||
mv $dataDir/doc $developDocDir
|
||||
|
||||
|
||||
# prepare autom4te script
|
||||
mkdir -p $developDir
|
||||
mv $dataDir/aclocal $developDir
|
||||
|
||||
|
||||
#clear empty directory
|
||||
rmdir $dataDir
|
||||
|
||||
|
||||
# prepare development lib links
|
||||
prepareInstalledDevelLibs libIlmImf-Imf_2_1 libIlmImf
|
||||
|
||||
|
||||
fixPkgconfig
|
||||
|
||||
|
||||
# devel package
|
||||
packageEntries devel $developDir
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user