Files
haikuports/haiku-apps/betex/betex-20141221.recipe
2016-02-17 14:39:36 -05:00

41 lines
758 B
Bash

SUMMARY="LaTeX editor for Haiku"
DESCRIPTION="BeTeX is the premier TeX/LaTeX editor for BeOS/Haiku. With it you \
can create, compile and preview your latex documents all from within a single \
user-friendly interface."
HOMEPAGE="https://github.com/HaikuArchives/BeTeX/"
COPYRIGHT="2005 Tim de Jong, Brent Miszalski"
LICENSE="MIT"
REVISION="1"
SOURCE_URI="git+https://github.com/HaikuArchives/BeTeX#ee4907"
ARCHITECTURES="x86_gcc2"
PROVIDES="
betex = $portVersion
app:BeTeX = $portVersion
"
REQUIRES="
haiku
"
BUILD_REQUIRES="
haiku_devel
"
BUILD_PREREQUIRES="
makefile_engine
cmd:make
cmd:gcc
"
BUILD()
{
make $jobArgs OBJ_DIR=objects
}
INSTALL()
{
mkdir -p $appsDir
cp objects/BeTeX $appsDir/BeTeX
addAppDeskbarSymlink $appsDir/BeTeX
}