mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-09 05:10:05 +02:00
39
app-text/scdoc/scdoc-1.11.2.recipe
Normal file
39
app-text/scdoc/scdoc-1.11.2.recipe
Normal file
@@ -0,0 +1,39 @@
|
||||
SUMMARY="A small man page generator"
|
||||
DESCRIPTION="A simple man page generator for POSIX systems written in C99."
|
||||
HOMEPAGE="https://git.sr.ht/~sircmpwn/scdoc"
|
||||
COPYRIGHT="2017 Drew DeVault"
|
||||
LICENSE="MIT"
|
||||
REVISION="1"
|
||||
SOURCE_URI="https://git.sr.ht/~sircmpwn/scdoc/archive/$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="e9ff9981b5854301789a6778ee64ef1f6d1e5f4829a9dd3e58a9a63eacc2e6f0"
|
||||
|
||||
ARCHITECTURES="all !x86_gcc2"
|
||||
SECONDARY_ARCHITECTURES="x86"
|
||||
|
||||
PROVIDES="
|
||||
scdoc$secondaryArchSuffix = $portVersion
|
||||
cmd:scdoc = $portVersion
|
||||
"
|
||||
REQUIRES="
|
||||
haiku$secondaryArchSuffix
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
"
|
||||
BUILD_PREREQUIRES="
|
||||
cmd:gcc$secondaryArchSuffix
|
||||
cmd:make
|
||||
"
|
||||
|
||||
BUILD()
|
||||
{
|
||||
make
|
||||
}
|
||||
|
||||
INSTALL()
|
||||
{
|
||||
mkdir -p $manDir
|
||||
|
||||
make install PREFIX=$prefix MANDIR=$manDir PCDIR=$developLibDir/pkgconfig
|
||||
}
|
||||
Reference in New Issue
Block a user