Fix description, tidy up *REQUIRES functions

This commit is contained in:
Alex Ozer
2013-12-03 15:28:05 -05:00
parent ffbe8b0ad4
commit a5776893d3

View File

@@ -1,6 +1,6 @@
SUMMARY="Manages Haiku themes." SUMMARY="Manages Haiku themes."
DESCRIPTION="The Haiku Theme Manager is compatible with the one DESCRIPTION="The Haiku Theme Manager is compatible with the one
shipping with ZETA. Users can choose which part of a theme to apply or that shipped with ZETA. Users can choose which part of a theme to apply or
save. It can also import BeTheme themes, and to some degree, MS Plus save. It can also import BeTheme themes, and to some degree, MS Plus
themes. It is add-ons based, so it can be extended." themes. It is add-ons based, so it can be extended."
HOMEPAGE="https://github.com/HaikuArchives/HaikuThemeManager" HOMEPAGE="https://github.com/HaikuArchives/HaikuThemeManager"
@@ -17,17 +17,17 @@ PROVIDES="
REQUIRES=" REQUIRES="
haiku >= $haikuVersion haiku >= $haikuVersion
" "
BUILD_PREREQUIRES=" BUILD_REQUIRES="
haiku_devel >= $haikuVersion haiku_devel >= $haikuVersion
"
BUILD_PREREQUIRES="
makefile_engine
cmd:git cmd:git
cmd:gcc cmd:gcc
cmd:make cmd:make
cmd:mkdepend cmd:mkdepend
cmd:ld cmd:ld
" "
BUILD_REQUIRES="
makefile_engine
"
BUILD() BUILD()
{ {