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,13 +1,13 @@
SUMMARY="libmikmod is a lib for playing mod files"
DESCRIPTION="
libmikmod is a library supporting many formats, including mod, s3m, it, and xm.
"
SUMMARY="A library for playing MOD files"
DESCRIPTION="libmikmod is a library supporting many formats, including mod, \
s3m, it, and xm."
HOMEPAGE="http://mikmod.sourceforge.net"
COPYRIGHT="1998-2004 Jean-Paul Mikkers, Jake Stine, Frank Loemker, \
Steve McIntyre, Peter Amstutz, and Miodrag Vallat."
LICENSE="GNU LGPL v2.1"
REVISION="1"
SOURCE_URI="http://sourceforge.net/projects/mikmod/files/libmikmod/3.1.14/libmikmod-3.1.14.tar.gz"
CHECKSUM_SHA256="fd78b67a74c802fee9040cd1f53d629beb985933585dd7d2f3bc69b069b321cd"
LICENSE="GNU LGPL v2.1"
COPYRIGHT="1998-2004 Jean-Paul Mikkers, Jake Stine, Frank Loemker, Steve McIntyre, Peter Amstutz, and Miodrag Vallat."
REVISION="1"
ARCHITECTURES="x86_gcc2 x86 x86_64"
@@ -15,18 +15,25 @@ PROVIDES="
libmikmod = $portVersion compat >= 3.1
lib:libmikmod = 2.0.5 compat >= 2
"
REQUIRES="
haiku
"
BUILD_REQUIRES="
PROVIDES_devel="
libmikmod_devel = $portVersion
cmd:libmikmod_config
devel:libmikmod = 2.0.5 compat >= 0
"
REQUIRES_devel="
libmikmod == $portVersion base
"
BUILD_PREREQUIRES="
BUILD_REQUIRES="
haiku_devel
cmd:gcc${secondaryArchSuffix}
cmd:ld${secondaryArchSuffix}
"
BUILD_PREREQUIRES="
cmd:gcc
cmd:ld
cmd:libtool
cmd:aclocal
cmd:autoconf
@@ -56,15 +63,3 @@ INSTALL()
$developDir $binDir/libmikmod-config \
$dataDir
}
# ----- devel package -------------------------------------------------------
PROVIDES_devel="
libmikmod_devel = $portVersion
cmd:libmikmod_config
devel:libmikmod = 2.0.5 compat >= 0
"
REQUIRES_devel="
libmikmod == $portVersion base
"

View File

@@ -1,13 +1,14 @@
SUMMARY="A lib for playing mod files"
DESCRIPTION="
libmikmod is a library supporting many formats, including mod, s3m, it, and xm.
"
SUMMARY="A library for playing MOD files"
DESCRIPTION="libmikmod is a library supporting many formats, including mod, \
s3m, it, and xm."
HOMEPAGE="http://mikmod.sourceforge.net"
COPYRIGHT="1998-2004 Jean-Paul Mikkers, Jake Stine, Frank Loemker, Steve \
McIntyre, Peter Amstutz, and Miodrag Vallat."
LICENSE="GNU LGPL v2.1"
REVISION="1"
SOURCE_URI="http://sourceforge.net/projects/mikmod/files/libmikmod/$portVersion/libmikmod-$portVersion.tar.gz"
CHECKSUM_SHA256="4cf41040a9af99cb960580210ba900c0a519f73ab97b503c780e82428b9bd9a2"
LICENSE="GNU LGPL v2.1"
COPYRIGHT="1998-2004 Jean-Paul Mikkers, Jake Stine, Frank Loemker, Steve McIntyre, Peter Amstutz, and Miodrag Vallat."
REVISION="1"
PATCHES="libmikmod-$portVersion.patchset"
ARCHITECTURES="x86_gcc2 x86 x86_64"
SECONDARY_ARCHITECTURES="x86_gcc2 x86"
@@ -16,19 +17,26 @@ PROVIDES="
libmikmod$secondaryArchSuffix = $portVersion compat >= 3.3
lib:libmikmod$secondaryArchSuffix = 3.3.0 compat >= 3
"
REQUIRES="
haiku${secondaryArchSuffix}
lib:libsdl$secondaryArchSuffix
lib:libGL$secondaryArchSuffix
"
BUILD_REQUIRES="
devel:libsdl$secondaryArchSuffix
PROVIDES_devel="
libmikmod${secondaryArchSuffix}_devel = $portVersion
cmd:libmikmod_config$secondaryArchSuffix
devel:libmikmod$secondaryArchSuffix = 3.3.0 compat >= 3
"
REQUIRES_devel="
libmikmod$secondaryArchSuffix == $portVersion base
"
BUILD_PREREQUIRES="
BUILD_REQUIRES="
haiku${secondaryArchSuffix}_devel
devel:libsdl$secondaryArchSuffix
"
BUILD_PREREQUIRES="
cmd:gcc$secondaryArchSuffix
cmd:libtool
cmd:aclocal
@@ -37,8 +45,6 @@ BUILD_PREREQUIRES="
cmd:make
"
PATCHES="libmikmod-$portVersion.patchset"
BUILD()
{
autoreconf -fi
@@ -59,15 +65,3 @@ INSTALL()
$developDir $binDir/libmikmod-config \
$dataDir
}
# ----- devel package -------------------------------------------------------
PROVIDES_devel="
libmikmod${secondaryArchSuffix}_devel = $portVersion
cmd:libmikmod_config$secondaryArchSuffix
devel:libmikmod$secondaryArchSuffix = 3.3.0 compat >= 3
"
REQUIRES_devel="
libmikmod$secondaryArchSuffix == $portVersion base
"

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
"

View File

@@ -1,37 +1,44 @@
SUMMARY="Libsvgtiny is an implementation of SVG Tiny written in C"
DESCRIPTION="
The overall idea of the library is to take some SVG as input, and return a \
list of paths and texts which can be rendered easily. The library does not do \
the actual rendering.
"
SUMMARY="An implementation of SVG Tiny written in C"
DESCRIPTION="The overall idea of the library is to take some SVG as input, \
and return a list of paths and texts which can be rendered easily. The \
library does not do the actual rendering."
HOMEPAGE="http://www.netsurf-browser.org/projects/libsvgtiny"
COPYRIGHT="2003-2014 The NetSurf Developers"
LICENSE="MIT"
REVISION="1"
SOURCE_URI="http://download.netsurf-browser.org/libs/releases/libsvgtiny-$portVersion-src.tar.gz"
CHECKSUM_SHA256="0835de639ae0266c394824fa78dc210013c5eeddef222d8b6485edb7fe0ddcd6"
REVISION="1"
ARCHITECTURES="x86_gcc2 x86 x86_64"
PATCHES="libsvgtiny-$portVersion.patchset"
ARCHITECTURES="x86_gcc2 x86 x86_64"
PROVIDES="
libsvgtiny = $portVersion
"
REQUIRES="
haiku
"
PROVIDES_devel="
libsvgtiny_devel = $portVersion
devel:libsvgtiny = $portVersion
"
REQUIRES_devel="
libsvgtiny$secondaryArchSuffix == $portVersion base
"
BUILD_REQUIRES="
haiku_devel
devel:libwapcaplet
devel:libdom
"
BUILD_PREREQUIRES="
haiku_devel
netsurf_buildsystem
cmd:gcc
cmd:gperf
cmd:make
cmd:pkg_config
"
"
BUILD()
{
@@ -51,13 +58,3 @@ INSTALL()
packageEntries devel \
$developDir
}
# ----- devel package -------------------------------------------------------
PROVIDES_devel="
libsvgtiny_devel = $portVersion
devel:libsvgtiny = $portVersion
"
REQUIRES_devel="
libsvgtiny$secondaryArchSuffix == $portVersion base
"

View File

@@ -1,39 +1,46 @@
SUMMARY="Libsvgtiny is an implementation of SVG Tiny written in C"
DESCRIPTION="
The overall idea of the library is to take some SVG as input, and return a \
list of paths and texts which can be rendered easily. The library does not do \
the actual rendering.
"
SUMMARY="An implementation of SVG Tiny written in C"
DESCRIPTION="The overall idea of the library is to take some SVG as input, \
and return a list of paths and texts which can be rendered easily. The \
library does not do the actual rendering."
HOMEPAGE="http://www.netsurf-browser.org/projects/libsvgtiny"
COPYRIGHT="2003-2014 The NetSurf Developers"
LICENSE="MIT"
REVISION="1"
SOURCE_URI="http://download.netsurf-browser.org/libs/releases/libsvgtiny-$portVersion-src.tar.gz"
CHECKSUM_SHA256="a5ad4ba467e2ba10ac13fb881937655c5d0ef8e9582ede6a2c73447c87d06e90"
REVISION="1"
ARCHITECTURES="x86_gcc2 x86 x86_64"
PATCHES="libsvgtiny-0.1.1.patchset"
ARCHITECTURES="x86_gcc2 x86 x86_64"
PROVIDES="
libsvgtiny = $portVersion
"
"
REQUIRES="
haiku
"
"
PROVIDES_devel="
libsvgtiny_devel = $portVersion
devel:libsvgtiny = $portVersion
"
REQUIRES_devel="
libsvgtiny$secondaryArchSuffix == $portVersion base
"
BUILD_REQUIRES="
haiku_devel
devel:libwapcaplet
devel:libdom
devel:libhubbub
devel:libparserutils
"
"
BUILD_PREREQUIRES="
haiku_devel
netsurf_buildsystem
cmd:gcc
cmd:gperf
cmd:make
cmd:pkg_config
"
"
BUILD()
{
@@ -52,13 +59,3 @@ INSTALL()
# devel package
packageEntries devel $developDir
}
# ----- devel package -------------------------------------------------------
PROVIDES_devel="
libsvgtiny_devel = $portVersion
devel:libsvgtiny = $portVersion
"
REQUIRES_devel="
libsvgtiny$secondaryArchSuffix == $portVersion base
"

View File

@@ -1,39 +1,46 @@
SUMMARY="Libsvgtiny is an implementation of SVG Tiny written in C"
DESCRIPTION="
The overall idea of the library is to take some SVG as input, and return a \
list of paths and texts which can be rendered easily. The library does not do \
the actual rendering.
"
SUMMARY="An implementation of SVG Tiny written in C"
DESCRIPTION="The overall idea of the library is to take some SVG as input, \
and return a list of paths and texts which can be rendered easily. The \
library does not do the actual rendering."
HOMEPAGE="http://www.netsurf-browser.org/projects/libsvgtiny"
COPYRIGHT="2003-2014 The NetSurf Developers"
LICENSE="MIT"
SOURCE_URI="http://download.netsurf-browser.org/libs/releases/libsvgtiny-$portVersion-src.tar.gz"
#CHECKSUM_SHA256="a5ad4ba467e2ba10ac13fb881937655c5d0ef8e9582ede6a2c73447c87d06e90"
REVISION="1"
ARCHITECTURES="x86_gcc2 x86 x86_64"
SOURCE_URI="http://download.netsurf-browser.org/libs/releases/libsvgtiny-$portVersion-src.tar.gz"
CHECKSUM_SHA256="cbdc024743a56ccacbfa6d6bbce135ab6d701d38609f4a1ac56c2842457e5dff"
PATCHES="libsvgtiny-0.1.1.patchset"
ARCHITECTURES="x86_gcc2 x86 x86_64"
PROVIDES="
libsvgtiny = $portVersion
"
"
REQUIRES="
haiku
"
"
PROVIDES_devel="
libsvgtiny_devel = $portVersion
devel:libsvgtiny = $portVersion
"
REQUIRES_devel="
libsvgtiny$secondaryArchSuffix == $portVersion base
"
BUILD_REQUIRES="
haiku_devel
devel:libwapcaplet
devel:libdom
devel:libhubbub
devel:libparserutils
"
"
BUILD_PREREQUIRES="
haiku_devel
netsurf_buildsystem
cmd:gcc
cmd:gperf
cmd:make
cmd:pkg_config
"
"
BUILD()
{
@@ -52,13 +59,3 @@ INSTALL()
# devel package
packageEntries devel $developDir
}
# ----- devel package -------------------------------------------------------
PROVIDES_devel="
libsvgtiny_devel = $portVersion
devel:libsvgtiny = $portVersion
"
REQUIRES_devel="
libsvgtiny$secondaryArchSuffix == $portVersion base
"