mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-01 12:38:51 +02:00
fixup! libXau, bump revision, use correct REQUIREMENT_devel
This commit is contained in:
@@ -56,21 +56,21 @@ defineDebugInfoPackage libxau$secondaryArchSuffix \
|
||||
BUILD()
|
||||
{
|
||||
autoreconf -vfi
|
||||
runConfigure ./configure
|
||||
runConfigure --omit-dirs docDir ./configure --docdir=$developDocDir
|
||||
make $jobArgs
|
||||
}
|
||||
|
||||
INSTALL()
|
||||
{
|
||||
make install
|
||||
install -d -m 755 "$docDir"
|
||||
install -m 644 -t "$docDir" README
|
||||
install -d -m 755 "$developDocDir"
|
||||
install -m 644 -t "$developDocDir" README
|
||||
|
||||
prepareInstalledDevelLib libXau
|
||||
fixPkgconfig
|
||||
|
||||
if [ -n "$secondaryArchSuffix" ]; then
|
||||
rm -rf $documentationDir/man
|
||||
rm -rf $manDir
|
||||
maybe_manDir_man3=
|
||||
else
|
||||
maybe_manDir_man3=$manDir/man3
|
||||
@@ -79,6 +79,9 @@ INSTALL()
|
||||
packageEntries devel \
|
||||
$developDir \
|
||||
$maybe_manDir_man3
|
||||
|
||||
# remove the empty $documentationDir on primary architecture
|
||||
rm -fr $documentationDir
|
||||
}
|
||||
|
||||
TEST()
|
||||
|
||||
Reference in New Issue
Block a user