Skip to content

Commit

Permalink
Merge pull request #789 from mariux64/update-cronie
Browse files Browse the repository at this point in the history
Update cronie
  • Loading branch information
donald authored Sep 13, 2018
2 parents 85987ad + 1c9ccb4 commit d8f3477
Showing 1 changed file with 11 additions and 14 deletions.
25 changes: 11 additions & 14 deletions cronie-1.5.0-1.bee → cronie.be0
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
#!/usr/bin/env beesh

# BEE_VERSION cronie-1.5.2-0

## this file was created by bee init and should be executed to build a
## bee-package. (Additional hints are located at the end of this file.)

###############################################################################
## The source URL(s) define the location of the sources that will be
## downloaded. Version variables may be used to simplify reuse of this bee-file.

SRCURL[0]="https://fedorahosted.org/releases/c/r/cronie/cronie-${PKGVERSION}.tar.gz"
SRCURL[0]="https://github.com/cronie-crond/cronie/archive/cronie-${PKGVERSION}.tar.gz"

###############################################################################
## Add URLs/pathes to patch files to the PATCHURL array.
Expand All @@ -16,17 +18,11 @@ SRCURL[0]="https://fedorahosted.org/releases/c/r/cronie/cronie-${PKGVERSION}.tar
# PATCHURL+=()

###############################################################################
## Add filename patterns to the EXCLUDE array of files that should not
## be added to you package but may be present in the image directory.

# EXCLUDE+=()

###############################################################################
## Uncomment the next statement, if the software may not be able to be build
## outside the source directory and need to be build inside the source
## Uncomment the next statement, if the software may not be able to be built
## outside the source directory and needs to be built inside the source
## directory.

# build_in_sourcedir
build_in_sourcedir

###############################################################################
## bee cannot detect buildtypes specified in subdirectories.
Expand All @@ -47,12 +43,13 @@ SRCURL[0]="https://fedorahosted.org/releases/c/r/cronie/cronie-${PKGVERSION}.tar
# bee_extract "${@}"
#}

#mee_patch() {
# bee_patch "${@}"
#}
mee_patch() {
bee_patch "${@}"
start_cmd autoreconf -i
}

mee_configure() {
bee_configure --with-pam
bee_configure --with-pam --enable-anacron
sed -i 's|/pam.d|/pam.d.sample|' Makefile
}

Expand Down

0 comments on commit d8f3477

Please sign in to comment.