mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 12:10:06 +02:00
De-Lint recipes.
* less Remove "." from SUMMARY. Minor cosmetics. * lftp Remove "." from SUMMARY. Moved _devel block up. Minor cosmetics. * libaacs Moved _devel block up. Minor cosmetics. * libarchive Remove "." from SUMMARY. Moved _devel block up. Minor cosmetics. * libavlduptree Shortened SUMMARY. Moved _devel block up. Minor cosmetics. * libbdplus Remove "." from SUMMARY. Moved _devel block up. Minor cosmetics. * libdwarf Shortened SUMMARY. Moved _devel block up. Minor cosmetics. * libebml Changed SUMMARY. Moved _devel block up. Minor cosmetics. * libffi Remove "." from SUMMARY. Moved _devel block up. Minor cosmetics. * libgcrypt Remove "." from SUMMARY. Moved _devel block up. Minor cosmetics. * libgeotiff Remove "." from SUMMARY. Moved _devel block up. Minor cosmetics. * libid3tag Improved DESCRIPTION. Moved _devel block up. Minor cosmetics. * libidn Remove "." from SUMMARY. Moved _devel block up. Minor cosmetics. * liblo Moved _devel block up. Minor cosmetics. * libmatroska Remove "." from SUMMARY. Moved _devel block up. Minor cosmetics. * libmdi Remove "." and improved SUMMARY. Sorted _devel blocks. Minor cosmetics. * libmetalink Remove "." from SUMMARY. Moved _devel block up. Minor cosmetics. * libmicro Improved SUMMARY. Added cmd:hg to BUILD_PREREQUIRES. * libmng Remove "." from SUMMARY. Moved _devel block up. Minor cosmetics. * libmmp4v2 Improved SUMMARY and DESCRIPTION. Moved _devel block up. Minor cosmetics. * libpurple Remove "." from SUMMARY. Moved _devel and _finch block up. Minor cosmetics. * libquicktime Improved SUMMARY and DESCRIPTION. Moved _devel block up. Minor cosmetics. * libsdl Improved SUMMARY and DESCRIPTION. Moved _devel block up. Minor cosmetics. * libsoundtouch Improved DESCRIPTION. Moved _devel block up. Minor cosmetics. * libtar Remove "." from SUMMARY. Moved _devel block up. Minor cosmetics. * libtommath Remove "." from SUMMARY. Minor cosmetics.
This commit is contained in:
@@ -1,39 +1,46 @@
|
||||
SUMMARY="GNU's basic cryptographic library."
|
||||
DESCRIPTION="
|
||||
Libgcrypt is a general purpose crypto library based on the code \
|
||||
used in GnuPG.
|
||||
"
|
||||
LICENSE="GNU LGPL v3"
|
||||
COPYRIGHT="2000-2013 Free Software Foundation, Inc."
|
||||
SUMMARY="GNU's basic cryptographic library"
|
||||
DESCRIPTION="Libgcrypt is a general purpose crypto library based on the code \
|
||||
used in GnuPG."
|
||||
HOMEPAGE="http://directory.fsf.org/project/libgcrypt/"
|
||||
LICENSE="GNU LGPL v3"
|
||||
REVISION="2"
|
||||
|
||||
ARCHITECTURES="x86"
|
||||
|
||||
SOURCE_URI="ftp://ftp.gnupg.org/gcrypt/libgcrypt/libgcrypt-1.5.3.tar.bz2"
|
||||
CHECKSUM_SHA256="bcf5334e7da352c45de6aec5d2084ce9a1d30029ff4a4a5da13f1848874759d1"
|
||||
REVISION="2"
|
||||
ARCHITECTURES="x86"
|
||||
COPYRIGHT="2000-2013 Free Software Foundation, Inc."
|
||||
PATCHES="libgcrypt-1.5.3.patch"
|
||||
|
||||
PROVIDES="
|
||||
libgcrypt = $portVersion compat >= 1.5
|
||||
lib:libgcrypt = 11.8.2 compat >= 11
|
||||
"
|
||||
|
||||
REQUIRES="
|
||||
haiku
|
||||
lib:libgpg_error
|
||||
"
|
||||
|
||||
PROVIDES_devel="
|
||||
libgcrypt_devel = $portVersion compat >= 1.5
|
||||
devel:libgcrypt = 11.8.2 compat >= 11
|
||||
cmd:dumpsexp = $portVersion compat >= 1.5
|
||||
cmd:libgcrypt_config = $portVersion compat >= 1.5
|
||||
cmd:hmac256 = $portVersion compat >= 1.5
|
||||
"
|
||||
REQUIRES_devel="
|
||||
libgcrypt == $portVersion base
|
||||
libgpg_error_devel
|
||||
"
|
||||
BUILD_REQUIRES="
|
||||
haiku_devel
|
||||
devel:libgpg_error
|
||||
"
|
||||
|
||||
BUILD_PREREQUIRES="
|
||||
cmd:autoconf
|
||||
cmd:make
|
||||
cmd:gcc
|
||||
"
|
||||
|
||||
PATCHES="libgcrypt-1.5.3.patch"
|
||||
|
||||
BUILD()
|
||||
{
|
||||
autoconf
|
||||
@@ -50,16 +57,3 @@ INSTALL()
|
||||
packageEntries devel \
|
||||
$developDir $binDir
|
||||
}
|
||||
|
||||
PROVIDES_devel="
|
||||
libgcrypt_devel = $portVersion compat >= 1.5
|
||||
devel:libgcrypt = 11.8.2 compat >= 11
|
||||
cmd:dumpsexp = $portVersion compat >= 1.5
|
||||
cmd:libgcrypt_config = $portVersion compat >= 1.5
|
||||
cmd:hmac256 = $portVersion compat >= 1.5
|
||||
"
|
||||
|
||||
REQUIRES_devel="
|
||||
libgcrypt == $portVersion base
|
||||
libgpg_error_devel
|
||||
"
|
||||
|
||||
@@ -1,34 +1,44 @@
|
||||
SUMMARY="GNU's basic cryptographic library."
|
||||
DESCRIPTION="
|
||||
Libgcrypt is a general purpose crypto library based on the code \
|
||||
used in GnuPG.
|
||||
"
|
||||
LICENSE="GNU LGPL v3"
|
||||
COPYRIGHT="2000-2013 Free Software Foundation, Inc."
|
||||
SUMMARY="GNU's basic cryptographic library"
|
||||
DESCRIPTION="Libgcrypt is a general purpose crypto library based on the code \
|
||||
used in GnuPG."
|
||||
HOMEPAGE="http://directory.fsf.org/project/libgcrypt/"
|
||||
SOURCE_URI="ftp://ftp.gnupg.org/gcrypt/libgcrypt/libgcrypt-$portVersion.tar.bz2"
|
||||
CHECKSUM_SHA256="41b4917b93ae34c6a0e2127378d7a4d66d805a2a86a09911d4f9bd871db7025f"
|
||||
LICENSE="GNU LGPL v3"
|
||||
REVISION="1"
|
||||
|
||||
ARCHITECTURES="x86_gcc2 x86 x86_64"
|
||||
SECONDARY_ARCHITECTURES="x86"
|
||||
|
||||
|
||||
SOURCE_URI="ftp://ftp.gnupg.org/gcrypt/libgcrypt/libgcrypt-$portVersion.tar.bz2"
|
||||
CHECKSUM_SHA256="41b4917b93ae34c6a0e2127378d7a4d66d805a2a86a09911d4f9bd871db7025f"
|
||||
COPYRIGHT="2000-2013 Free Software Foundation, Inc."
|
||||
PATCHES="libgcrypt-$portVersion.patchset"
|
||||
|
||||
PROVIDES="
|
||||
libgcrypt${secondaryArchSuffix} = $portVersion compat >= 1.6
|
||||
lib:libgcrypt${secondaryArchSuffix} = 20.0.3 compat >= 20
|
||||
"
|
||||
|
||||
REQUIRES="
|
||||
haiku${secondaryArchSuffix}
|
||||
lib:libgpg_error${secondaryArchSuffix}
|
||||
"
|
||||
|
||||
PROVIDES_devel="
|
||||
libgcrypt${secondaryArchSuffix}_devel = $portVersion compat >= 1.6
|
||||
devel:libgcrypt$secondaryArchSuffix = 20.0.3 compat >= 20
|
||||
cmd:dumpsexp$secondaryArchSuffix = $portVersion compat >= 1.6
|
||||
cmd:libgcrypt_config$secondaryArchSuffix = $portVersion compat >= 1.6
|
||||
cmd:hmac256$secondaryArchSuffix = $portVersion compat >= 1.6
|
||||
cmd:mpicalc$secondaryArchSuffix = $portVersion compat >= 1.6
|
||||
"
|
||||
REQUIRES_devel="
|
||||
libgcrypt${secondaryArchSuffix} == $portVersion base
|
||||
haiku${secondaryArchSuffix}
|
||||
libgpg_error${secondaryArchSuffix}
|
||||
"
|
||||
BUILD_REQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
devel:libgpg_error${secondaryArchSuffix}
|
||||
"
|
||||
|
||||
BUILD_PREREQUIRES="
|
||||
cmd:autoconf
|
||||
cmd:make
|
||||
@@ -51,18 +61,3 @@ INSTALL()
|
||||
packageEntries devel \
|
||||
$developDir $binDir
|
||||
}
|
||||
|
||||
PROVIDES_devel="
|
||||
libgcrypt${secondaryArchSuffix}_devel = $portVersion compat >= 1.6
|
||||
devel:libgcrypt$secondaryArchSuffix = 20.0.3 compat >= 20
|
||||
cmd:dumpsexp$secondaryArchSuffix = $portVersion compat >= 1.6
|
||||
cmd:libgcrypt_config$secondaryArchSuffix = $portVersion compat >= 1.6
|
||||
cmd:hmac256$secondaryArchSuffix = $portVersion compat >= 1.6
|
||||
cmd:mpicalc$secondaryArchSuffix = $portVersion compat >= 1.6
|
||||
"
|
||||
|
||||
REQUIRES_devel="
|
||||
libgcrypt${secondaryArchSuffix} == $portVersion base
|
||||
haiku${secondaryArchSuffix}
|
||||
libgpg_error${secondaryArchSuffix}
|
||||
"
|
||||
|
||||
Reference in New Issue
Block a user