From 70d021ba21e9908ba7460c95106e2919bb103136 Mon Sep 17 00:00:00 2001 From: Nolan Clark Date: Fri, 5 Dec 2014 18:30:36 -0600 Subject: [PATCH] Added reciped for CoveredCalc --- .../coveredcalc/coveredcalc-1.10.0.recipe | 38 +++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 haiku-apps/coveredcalc/coveredcalc-1.10.0.recipe diff --git a/haiku-apps/coveredcalc/coveredcalc-1.10.0.recipe b/haiku-apps/coveredcalc/coveredcalc-1.10.0.recipe new file mode 100644 index 000000000..b9b2a4c30 --- /dev/null +++ b/haiku-apps/coveredcalc/coveredcalc-1.10.0.recipe @@ -0,0 +1,38 @@ +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 +}