Recipe of BeMobile (#3350)

* Recipe of BeMobile
This commit is contained in:
Arnav Bhatt
2018-11-10 08:11:37 +00:00
committed by humdinger
parent 6bdbb2256a
commit 01f443c946

View File

@@ -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
}