File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ # SUMMARY = "Cron daemon for executing programs at set times"
2+ # HOMEPAGE = "https://github.com/cronie-crond/cronie/"
3+
4+ inherit : [autotools]
5+
6+ metaEnvironment :
7+ PKG_DESCRIPTION : " Cronie contains the standard UNIX daemon crond that runs
8+ specified programs at scheduled times and related tools.
9+ It is based on the original cron and has security and
10+ configuration enhancements like the ability to use pam
11+ and SELinux."
12+
13+ PKG_VERSION : " 1.7.2"
14+ PKG_LICENSE : " GPL-2.0"
15+
16+ checkoutSCM :
17+ scm : url
18+ url : https://github.com/cronie-crond/cronie/releases/download/cronie-${PKG_VERSION}/cronie-${PKG_VERSION}.tar.gz
19+ digestSHA256 : f1da374a15ba7605cf378347f96bc8b678d3d7c0765269c8242cfe5b0789c571
20+ stripComponents : 1
21+
22+ buildScript : |
23+ autotoolsBuild $1 \
24+ --prefix=/usr
25+
26+ packageScript : |
27+ autotoolsPackageTgt
You can’t perform that action at this time.
0 commit comments