lbreakouthd: recipe cleanup (#7957)

This commit is contained in:
augiedoggie
2023-03-12 17:12:06 -06:00
committed by GitHub
parent c9c4322bc6
commit ccf267f7b7

View File

@@ -53,7 +53,8 @@ BUILD_PREREQUIRES="
BUILD()
{
autoreconf -vfi
LDFLAGS="-lintl -lbe" runConfigure ./configure --with-configdir=LBreakoutHD
LDFLAGS="-lintl -lbe" runConfigure --omit-dirs binDir ./configure \
--bindir=$appsDir --with-configdir=LBreakoutHD
make $jobArgs
}
@@ -61,9 +62,7 @@ INSTALL()
{
make install
mkdir -p $appsDir
mv $binDir/lbreakouthd $appsDir/LBreakoutHD
mv $appsDir/lbreakouthd $appsDir/LBreakoutHD
# add our version and other application resources
local MAJOR="`echo "$portVersion" | cut -d. -f1`"
@@ -80,7 +79,6 @@ INSTALL()
addAppDeskbarSymlink $appsDir/LBreakoutHD LBreakoutHD
rm -rf $binDir
rm -rf $localStateDir
rm -rf $dataDir/{applications,icons}
}