mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-29 19:48:53 +02:00
27 lines
764 B
Plaintext
27 lines
764 B
Plaintext
DESCRIPTION="yab is an extended version of yabasic, a BASIC programming language, with special commands designed for BeOS, Haiku and Zeta."
|
|
HOMEPAGE="http://sourceforge.net/projects/yab-interpreter"
|
|
SRC_URI="http://ports-space.haiku-files.org/haiku-apps/source/yab-1.6.zip"
|
|
REVISION="1"
|
|
STATUS_HAIKU="stable"
|
|
DEPEND=""
|
|
CHECKSUM_MD5="071e8653265a60fea96cceab46f67e5b"
|
|
BUILD {
|
|
cd yab-1.6/src
|
|
make clean
|
|
make
|
|
}
|
|
|
|
INSTALL {
|
|
cd yab-1.6
|
|
mkdir -p ${DESTDIR}/boot/apps/yab
|
|
cp -a src/yab ${DESTDIR}/boot/apps/yab
|
|
cp -a Documentation ${DESTDIR}/boot/apps/yab
|
|
cp -a Programs ${DESTDIR}/boot/apps/yab
|
|
cp -a yab-IDE ${DESTDIR}/boot/apps/yab
|
|
}
|
|
|
|
LICENSE="Artistic
|
|
GNU GPL v2"
|
|
COPYRIGHT="1995-2006 Marc-Oliver Ihm (yabasic)
|
|
2006-2009 Jan Bungeroth (yab improvements)"
|