mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 03:30:05 +02:00
Helios: add language files
This commit is contained in:
@@ -3,7 +3,7 @@ DESCRIPTION="Cdrecord GUI frontend."
|
||||
HOMEPAGE="https://github.com/HaikuArchives/Helios"
|
||||
COPYRIGHT="2000-2004 Maurice Michalski"
|
||||
LICENSE="MIT"
|
||||
REVISION="3"
|
||||
REVISION="4"
|
||||
srcGitRev="dbf19431cf71ad4b54c28eb4509185541918ee35"
|
||||
SOURCE_URI="https://github.com/HaikuArchives/Helios/archive/$srcGitRev.tar.gz"
|
||||
CHECKSUM_SHA256="25070a2350978ce1cf3f06a3322e0c627617ae0033441feb1790033c7c917a0e"
|
||||
@@ -32,12 +32,13 @@ BUILD_PREREQUIRES="
|
||||
|
||||
BUILD()
|
||||
{
|
||||
make $jobArgs
|
||||
make $jobArgs OBJ_DIR=objects
|
||||
}
|
||||
|
||||
INSTALL()
|
||||
{
|
||||
mkdir -p $appsDir
|
||||
cp objects*/Helios $appsDir
|
||||
mkdir -p $appsDir/Helios
|
||||
cp objects/Helios $appsDir/Helios
|
||||
cp -r Language $appsDir/Helios
|
||||
addAppDeskbarSymlink $appsDir/Helios
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user