mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 12:10:06 +02:00
Fix ordering
This commit is contained in:
@@ -1,10 +1,11 @@
|
||||
SUMMARY="Library for solving packages and reading repositories"
|
||||
DESCRIPTION="Library for solving packages and reading repositories."
|
||||
LICENSE="BSD (3-clause)"
|
||||
COPYRIGHT="2007-2013, Novell Inc."
|
||||
HOMEPAGE="http://github.com/openSUSE/libsolv"
|
||||
SOURCE_URI="git+git://github.com/weinhold/libsolv.git#85dcb683b0c705c1789a3f688bd0d02368107824"
|
||||
COPYRIGHT="2007-2013, Novell Inc."
|
||||
LICENSE="BSD (3-clause)"
|
||||
REVISION="2"
|
||||
SOURCE_URI="git+git://github.com/weinhold/libsolv.git#85dcb683b0c705c1789a3f688bd0d02368107824"
|
||||
|
||||
ARCHITECTURES="x86_gcc2 ?x86"
|
||||
|
||||
PROVIDES="libsolv = $portVersion
|
||||
@@ -14,6 +15,7 @@ REQUIRES="haiku
|
||||
lib:libexpat >= 1.5
|
||||
lib:libz
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="$REQUIRES"
|
||||
BUILD_PREREQUIRES="haiku_devel
|
||||
cmd:cmake
|
||||
@@ -23,7 +25,6 @@ BUILD_PREREQUIRES="haiku_devel
|
||||
cmd:sed
|
||||
"
|
||||
|
||||
|
||||
BUILD()
|
||||
{
|
||||
rm -rf build
|
||||
|
||||
@@ -1,10 +1,11 @@
|
||||
SUMMARY="Library for solving packages and reading repositories"
|
||||
DESCRIPTION="Library for solving packages and reading repositories."
|
||||
LICENSE="BSD (3-clause)"
|
||||
COPYRIGHT="2007-2013, Novell Inc."
|
||||
HOMEPAGE="http://github.com/openSUSE/libsolv"
|
||||
SOURCE_URI="git+git://github.com/weinhold/libsolv.git#162ae79ad078caa7bb9c3ca44a76380093463ca9"
|
||||
COPYRIGHT="2007-2013, Novell Inc."
|
||||
LICENSE="BSD (3-clause)"
|
||||
REVISION="1"
|
||||
SOURCE_URI="git+git://github.com/weinhold/libsolv.git#162ae79ad078caa7bb9c3ca44a76380093463ca9"
|
||||
|
||||
ARCHITECTURES="x86_gcc2 ?x86"
|
||||
|
||||
PROVIDES="libsolv = $portVersion
|
||||
@@ -14,6 +15,7 @@ REQUIRES="haiku
|
||||
lib:libexpat >= 1.5
|
||||
lib:libz
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="$REQUIRES"
|
||||
BUILD_PREREQUIRES="haiku_devel
|
||||
cmd:cmake
|
||||
@@ -23,7 +25,6 @@ BUILD_PREREQUIRES="haiku_devel
|
||||
cmd:sed
|
||||
"
|
||||
|
||||
|
||||
BUILD()
|
||||
{
|
||||
rm -rf build
|
||||
|
||||
Reference in New Issue
Block a user