fixup! libXrender, bump revision, cleanup, fix REQUIRES_devel

This commit is contained in:
begasus
2018-08-16 08:16:57 +02:00
committed by waddlesplash
parent 0b8dc6af57
commit 80ffce1e3c

View File

@@ -31,7 +31,7 @@ PROVIDES_devel="
"
REQUIRES_devel="
libxrender$secondaryArchSuffix == $portVersion base
devel:libX11
devel:libX11$secondaryArchSuffix
devel:renderproto
devel:xproto
"
@@ -63,8 +63,13 @@ BUILD()
INSTALL()
{
make install
install -d "$developDocDir"
install -t "$developDocDir" README
if [ -z "$secondaryArchSuffix" ]; then
install -d "$developDocDir"
install -t "$developDocDir" README
else
rm -rf "$developDir/documentation"
fi
rm -f $libDir/*.la