mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 06:28:55 +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,20 +1,17 @@
|
||||
SUMMARY="A library to read Metalink files."
|
||||
DESCRIPTION="
|
||||
Libmetalink is a library to read Metalink XML download description \
|
||||
format. It supports Metalink version 3 and Metalink version 4 (RFC \
|
||||
5854).
|
||||
"
|
||||
SUMMARY="A library to read Metalink files"
|
||||
DESCRIPTION="Libmetalink is a library to read Metalink XML download \
|
||||
description format. It supports Metalink version 3 and Metalink version 4 \
|
||||
(RFC 5854)."
|
||||
HOMEPAGE="http://launchpad.net/libmetalink"
|
||||
COPYRIGHT="
|
||||
2008 Tatsuhiro Tsujikawa
|
||||
"
|
||||
LICENSE="MIT"
|
||||
SOURCE_URI="https://launchpad.net/libmetalink/trunk/packagingfix/+download/libmetalink-$portVersion.tar.bz2"
|
||||
CHECKSUM_SHA256="cbed9121bf550ef14a434d6ed3d8806ded7a339db16b698cfa2f39fdc3d48bf6"
|
||||
REVISION="2"
|
||||
|
||||
ARCHITECTURES="x86_gcc2 x86 x86_64"
|
||||
SECONDARY_ARCHITECTURES="x86_gcc2 x86"
|
||||
|
||||
SOURCE_URI="https://launchpad.net/libmetalink/trunk/packagingfix/+download/libmetalink-$portVersion.tar.bz2"
|
||||
CHECKSUM_SHA256="cbed9121bf550ef14a434d6ed3d8806ded7a339db16b698cfa2f39fdc3d48bf6"
|
||||
COPYRIGHT="2008 Tatsuhiro Tsujikawa"
|
||||
PATCHES="libmetalink-$portVersion.patchset"
|
||||
|
||||
PROVIDES="
|
||||
@@ -25,6 +22,13 @@ REQUIRES="
|
||||
haiku$secondaryArchSuffix
|
||||
lib:libexpat$secondaryArchSuffix
|
||||
"
|
||||
PROVIDES_devel="
|
||||
libmetalink${secondaryArchSuffix}_devel = $portVersion compat >= 0
|
||||
devel:libmetalink$secondaryArchSuffix = 3.0.0 compat >= 3
|
||||
"
|
||||
REQUIRES_devel="
|
||||
libmetalink$secondaryArchSuffix == $portVersion base
|
||||
"
|
||||
BUILD_REQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
devel:libexpat$secondaryArchSuffix
|
||||
@@ -65,13 +69,3 @@ INSTALL()
|
||||
$developDir \
|
||||
$manDir/man3
|
||||
}
|
||||
|
||||
# ----- devel package -------------------------------------------------------
|
||||
|
||||
PROVIDES_devel="
|
||||
libmetalink${secondaryArchSuffix}_devel = $portVersion compat >= 0
|
||||
devel:libmetalink$secondaryArchSuffix = 3.0.0 compat >= 3
|
||||
"
|
||||
REQUIRES_devel="
|
||||
libmetalink$secondaryArchSuffix == $portVersion base
|
||||
"
|
||||
|
||||
Reference in New Issue
Block a user