mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 06:28:55 +02:00
Fix ordering
This commit is contained in:
@@ -14,8 +14,6 @@ generator is very customizable, fast and easy to use. Especially someone who \
|
||||
generates passwords frequently will appreciate this feature.
|
||||
"
|
||||
HOMEPAGE="http://www.keepassx.org/"
|
||||
SOURCE_URI="https://github.com/keepassx/keepassx/archive/2.0-alpha6.zip"
|
||||
CHECKSUM_SHA256="3e4c2f3c5dd278cd139f4e91351aa3f9b435c8da506f14031edda44566365dc3"
|
||||
COPYRIGHT="
|
||||
2010-2012, Felix Geyer
|
||||
2011-2012, Florian Geyer
|
||||
@@ -25,16 +23,20 @@ COPYRIGHT="
|
||||
2012, Nokia Corporation and/or its subsidiary(-ies)
|
||||
2000-2008, Tom Sato
|
||||
"
|
||||
|
||||
LICENSE="GNU GPL v2"
|
||||
REVISION="1"
|
||||
SOURCE_URI="https://github.com/keepassx/keepassx/archive/2.0-alpha6.zip"
|
||||
CHECKSUM_SHA256="3e4c2f3c5dd278cd139f4e91351aa3f9b435c8da506f14031edda44566365dc3"
|
||||
SOURCE_DIR="keepassx-2.0-alpha6"
|
||||
PATCHES="keepassx-2.0a6.patchset"
|
||||
ADDITIONAL_FILES="keepassx.rdef"
|
||||
|
||||
ARCHITECTURES="x86"
|
||||
|
||||
PROVIDES="
|
||||
keepassx = $portVersion
|
||||
app:keepassx = $portVersion
|
||||
"
|
||||
|
||||
REQUIRES="
|
||||
haiku
|
||||
lib:libgcrypt
|
||||
@@ -51,7 +53,6 @@ BUILD_REQUIRES="
|
||||
devel:libQtCore
|
||||
devel:libQtGui
|
||||
"
|
||||
|
||||
BUILD_PREREQUIRES="
|
||||
cmd:cmake
|
||||
cmd:make
|
||||
@@ -61,11 +62,6 @@ BUILD_PREREQUIRES="
|
||||
cmd:xres
|
||||
"
|
||||
|
||||
PATCHES="keepassx-2.0a6.patchset"
|
||||
ADDITIONAL_FILES="keepassx.rdef"
|
||||
|
||||
SOURCE_DIR="keepassx-2.0-alpha6"
|
||||
|
||||
BUILD()
|
||||
{
|
||||
cmake -DCMAKE_INSTALL_PREFIX=$prefix \
|
||||
|
||||
Reference in New Issue
Block a user