Updating recipe of bemobile. (#3403)

* Updating recipe of bemobile.

* Update bemobile-0.9.recipe

* enhancing code

* Update bemobile-0.9.recipe

* Correcting license information
This commit is contained in:
Arnav Bhatt
2018-12-11 18:36:56 +00:00
committed by Scott McCreary
parent 84204c9113
commit bfb4d82317

View File

@@ -3,16 +3,16 @@ 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"
COPYRIGHT="2014 Maciej Witkowia"
LICENSE="MIT"
REVISION="1"
srcGitRev="fea6464ceb5b570f7a533e59b24a68f9fb093006"
SOURCE_URI="https://github.com/ytmytm/beos-mobile/archive/$srcGitRev.tar.gz"
CHECKSUM_SHA256="2c903363e0725556d896ed5a15f68b77a0461b4512efd0106a2c68d8b30d4e5c"
srcGitRev="5a0dc2b5f06abdd260f8c335f7ff1bb9c1e68586"
SOURCE_URI="https://github.com/ytmytm/beos-bemobile/archive/$srcGitRev.tar.gz"
CHECKSUM_SHA256="b19bf7e161b966116ad8fce559524041334b554adcb9decaa597098af5863c89"
SOURCE_FILENAME="beos-bemobile-$portVersion-$srcGitRev.tar.gz"
SOURCE_DIR="beos-bemobile-$srcGitRev"
ARCHITECTURES="!x86_gcc2 !x86 !x86_64"
ARCHITECTURES="x86_gcc2 !x86 !x86_64"
PROVIDES="
bemobile = $portVersion
@@ -20,10 +20,12 @@ PROVIDES="
"
REQUIRES="
haiku
lib:libsanta
"
BUILD_REQUIRES="
haiku_devel
lib:libsanta
"
BUILD_PREREQUIRES="
@@ -40,6 +42,6 @@ BUILD()
INSTALL()
{
mkdir -p $appsDir
cp objects/BeMobile $appsDir
cp objects/BeMobile $appsDir/BeMobile
addAppDeskbarSymlink $appsDir/BeMobile
}