mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 06:28:55 +02:00
Fix ordering
This commit is contained in:
@@ -4,13 +4,13 @@ Resourcer is an all-purpose resource and attribute editor with a full-featured \
|
||||
interface editor. It also contains plug-in editors for 31 other data types, \
|
||||
including images, cursors, sounds, movies, text, and icons.
|
||||
"
|
||||
HOMEPAGE="https://github.com/HaikuArchives/Resourcer"
|
||||
COPYRIGHT="2000 Nathan Whitehorn"
|
||||
LICENSE="BSD (3-clause)"
|
||||
HOMEPAGE="https://github.com/HaikuArchives/Resourcer"
|
||||
REVISION="3"
|
||||
SOURCE_URI="https://github.com/HaikuArchives/Resourcer/archive/bd16d3419d18d881c2a906eecbc28705100b808e.tar.gz"
|
||||
CHECKSUM_SHA256="4482d87f707c8499e61b23c88bab1d98c76cf56de9084fe55f1187fd0eb6d96f"
|
||||
SOURCE_DIR="Resourcer-bd16d3419d18d881c2a906eecbc28705100b808e"
|
||||
REVISION="3"
|
||||
|
||||
ARCHITECTURES="?x86_gcc2 ?x86 ?x86_64"
|
||||
|
||||
@@ -18,21 +18,19 @@ PROVIDES="
|
||||
resourcer = $portVersion
|
||||
app:Resourcer = $portVersion
|
||||
"
|
||||
|
||||
REQUIRES="
|
||||
haiku
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku_devel
|
||||
"
|
||||
BUILD_PREREQUIRES="
|
||||
makefile_engine
|
||||
cmd:make
|
||||
cmd:gcc
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku_devel
|
||||
"
|
||||
|
||||
BUILD()
|
||||
{
|
||||
cd main
|
||||
|
||||
Reference in New Issue
Block a user