fixup! libXau, bump revision, use correct REQUIREMENT_devel

This commit is contained in:
begasus
2018-08-13 08:14:58 +02:00
committed by waddlesplash
parent a3753a9d6b
commit e90ff62cf7

View File

@@ -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()