mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 19:50:05 +02:00
Cronie: new recipe (#1323)
This commit is contained in:
49
sys-process/cronie/cronie-1.5.1.recipe
Normal file
49
sys-process/cronie/cronie-1.5.1.recipe
Normal file
@@ -0,0 +1,49 @@
|
||||
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-2016 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="14701a1b952d3cf730ac73db626a6becd049c2d44dde43cd53e00643c573e0b6"
|
||||
SOURCE_DIR="cronie-cronie-$portVersion"
|
||||
|
||||
ARCHITECTURES="?x86_gcc2 ?x86 x86_64"
|
||||
SECONDARY_ARCHITECTURES="?x86"
|
||||
|
||||
PROVIDES="
|
||||
cronie$secondaryArchSuffix = $portVersion
|
||||
cmd:crond$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