mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 06:28:55 +02:00
39 lines
1009 B
Plaintext
39 lines
1009 B
Plaintext
SUMMARY="The desktop calculator which features a skin interface system."
|
|
DESCRIPTION="CoveredCalc is a desktop calculator whose look and feel is \
|
|
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="https://coveredcalc.googlecode.com/files/CoveredCalcBe1.10.0.zip"
|
|
CHECKSUM_SHA256="f5256c9cdb581c0246292005e9d3275586552bd4630b91e7372bd1903a94b669"
|
|
REVISION="1"
|
|
LICENSE="MIT"
|
|
ARCHITECTURES="x86 x86_gcc2"
|
|
COPYRIGHT="2008 hiron@with.memail.jp"
|
|
SOURCE_DIR="CoveredCalc"
|
|
|
|
PROVIDES="
|
|
coveredcalc = $portVersion
|
|
"
|
|
|
|
REQUIRES="
|
|
haiku >= $haikuVersion
|
|
"
|
|
|
|
BUILD_REQUIRES="
|
|
"
|
|
|
|
BUILD()
|
|
{
|
|
#do nothing
|
|
echo
|
|
}
|
|
|
|
INSTALL()
|
|
{
|
|
mkdir -p $appsDir/CoveredCalc
|
|
cp -R * $appsDir/CoveredCalc
|
|
chmod +x $appsDir/CoveredCalc/CoveredCalc
|
|
addAppDeskbarSymlink $appsDir/CoveredCalc/CoveredCalc
|
|
}
|