Improved SUMMARY/DESCRIPTION and re-ordered blocks

This commit is contained in:
Humdinger
2015-08-20 19:00:14 +02:00
parent 5b3b9818bc
commit 18588b4916
26 changed files with 604 additions and 654 deletions

View File

@@ -8,45 +8,52 @@ conversion programs. At least, that is what I have gathered through the \
newsgroups and from other sources.
The Psion 5MX uses mostly the same file formats as the Psion 5; the conversion \
utilities seem to work, though you might get a few additional warnings. I own \
a 5MX myself now, so this will improve. Other Psion PDA's might be supported \
too, and even other machines running EPOC32. The Psion Series 3 uses EPOC16, \
and are not supported.
"
utilities seem to work, though you might get a few additional warnings. Other \
Psion PDAs might be supported too, and even other machines running EPOC32. The \
Psion Series 3 uses EPOC16, and are not supported."
HOMEPAGE="http://software.frodo.looijaard.name/psiconv/"
REVISION="1"
LICENSE="GNU GPL v2"
COPYRIGHT="1999-2005 Frodo Looijaard"
ARCHITECTURES="x86_gcc2 x86"
LICENSE="GNU GPL v2"
REVISION="1"
SOURCE_URI="${HOMEPAGE}files/psiconv-$portVersion.tar.gz"
CHECKSUM_SHA256="1eee15b29ddcbfd2d15e0a0d26f59e28bac281c870b77418fa369dceed796806"
PATCHES="psiconv-$portVersion.patchset"
ARCHITECTURES="x86_gcc2 x86"
PROVIDES="
psiconv = $portVersion
cmd:psiconv
cmd:psiconv_config
lib:libpsiconv = 6.4.2 compat >= 6
"
"
REQUIRES="
haiku
"
"
BUILD_PREREQUIRES="
PROVIDES_devel="
psiconv_devel = $portVersion
devel:libpsiconv = 6.4.2 compat >= 6
"
REQUIRES_devel="
psiconv == $portVersion base
"
BUILD_REQUIRES="
haiku_devel
"
BUILD_PREREQUIRES="
cmd:aclocal
cmd:autoconf
cmd:gcc
cmd:libtoolize
cmd:make
"
"
GLOBAL_WRITABLE_FILES="
settings/psiconv/psiconv.conf keep-old
settings/psiconv/psiconv.conf.eg keep-old
"
"
BUILD()
{
@@ -64,12 +71,3 @@ INSTALL()
prepareInstalledDevelLib libpsiconv
packageEntries devel $developDir
}
PROVIDES_devel="
psiconv_devel = $portVersion
devel:libpsiconv = 6.4.2 compat >= 6
"
REQUIRES_devel="
psiconv == $portVersion base
"