app-*: reorder sections.

This commit is contained in:
Jerome Duval
2018-08-08 14:24:56 +02:00
parent 403bcb193a
commit 189994c0a6
137 changed files with 341 additions and 342 deletions

View File

@@ -29,29 +29,29 @@ PROVIDES="
REQUIRES="
haiku$secondaryArchSuffix
qt5$secondaryArchSuffix
lib:libcapstone$secondaryArchSuffix
lib:libboost_system$secondaryArchSuffix
lib:libboost_program_options$secondaryArchSuffix
lib:libboost_filesystem$secondaryArchSuffix
lib:libboost_iostreams$secondaryArchSuffix
lib:libboost_program_options$secondaryArchSuffix
lib:libboost_system$secondaryArchSuffix
lib:libcapstone$secondaryArchSuffix
"
BUILD_REQUIRES="
haiku${secondaryArchSuffix}_devel
qt5${secondaryArchSuffix}_devel
devel:libcapstone$secondaryArchSuffix
devel:libboost_system$secondaryArchSuffix
devel:libboost_filesystem$secondaryArchSuffix
devel:libboost_iostreams$secondaryArchSuffix
devel:libboost_program_options$secondaryArchSuffix
devel:libboost_system$secondaryArchSuffix
devel:libcapstone$secondaryArchSuffix
"
BUILD_PREREQUIRES="
cmd:qmake$secondaryArchSuffix
cmd:cmake
cmd:gcc$secondaryArchSuffix
cmd:ld$secondaryArchSuffix
cmd:make
cmd:pkg_config$secondaryArchSuffix
cmd:qmake$secondaryArchSuffix
"
BUILD()