Files
haikuports/media-libs/esdl/esdl-1.3.1.recipe
2018-08-03 15:05:34 +02:00

30 lines
597 B
Bash

SUMMARY="Erlang bindings for SDL"
DESCRIPTION="Allows to use SDL (and OpenGL) with the Erlang programming \
language."
HOMEPAGE="https://sourceforge.net/projects/esdl/"
COPYRIGHT="Dan Gundmundsson, and other parties"
LICENSE="BSD (3-clause)"
REVISION="1"
SOURCE_URI="http://sourceforge.net/projects/esdl/files/esdl/esdl-$portVersion/esdl-$portVersion.src.tgz"
CHECKSUM_SHA256="01789310d6fd9a4149fc9ddb16fa97ed2c03bbb2d52aa174561800934269aa38"
ARCHITECTURES="?x86_gcc2"
PROVIDES="
esdl = $portVersion
"
BUILD_PREREQUIRES="
cmd:rebar
"
BUILD()
{
rebar compile
}
INSTALL()
{
rebar install
}