mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 19:50:05 +02:00
cronie, bump version (#2714)
This commit is contained in:
committed by
waddlesplash
parent
aed70f3b10
commit
99643e88c9
54
sys-process/cronie/cronie-1.5.2.recipe
Normal file
54
sys-process/cronie/cronie-1.5.2.recipe
Normal file
@@ -0,0 +1,54 @@
|
||||
SUMMARY="A cron daemon"
|
||||
DESCRIPTION="Cronie is a standard UNIX daemon cron based on the original vixie-cron"
|
||||
HOMEPAGE="https://github.com/cronie-crond/cronie/"
|
||||
COPYRIGHT="2004-2018 Paul Vixie"
|
||||
LICENSE="BSD (2-clause)
|
||||
BSD (3-clause)
|
||||
GNU GPL v2"
|
||||
REVISION="1"
|
||||
SOURCE_URI="https://github.com/cronie-crond/cronie/archive/cronie-$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="28cfdc6cc7df304dced6d0d0543767d8d22926f669a28d650c0513c168183eb4"
|
||||
SOURCE_DIR="cronie-cronie-$portVersion"
|
||||
|
||||
if [ "$effectiveTargetArchitecture" = x86_gcc2 ]; then
|
||||
PATCHES="cronie-$portVersion-gcc2.patchset"
|
||||
fi
|
||||
|
||||
ARCHITECTURES="x86_gcc2 x86 x86_64"
|
||||
SECONDARY_ARCHITECTURES="x86"
|
||||
|
||||
PROVIDES="
|
||||
cronie$secondaryArchSuffix = $portVersion
|
||||
cmd:crond$secondaryArchSuffix = $portVersion
|
||||
cmd:cronnext$secondaryArchSuffix = $portVersion
|
||||
cmd:crontab$secondaryArchSuffix = $portVersion
|
||||
"
|
||||
REQUIRES="
|
||||
haiku$secondaryArchSuffix
|
||||
# lib:libpam$secondaryArchSuffix
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
# devel:libpam$secondaryArchSuffix
|
||||
"
|
||||
BUILD_PREREQUIRES="
|
||||
cmd:aclocal
|
||||
cmd:autoreconf
|
||||
cmd:make
|
||||
cmd:gcc$secondaryArchSuffix
|
||||
cmd:libtoolize$secondaryArchSuffix
|
||||
"
|
||||
|
||||
BUILD()
|
||||
{
|
||||
autogen.sh
|
||||
|
||||
runConfigure ./configure
|
||||
make $jobArgs
|
||||
}
|
||||
|
||||
INSTALL()
|
||||
{
|
||||
make install
|
||||
}
|
||||
Reference in New Issue
Block a user