De-lint recipes

*	libmikmod
	Re-ordered blocks

*	libmodplug
	Don't start SUMMARY with app name
	Re-ordered blocks

*	librecad
	Don't start SUMMARY with app name
	Re-ordered blocks

*	libsvgtiny
	Don't start SUMMARY with app name
	Re-ordered blocks

*	libwalter
	Don't start SUMMARY with app name
	Re-ordered blocks

*	libwapcaplet
	Don't start SUMMARY with app name
	Re-ordered blocks

*	libxau
	Improved SUMMARY and DESCRIPTION
	Re-ordered blocks

*	links
	Improved SUMMARY and DESCRIPTION
	Re-ordered blocks

*	lynx
	Don't start SUMMARY with app name
	Re-ordered blocks
This commit is contained in:
Humdinger
2015-08-07 17:16:19 +02:00
parent 9b24f53d44
commit 36e5637b9f
14 changed files with 206 additions and 251 deletions

View File

@@ -1,17 +1,16 @@
SUMMARY="libmodplug is a lib for playing mod files"
DESCRIPTION="
Olivier Lapicque, author of Modplug, which is arguably the best quality \
MOD-playing software available, has placed his sound rendering code in the \
public domain. This library and plugin is based on that code.
Plays 22 different mod formats, zip, rar, gzip, and bzip2 compressed mods.
"
SUMMARY="A library for playing MOD files"
DESCRIPTION="Olivier Lapicque, author of Modplug, which is arguably the best \
quality MOD-playing software available, has placed his sound rendering code \
in the public domain. This library and plugin is based on that code.
Plays 22 different mod formats, zip, rar, gzip, and bzip2 compressed mods."
HOMEPAGE="http://modplug-xmms.sourceforge.net"
COPYRIGHT="Public Domain"
LICENSE="Public Domain"
REVISION="1"
SOURCE_URI="http://sourceforge.net/projects/modplug-xmms/files/libmodplug/$portVersion/libmodplug-$portVersion.tar.gz"
CHECKSUM_SHA256="77462d12ee99476c8645cb5511363e3906b88b33a6b54362b4dbc0f39aa2daad"
PATCHES="libmodplug-$portVersion.patchset"
LICENSE="Public Domain"
COPYRIGHT="Public Domain"
REVISION="1"
ARCHITECTURES="x86_gcc2 x86 x86_64"
SECONDARY_ARCHITECTURES="x86_gcc2 x86"
@@ -23,10 +22,18 @@ REQUIRES="
haiku$secondaryArchSuffix
"
PROVIDES_devel="
libmodplug${secondaryArchSuffix}_devel = $portVersion
devel:libmodplug$secondaryArchSuffix = 1.0.0 compat >= 1
"
REQUIRES_devel="
libmodplug$secondaryArchSuffix == $portVersion
"
BUILD_REQUIRES="
haiku${secondaryArchSuffix}_devel
"
BUILD_PREREQUIRES="
haiku${secondaryArchSuffix}_devel
cmd:aclocal
cmd:autoconf
cmd:automake
@@ -64,13 +71,3 @@ TEST()
{
make check
}
# ----- devel package -------------------------------------------------------
PROVIDES_devel="
libmodplug${secondaryArchSuffix}_devel = $portVersion
devel:libmodplug$secondaryArchSuffix = 1.0.0 compat >= 1
"
REQUIRES_devel="
libmodplug$secondaryArchSuffix == $portVersion
"