0
0
Fork 0
haikuports/haiku-apps/globe/globe-0.4.recipe

44 lines
884 B
Bash
Raw Permalink Normal View History

SUMMARY="A web editor"
DESCRIPTION="Globe is an editor with support for HTML and PHP. It offers \
syntax highlighting and basic project management."
2014-12-02 18:38:38 +00:00
HOMEPAGE="http://globe.beos.hu/index_en.html"
COPYRIGHT="2001-2004 Gergely Rózsahegyi"
LICENSE="GNU GPL v2"
REVISION="4"
SOURCE_URI="https://github.com/HaikuArchives/Globe/archive/93b044c9e4eb2d12b18d138cec010507840c6836.tar.gz"
2015-06-30 14:31:00 +00:00
CHECKSUM_SHA256="28c410dcc019267d8e400f4e56ae7cf7a0a1d80d34f78dd292f4f84d1fb31bc6"
SOURCE_DIR="Globe-93b044c9e4eb2d12b18d138cec010507840c6836"
2014-12-02 18:38:38 +00:00
ARCHITECTURES="all"
2014-12-02 18:38:38 +00:00
PROVIDES="
globe = $portVersion
app:Globe = $portVersion
"
2016-02-17 19:26:37 +00:00
REQUIRES="
haiku
"
2015-08-28 14:47:07 +00:00
2014-12-02 18:38:38 +00:00
BUILD_REQUIRES="
haiku_devel
"
BUILD_PREREQUIRES="
2014-12-02 18:38:38 +00:00
makefile_engine
cmd:gcc
cmd:make
"
BUILD()
{
2015-06-30 14:31:00 +00:00
cd src
2014-12-02 18:38:38 +00:00
make $jobArgs OBJ_DIR=objects
2013-03-29 14:04:07 +00:00
}
INSTALL()
{
2015-06-30 14:31:00 +00:00
cd src
2014-12-02 18:38:38 +00:00
mkdir -p $appsDir
cp objects/Globe $appsDir/Globe
addAppDeskbarSymlink $appsDir/Globe
2013-03-29 14:04:07 +00:00
}