From 01f443c9464efbe9022f120d9ec096b436fd87a5 Mon Sep 17 00:00:00 2001 From: Arnav Bhatt Date: Sat, 10 Nov 2018 08:11:37 +0000 Subject: [PATCH] Recipe of BeMobile (#3350) * Recipe of BeMobile --- haiku-apps/bemobile/bemobile-0.9.recipe | 45 +++++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 haiku-apps/bemobile/bemobile-0.9.recipe diff --git a/haiku-apps/bemobile/bemobile-0.9.recipe b/haiku-apps/bemobile/bemobile-0.9.recipe new file mode 100644 index 000000000..599a058ac --- /dev/null +++ b/haiku-apps/bemobile/bemobile-0.9.recipe @@ -0,0 +1,45 @@ +SUMMARY="Manage contacts and messages stored on a mobile phone" +DESCRIPTION="BeMobile is a program to manage contacts and messages stored on \ +your mobile phone. It has been developed for Motorola C550 and L6 models but \ +should work with any phone that supports AT command set." +HOMEPAGE="https://github.com/ytmytm/beos-bemobile" +COPYRIGHT="2007 Maciej Witkowia" +LICENSE="MIT" +REVISION="1" +srcGitRev="fea6464ceb5b570f7a533e59b24a68f9fb093006" +SOURCE_URI="https://github.com/ytmytm/beos-mobile/archive/$srcGitRev.tar.gz" +CHECKSUM_SHA256="2c903363e0725556d896ed5a15f68b77a0461b4512efd0106a2c68d8b30d4e5c" +SOURCE_FILENAME="beos-bemobile-$portVersion-$srcGitRev.tar.gz" +SOURCE_DIR="beos-bemobile-$srcGitRev" + +ARCHITECTURES="!x86_gcc2 !x86 !x86_64" + +PROVIDES=" + bemobile = $portVersion + app:BeMobile = $portVersion + " +REQUIRES=" + haiku + " + +BUILD_REQUIRES=" + haiku_devel + " + +BUILD_PREREQUIRES=" + makefile_engine + cmd:g++ + cmd:make + " + +BUILD() +{ + make OBJ_DIR=objects +} + +INSTALL() +{ + mkdir -p $appsDir + cp objects/BeMobile $appsDir + addAppDeskbarSymlink $appsDir/BeMobile +}