Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
krb5: Update version from 1.11.4 to 1.16.2
Before further experimentis with kerberization, we'd like to have the
latest and greatest version.

Convert to template, convert to versionless bee file, update version,
fix URL.

Also use --with-system-ed to prevent usage and installation of the error
table compile bundlet with MIT kerberos instead of removing the
installation from $D in mee_install.
  • Loading branch information
donald committed Dec 11, 2018
1 parent 9d301b9 commit 23ad3a8
Showing 1 changed file with 13 additions and 27 deletions.
40 changes: 13 additions & 27 deletions krb5-1.11.4-1.bee → krb5.be0
@@ -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,18 @@ sourcesubdir_append src
# bee_patch "${@}"
#}

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

#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 +68,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 23ad3a8

Please sign in to comment.