Skip to content

Commit

Permalink
Merge pull request #975 from mariux64/update-kerberos
Browse files Browse the repository at this point in the history
Update kerberos
  • Loading branch information
donald authored Dec 13, 2018
2 parents b465927 + 67c99a5 commit c41b109
Showing 1 changed file with 14 additions and 27 deletions.
41 changes: 14 additions & 27 deletions krb5-1.11.4-1.bee → krb5.be0
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
#!/usr/bin/env beesh

# BEE_VERSION krb5-1.16.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]="http://web.mit.edu/kerberos/dist/krb5/${PKGVERSION[2]}/krb5-${PKGVERSION}-signed.tar"

SRCURL[0]="/src/mariux/download/krb5-${PKGVERSION}.tar.gz"
SRCURL[0]="https://web.mit.edu/kerberos/dist/krb5/${PKGVERSION[2]}/krb5-${PKGVERSION}.tar.gz"

###############################################################################
## Add URLs/pathes to patch files to the PATCHURL array.
Expand All @@ -18,14 +18,8 @@ SRCURL[0]="/src/mariux/download/krb5-${PKGVERSION}.tar.gz"
# 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
Expand Down Expand Up @@ -53,26 +47,19 @@ sourcesubdir_append src
# bee_patch "${@}"
#}

#mee_configure() {
# bee_configure
#}
mee_configure() {
bee_configure \
--with-system-et \
--without-system-verto
}

#mee_build() {
# bee_build
#}

mee_install() {
bee_install

for i in \
/usr/bin/compile_et \
/usr/lib/libcom_err.so \
/usr/share/et/et_c.awk \
/usr/share/et/et_h.awk \
/usr/share/man/man1/compile_et.1 ; do
start_cmd rm ${D}/${i}
done
}
#mee_install() {
# bee_install
#}
## by default this may be 'make install DESTDIR="${D}"'

###############################################################################
Expand All @@ -82,7 +69,7 @@ mee_install() {
## The name of this bee-file should follow the following naming convention:
## pkgname-pkgversion-pkgrevision.bee
##
## You may remove all comments as long as SRCURL[0]="" is set.
## You may remove all comments as long as SRCURL[0] is set.
##
## Everything in this file will be executed in a bash environment.
##
Expand Down

0 comments on commit c41b109

Please sign in to comment.