mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-15 16:20:08 +02:00
More ordering & layout fixes
This commit is contained in:
@@ -4,8 +4,7 @@ Hugen is a simply python script for generating code for Haiku \
|
||||
applications. It is based on templates. You can define your own \
|
||||
one and quick generate some files with adequate names and content \
|
||||
instead creating it manually. Templates for class and simple \
|
||||
application with Makefile and Jamfile are provided by default.
|
||||
"
|
||||
application with Makefile and Jamfile are provided by default."
|
||||
HOMEPAGE="https://github.com/aldeck/hugen"
|
||||
COPYRIGHT="2009 Alexandre Deckner"
|
||||
LICENSE="MIT"
|
||||
|
||||
@@ -16,11 +16,11 @@ SECONDARY_ARCHITECTURES=""
|
||||
PROVIDES="
|
||||
mxml$secondaryArchSuffix = $portVersion
|
||||
lib:mxml$secondaryArchSuffix = 1.4 compat >= 1
|
||||
"
|
||||
"
|
||||
REQUIRES="
|
||||
haiku$secondaryArchSuffix
|
||||
lib:libz$secondaryArchSuffix
|
||||
"
|
||||
"
|
||||
|
||||
PROVIDES_devel="
|
||||
mxml${secondaryArchSuffix}_devel = $portVersion
|
||||
@@ -28,7 +28,7 @@ PROVIDES_devel="
|
||||
"
|
||||
REQUIRES_devel="
|
||||
mxml$secondaryArchSuffix == $portVersion base
|
||||
"
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
|
||||
Reference in New Issue
Block a user