mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 06:28:55 +02:00
Fix ordering
This commit is contained in:
@@ -5,10 +5,10 @@ wget. BeGet can also accept more than one link at the same time. BeGet saves \
|
||||
your downloaded files to /home/Downloads
|
||||
"
|
||||
HOMEPAGE="http://github.com/HaikuArchives/BeGet"
|
||||
SOURCE_URI="git://github.com/HaikuArchives/BeGet#fe8db7ccb6"
|
||||
REVISION="3"
|
||||
LICENSE="GNU GPL v2"
|
||||
COPYRIGHT="1999-2001 Atsushi Takamatsu"
|
||||
LICENSE="GNU GPL v2"
|
||||
REVISION="3"
|
||||
SOURCE_URI="git://github.com/HaikuArchives/BeGet#fe8db7ccb6"
|
||||
|
||||
ARCHITECTURES="x86_gcc2 !x86 !x86_64"
|
||||
SECONDARY_ARCHITECTURES="x86_gcc2 !x86"
|
||||
@@ -17,7 +17,6 @@ PROVIDES="
|
||||
beget = $portVersion
|
||||
app:BeGet = $portVersion
|
||||
"
|
||||
|
||||
REQUIRES="
|
||||
haiku$secondaryArchSuffix
|
||||
cmd:wget$secondaryArchSuffix
|
||||
@@ -26,7 +25,6 @@ REQUIRES="
|
||||
BUILD_REQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
"
|
||||
|
||||
BUILD_PREREQUIRES="
|
||||
cmd:cmake
|
||||
cmd:make
|
||||
|
||||
Reference in New Issue
Block a user