De-lint recipes.

*	libfreehand
	Removed e-mail from COPYRIGHT.
	Re-ordered blocks.

*	libmspub
	Removed e-mail from COPYRIGHT.
	Re-ordered blocks.

*	libmtp
	Removed e-mail from COPYRIGHT.
	Re-ordered blocks.

*	libmwaw
	Removed e-mail from COPYRIGHT.
	Re-ordered blocks.

*	libodfgen
	Removed e-mail from COPYRIGHT.
	Re-ordered blocks.

*	libprefs
	Removed e-mail from COPYRIGHT.
	Improved DESCRIPTION.
	Re-ordered blocks.

*	librevenge
	Removed e-mail from COPYRIGHT.
	Re-ordered blocks.

*	librsync
	Removed e-mail from COPYRIGHT.
	Re-ordered blocks.

*	libssh2
	Removed e-mail from COPYRIGHT.
	Re-ordered blocks.

*	libupnp
	Removed e-mail from COPYRIGHT.
	Re-ordered blocks.

*	libvisio
	Removed e-mail from COPYRIGHT.
	Re-ordered blocks.

*	libwps
	Removed e-mail from COPYRIGHT.
	Re-ordered blocks.

*	mda_vst
	Removed e-mail from COPYRIGHT.
	Re-ordered blocks.

*	mtr
	Removed e-mail from COPYRIGHT.
	Re-ordered blocks.

*	ragel
	Removed e-mail from COPYRIGHT.
	Re-ordered blocks.

*	soxr
	Improved SUMMARY/DESCRIPTION
	Removed e-mail from COPYRIGHT.
	Re-ordered blocks.

*	waveview
	Removed e-mail from COPYRIGHT.
	Removed duplicate REQUIRES.
	Re-ordered blocks.

*	whisper
	Removed e-mail from COPYRIGHT.
	Added REQUIRES.
	Re-ordered blocks.
This commit is contained in:
Humdinger
2015-08-03 17:43:12 +02:00
parent ceeba65f25
commit cedb985ceb
19 changed files with 315 additions and 412 deletions

View File

@@ -1,13 +1,18 @@
SUMMARY="Shared library to take care your preferences"
DESCRIPTION="
Shared library to take care your preferences.
"
SUMMARY="Shared library to take care of your preferences"
DESCRIPTION="libprefs is a shared library that will take care of preferences \
for your application. You just call the library functions as documented, and \
your preferences will magically be saved wherever is the right place to put \
them. It is also a set of two regular (static) libraries that will allow your \
application to run without libprefs being available, but will utilize it if it \
is."
HOMEPAGE="ftp://ftp.icm.edu.pl/vol/rzm1/beos/contrib/libraries"
COPYRIGHT="1998 Jon Watte"
LICENSE="Public Domain"
REVISION="1"
SOURCE_URI="ftp://ftp.icm.edu.pl/vol/rzm1/beos/contrib/libraries/libprefs125.zip"
CHECKSUM_SHA256="39532c9c6c69f915a6d99fde4fd827a5bdb676ee0cf00558b6956fc91db9a737"
REVISION="1"
LICENSE="Public Domain"
COPYRIGHT="1998 libprefs@mindcontrol.org"
SOURCE_DIR="libprefs125"
PATCHES="libprefs-1.2.5.patch"
ARCHITECTURES="x86_gcc2 !x86 !x86_64"
SECONDARY_ACRHITECTURES="x86_gcc2 !x86"
@@ -15,30 +20,26 @@ SECONDARY_ACRHITECTURES="x86_gcc2 !x86"
PROVIDES="
libprefs$secondaryArchSuffix = $portVersion
lib:libprefs$secondaryArchSuffix = $portVersion
"
"
REQUIRES="
haiku$secondaryArchSuffix
"
"
BUILD_REQUIRES="
haiku$secondaryArchSuffix
haiku${secondaryArchSuffix}_devel
cmd:gcc
"
"
BUILD_PREREQUIRES="
haiku${secondaryArchSuffix}_devel
cmd:make
cmd:gcc$secondaryArchSuffix
cmd:ld$secondaryArchSuffix
"
SOURCE_DIR="libprefs125"
PATCHES="libprefs-1.2.5.patch"
"
BUILD()
{
g++ -shared -fPIC -o libprefs.so src/libprefs.cpp -lroot -lbe
}
INSTALL()
{
mkdir -p $libDir