Fix ordering

This commit is contained in:
Vale
2016-02-17 14:26:37 -05:00
parent c78e400f98
commit 4ceccd41e1
491 changed files with 2610 additions and 2977 deletions

View File

@@ -6,14 +6,13 @@ view what's on the screen, or also control the computer. This package contains \
the RCClient client and RCServer server. Both are to be run in the terminal.
"
HOMEPAGE="http://thomas.thiriez.free.fr/beos/RemoteControl/index.html"
SOURCE_URI="git://github.com/HaikuArchives/RemoteControl#c59e89e3643e4693a75e5b5456596533d068cc29"
REVISION="1"
LICENSE="RemoteControl Unknown"
COPYRIGHT="2001 Thomas Thiriez"
LICENSE="RemoteControl Unknown"
REVISION="1"
SOURCE_URI="git://github.com/HaikuArchives/RemoteControl#c59e89e3643e4693a75e5b5456596533d068cc29"
ARCHITECTURES="x86 x86_gcc2"
PROVIDES="
remotecontrol = $portVersion
cmd:rcserver = $portVersion
@@ -24,15 +23,16 @@ PROVIDES="
REQUIRES="
haiku
"
BUILD_REQUIRES="
haiku_devel
"
BUILD_PREREQUIRES="
makefile_engine
cmd:g++
cmd:xres
cmd:make
"
BUILD_REQUIRES="
haiku_devel
"
BUILD()
{