mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 03:30:05 +02:00
AQEMU: fix long description
This commit is contained in:
@@ -5,7 +5,7 @@ the majority of QEMU and KVM options."
|
||||
HOMEPAGE="https://github.com/tobimensch/aqemu/"
|
||||
COPYRIGHT="2008-2017 Andrey Rijov"
|
||||
LICENSE="GNU GPL v2"
|
||||
REVISION="6"
|
||||
REVISION="7"
|
||||
SOURCE_URI="https://github.com/tobimensch/aqemu/archive/v$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="e3d54de00ebdce3754f97f7e0e7cce8cebb588e8ce6bc249401cc909281b08de"
|
||||
PATCHES="aqemu-$portVersion.patchset"
|
||||
@@ -79,11 +79,13 @@ INSTALL()
|
||||
local MAJOR="`echo "$portVersion" | cut -d. -f1`"
|
||||
local MIDDLE="`echo "$portVersion" | cut -d. -f2`"
|
||||
local MINOR="`echo "$portVersion" | cut -d. -f3`"
|
||||
local LONG_INFO="$SUMMARY"
|
||||
sed \
|
||||
-e "s|@APP_SIGNATURE@|$APP_SIGNATURE|" \
|
||||
-e "s|@MAJOR@|$MAJOR|" \
|
||||
-e "s|@MIDDLE@|$MIDDLE|" \
|
||||
-e "s|@MINOR@|$MINOR|" \
|
||||
-e "s|@LONG_INFO@|$LONG_INFO|" \
|
||||
$portDir/additional-files/aqemu.rdef.in > aqemu.rdef
|
||||
|
||||
addResourcesToBinaries aqemu.rdef $appsDir/AQEMU/AQEMU
|
||||
|
||||
Reference in New Issue
Block a user