mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-08 21:00:05 +02:00
43 lines
845 B
Bash
43 lines
845 B
Bash
SUMMARY="Add nonbreakable spaces after some prepositions in Czech texts"
|
|
DESCRIPTION="Program vlna adds ties (Czech vlna or vlnka) after nonsyllabic prepositions (instead \
|
|
of spaces) in the TeX source files. This prevents line breaks at undesirable spaces."
|
|
HOMEPAGE="https://petr.olsak.net/ftp/olsak/vlna/"
|
|
COPYRIGHT="1995-2010 Petr Olsak"
|
|
LICENSE="vlna"
|
|
REVISION="1"
|
|
SOURCE_URI="https://petr.olsak.net/ftp/olsak/vlna/vlna-$portVersion.tar.gz"
|
|
CHECKSUM_SHA256="0d79955ec138760fa48dcddd73ed0bac4a81d31e99cb8929a05550373b4f4bfb"
|
|
|
|
ARCHITECTURES="all"
|
|
|
|
PROVIDES="
|
|
vlna = $portVersion
|
|
cmd:vlna = $portVersion
|
|
"
|
|
REQUIRES="
|
|
haiku
|
|
"
|
|
|
|
BUILD_REQUIRES="
|
|
haiku_devel
|
|
"
|
|
BUILD_PREREQUIRES="
|
|
cmd:awk
|
|
cmd:gcc
|
|
cmd:make
|
|
"
|
|
|
|
defineDebugInfoPackage vlna \
|
|
$binDir/vlna
|
|
|
|
BUILD()
|
|
{
|
|
runConfigure ./configure
|
|
make $jobArgs
|
|
}
|
|
|
|
INSTALL()
|
|
{
|
|
make install
|
|
}
|