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,14 +1,10 @@
|
||||
SUMMARY="A library for IM communication."
|
||||
SUMMARY="A library for IM communication"
|
||||
DESCRIPTION="libpurple is a library for IM communication used by many open \
|
||||
source IM clients. It implements a variety of protocols, for example IRC, Jabber \
|
||||
or ICQ."
|
||||
source IM clients. It implements a variety of protocols, for example IRC, \
|
||||
Jabber or ICQ."
|
||||
HOMEPAGE="https://pidgin.im/"
|
||||
SOURCE_URI="http://downloads.sourceforge.net/project/pidgin/Pidgin/$portVersion/pidgin-$portVersion.tar.bz2"
|
||||
SOURCE_DIR="pidgin-$portVersion"
|
||||
CHECKSUM_SHA256="f2ae211341fc77efb9945d40e9932aa535cdf3a6c8993fe7919fca8cc1c04007"
|
||||
REVISION="1"
|
||||
LICENSE="GNU GPL v2"
|
||||
COPYRIGHT="1998-2015 Rob Flynn et al."
|
||||
REVISION="1"
|
||||
|
||||
ARCHITECTURES="x86 ?x86_64"
|
||||
if [ $effectiveTargetArchitecture != x86_gcc2 ]; then
|
||||
@@ -16,12 +12,16 @@ if [ $effectiveTargetArchitecture != x86_gcc2 ]; then
|
||||
fi
|
||||
SECONDARY_ARCHITECTURES="x86"
|
||||
|
||||
SOURCE_URI="http://downloads.sourceforge.net/project/pidgin/Pidgin/$portVersion/pidgin-$portVersion.tar.bz2"
|
||||
CHECKSUM_SHA256="f2ae211341fc77efb9945d40e9932aa535cdf3a6c8993fe7919fca8cc1c04007"
|
||||
COPYRIGHT="1998-2015 Rob Flynn et al."
|
||||
SOURCE_DIR="pidgin-$portVersion"
|
||||
|
||||
PROVIDES="
|
||||
libpurple$secondaryArchSuffix = $portVersion
|
||||
lib:libpurple$secondaryArchSuffix = $portVersion
|
||||
lib:libgnt$secondaryArchSuffix = $portVersion
|
||||
"
|
||||
|
||||
REQUIRES="
|
||||
haiku$secondaryArchSuffix
|
||||
lib:libglib_2.0$secondaryArchSuffix
|
||||
@@ -48,7 +48,34 @@ REQUIRES="
|
||||
lib:libpanelw$secondaryArchSuffix
|
||||
lib:libncursesw$secondaryArchSuffix
|
||||
"
|
||||
|
||||
PROVIDES_devel="
|
||||
libpurple${secondaryArchSuffix}_devel = $portVersion
|
||||
devel:libpurple$secondaryArchSuffix = $portVersion
|
||||
devel:libgnt$secondaryArchSuffix = $portVersion
|
||||
"
|
||||
REQUIRES_devel="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
libpurple$secondaryArchSuffix == $portVersion base
|
||||
"
|
||||
PROVIDES_finch="
|
||||
libpurple${secondaryArchPrefix}_finch = $portVersion
|
||||
cmd:finch$secondaryArchSuffix
|
||||
"
|
||||
REQUIRES_finch="
|
||||
haiku${secondaryArchSuffix}
|
||||
libpurple$secondaryArchSuffix == $portVersion base
|
||||
lib:libffi$secondaryArchSuffix
|
||||
lib:libglib_2.0$secondaryArchSuffix
|
||||
lib:libgmodule_2.0$secondaryArchSuffix
|
||||
lib:libgobject_2.0$secondaryArchSuffix
|
||||
lib:libgthread_2.0$secondaryArchSuffix
|
||||
lib:libiconv$secondaryArchSuffix
|
||||
lib:libidn$secondaryArchSuffix
|
||||
lib:libintl$secondaryArchSuffix
|
||||
lib:libncurses${secondaryArchSuffix}
|
||||
lib:libxml2$secondaryArchSuffix
|
||||
lib:libz$secondaryArchSuffix
|
||||
"
|
||||
BUILD_REQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
glib2${secondaryArchSuffix}_devel
|
||||
@@ -120,37 +147,3 @@ INSTALL()
|
||||
prepareInstalledDevelLib libgnt
|
||||
packageEntries devel $developDir
|
||||
}
|
||||
|
||||
# ----- devel package ------------------------------------------------------
|
||||
|
||||
PROVIDES_devel="
|
||||
libpurple${secondaryArchSuffix}_devel = $portVersion
|
||||
devel:libpurple$secondaryArchSuffix = $portVersion
|
||||
devel:libgnt$secondaryArchSuffix = $portVersion
|
||||
"
|
||||
REQUIRES_devel="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
libpurple$secondaryArchSuffix == $portVersion base
|
||||
"
|
||||
|
||||
# ----- finch package ------------------------------------------------------
|
||||
|
||||
PROVIDES_finch="
|
||||
libpurple${secondaryArchPrefix}_finch = $portVersion
|
||||
cmd:finch$secondaryArchSuffix
|
||||
"
|
||||
REQUIRES_finch="
|
||||
haiku${secondaryArchSuffix}
|
||||
libpurple$secondaryArchSuffix == $portVersion base
|
||||
lib:libffi$secondaryArchSuffix
|
||||
lib:libglib_2.0$secondaryArchSuffix
|
||||
lib:libgmodule_2.0$secondaryArchSuffix
|
||||
lib:libgobject_2.0$secondaryArchSuffix
|
||||
lib:libgthread_2.0$secondaryArchSuffix
|
||||
lib:libiconv$secondaryArchSuffix
|
||||
lib:libidn$secondaryArchSuffix
|
||||
lib:libintl$secondaryArchSuffix
|
||||
lib:libncurses${secondaryArchSuffix}
|
||||
lib:libxml2$secondaryArchSuffix
|
||||
lib:libz$secondaryArchSuffix
|
||||
"
|
||||
|
||||
Reference in New Issue
Block a user