mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 12:10:06 +02:00
45
haiku-apps/bemobile/bemobile-0.9.recipe
Normal file
45
haiku-apps/bemobile/bemobile-0.9.recipe
Normal 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
|
||||
}
|
||||
Reference in New Issue
Block a user