mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 04:00:05 +02:00
De-lint recipes.
* rdesktop Removed "." from SUMMARY. Re-ordered blocks. * rebar Removed "." from SUMMARY. Added REQUIRES and BUILD_REQUIRES. Re-ordered blocks. * redoflacs Removed "." from SUMMARY. Re-ordered blocks. * rename Removed "." from SUMMARY. Re-ordered blocks. * rtmpdump Improved SUMMARY. Re-ordered blocks. * rxtx Improved SUMMARY. Fixed COPRIGHT. Re-ordered blocks. * scheherazade_font Removed "." from SUMMARY. Re-ordered blocks. * scrittore Improved SUMMARY. Added REQUIRES and BUILD_REQUIRES. Re-ordered blocks. * sdl_bomber Removed "." from SUMMARY. Re-ordered blocks. * shredder Removed "." from SUMMARY. Added BUILD_REQUIRES. Re-ordered blocks. * simh Re-ordered blocks. Lint warns of unused patch. I does build without. Remove the patch? * snappy Removed "." from SUMMARY. Re-ordered blocks. * spidermonkey Removed "." from SUMMARY. Re-ordered blocks.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
SUMMARY="build tool that makes it easy to compile and test Erlang applications."
|
||||
SUMMARY="Build tool to easily compile and test Erlang applications"
|
||||
DESCRIPTION="rebar is an Erlang build tool that makes it easy to compile and \
|
||||
test Erlang applications, port drivers and releases.
|
||||
|
||||
@@ -7,25 +7,30 @@ embed directly in a project. Where possible, rebar uses standard Erlang/OTP \
|
||||
conventions for project structures, thus minimizing the amount of build \
|
||||
configuration work. rebar also provides dependency management, enabling \
|
||||
application writers to easily re-use common libraries from a variety of \
|
||||
locations (git, hg, etc).
|
||||
"
|
||||
locations (git, hg, etc)."
|
||||
HOMEPAGE="https://github.com/rebar/rebar"
|
||||
ARCHITECTURES="!x86_gcc2"
|
||||
COPYRIGHT="2011 Joe Williams"
|
||||
LICENSE="Apache v2"
|
||||
REVISION="1"
|
||||
COPYRIGHT="2011 Joe Williams"
|
||||
|
||||
SOURCE_URI="https://github.com/rebar/rebar/archive/$portVersion.tar.gz"
|
||||
SOURCE_FILENAME="rebar-$portVersion.tar.gz"
|
||||
|
||||
ARCHITECTURES="!x86_gcc2"
|
||||
|
||||
PROVIDES="
|
||||
rebar = $portVersion
|
||||
cmd:rebar
|
||||
"
|
||||
"
|
||||
REQUIRES="
|
||||
haiku
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku_devel
|
||||
"
|
||||
BUILD_PREREQUIRES="
|
||||
cmd:escript
|
||||
"
|
||||
"
|
||||
|
||||
BUILD()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user