mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-02 21:18:51 +02:00
Minor fixes pointeed out by waddlesplash.
* gcc
Use ${effectiveTargetMachineTriple} as in the SUMMARY
Better DESCRIPTION, "The standard compiler..."
* hdialog
Fix typo, "g++"
* homeworld
Fix typo, "license"
* gnutls
Move PATCHES below CHECKSUM.
* gptfdisk
Added CHECKSUM_SHA256
Corrected patch file name.
* iozone
Fixed typo.
Removed comma after copyright year.
Moved PATCHES down.
* isl, m, iup, kdelibs4, gnutls, farfbuzz, htmltidy, ftgl
Re-order the _devel blocks
This commit is contained in:
@@ -8,6 +8,7 @@ efficient with focus on security and interoperability."
|
||||
HOMEPAGE="http://www.gnutls.org/"
|
||||
SOURCE_URI="ftp://ftp.gnu.org/pub/gnu/gnutls/gnutls-2.8.6.tar.bz2"
|
||||
CHECKSUM_SHA256="d6f846a7064af3ee2c9aebd65dcee76953b767170cbcd719e990ed6b9688a356"
|
||||
PATCHES="gnutls-2.8.6.patch"
|
||||
LICENSE="GNU LGPL v2.1"
|
||||
COPYRIGHT="
|
||||
2009-2010 Free Software Fundation Inc.
|
||||
@@ -30,6 +31,11 @@ PROVIDES="
|
||||
lib:libgnutls = 26.14.12 compat = 26
|
||||
lib:libgnutlsxx = 26.14.12 compat = 26
|
||||
"
|
||||
REQUIRES="
|
||||
haiku
|
||||
lib:libgcrypt
|
||||
lib:libgpg_error
|
||||
"
|
||||
PROVIDES_devel="
|
||||
gnutls_devel = $portVersion
|
||||
devel:libgnutls_extra = 26.14.12 compat = 26
|
||||
@@ -37,11 +43,6 @@ PROVIDES_devel="
|
||||
devel:libgnutls = 26.14.12 compat = 26
|
||||
devel:libgnutlsxx = 26.14.12 compat = 26
|
||||
"
|
||||
REQUIRES="
|
||||
haiku
|
||||
lib:libgcrypt
|
||||
lib:libgpg_error
|
||||
"
|
||||
REQUIRES_devel="
|
||||
gnutls == $portVersion base
|
||||
"
|
||||
@@ -58,8 +59,6 @@ BUILD_PREREQUIRES="
|
||||
cmd:make
|
||||
"
|
||||
|
||||
PATCHES="gnutls-2.8.6.patch"
|
||||
|
||||
BUILD()
|
||||
{
|
||||
libtoolize --force --copy --install
|
||||
|
||||
Reference in New Issue
Block a user