mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 11:40:06 +02:00
bacon : new receipe (#10219)
* bacon : new receipe Reiceipe for BaCon the Basic to C Converter. * Bump BaCon version from 4.7.2 to 4.8 Ignore GUI for now. * Update bacon-4.8.recipe Remove unnecessary configure arguments
This commit is contained in:
46
dev-lang/bacon/bacon-4.8.recipe
Normal file
46
dev-lang/bacon/bacon-4.8.recipe
Normal file
@@ -0,0 +1,46 @@
|
||||
SUMMARY="Basic to C converter"
|
||||
DESCRIPTION="The name 'BaCon' is an acronym for 'Basic Converter'. \
|
||||
It is a free BASIC to C translator for Unix-based systems, which \
|
||||
runs on most Unix/Linux/BSD platforms, including MacOSX. It intends \
|
||||
to be a programming aid in creating tools which can be compiled on \
|
||||
different platforms (both 32bit and 64bit), while trying to revive \
|
||||
the days of the good old BASIC."
|
||||
HOMEPAGE="https://chiselapp.com/user/bacon/repository/bacon/home"
|
||||
COPYRIGHT="2009-2023 Peter van Eerten"
|
||||
LICENSE="MIT"
|
||||
REVISION="1"
|
||||
SOURCE_URI="https://chiselapp.com/user/bacon/repository/bacon/attachdownload/bacon-$portVersion.tar.gz?page=Downloads&file=bacon-$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="0401afefbf5d93c13cc2c20d9fe76001e14a1a814e4a8290dfb0045b803577c0"
|
||||
|
||||
ARCHITECTURES="all"
|
||||
|
||||
PROVIDES="
|
||||
bacon = $portVersion
|
||||
cmd:bacon = $portVersion
|
||||
cmd:bacon.sh = $portVersion
|
||||
"
|
||||
REQUIRES="
|
||||
haiku
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku_devel
|
||||
"
|
||||
BUILD_PREREQUIRES="
|
||||
cmd:make
|
||||
cmd:awk
|
||||
cmd:flex
|
||||
cmd:indent
|
||||
cmd:gcc
|
||||
"
|
||||
|
||||
BUILD()
|
||||
{
|
||||
runConfigure
|
||||
make
|
||||
}
|
||||
|
||||
INSTALL()
|
||||
{
|
||||
make install
|
||||
}
|
||||
Reference in New Issue
Block a user