mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-21 19:20:08 +02:00
Changed recipe to pull skin from binary package
This commit is contained in:
@@ -4,7 +4,9 @@ flexibly customizable. It works on Windows, BeOS, and Haiku. In this \
|
||||
application the word \"cover\" means a set of files for its design, \
|
||||
instead of the commonly used word \"skin\"."
|
||||
HOMEPAGE="https://code.google.com/p/coveredcalc"
|
||||
SRC_URI="svn+http://coveredcalc.googlecode.com/svn/trunk@72"
|
||||
SRC_URI_1="svn+http://coveredcalc.googlecode.com/svn/trunk@72"
|
||||
SRC_URI_2="https://coveredcalc.googlecode.com/files/CoveredCalcBe1.10.0.zip"
|
||||
CHECKSUM_SHA256_2="f5256c9cdb581c0246292005e9d3275586552bd4630b91e7372bd1903a94b669"
|
||||
REVISION="1"
|
||||
LICENSE="MIT"
|
||||
ARCHITECTURES="x86_gcc2 ?x86"
|
||||
@@ -37,17 +39,14 @@ BUILD()
|
||||
cd Sources/CoveredCalc/CoveredCalcBe
|
||||
make release $jobArgs
|
||||
cd ../../..
|
||||
#download skin from Google Drive (source doesn't include a skin)
|
||||
wget http://googledrive.com/host/0BwHhdVuLdvajZDBXSXl0S1NMVWc/skin.zip
|
||||
unzip skin.zip
|
||||
}
|
||||
|
||||
INSTALL()
|
||||
{
|
||||
mkdir -p $appsDir/CoveredCalc/{NLS,Keymaps,Covers}
|
||||
mkdir -p $appsDir/CoveredCalc/{NLS,Keymaps}
|
||||
cp Sources/CoveredCalc/CoveredCalcBe/obj.release/CoveredCalc $appsDir/CoveredCalc
|
||||
cp LangFiles/BeOS/* $appsDir/CoveredCalc/NLS
|
||||
cp KeyMappings/BeOS/* $appsDir/CoveredCalc/Keymaps
|
||||
cp -R default $appsDir/CoveredCalc/Covers
|
||||
cp -R CoveredCalc/Covers $appsDir/CoveredCalc
|
||||
addAppDeskbarSymlink $appsDir/CoveredCalc/CoveredCalc
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user