Skip to content

Commit

Permalink
Merge pull request #966 from mariux64/update-apache-portable-runtime
Browse files Browse the repository at this point in the history
Update Apache Portable Runtime components
  • Loading branch information
pmenzel authored Dec 4, 2018
2 parents 22b0af3 + 4ae66b5 commit 1ed03d7
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 5 deletions.
7 changes: 5 additions & 2 deletions apr-iconv-1.2.1-0.bee → apr-iconv.be0
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
#!/usr/bin/env beesh

# BEE_VERSION apr-iconv-1.2.2-0

BEE_BUILDTYPE=autotools
## 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.)
Expand All @@ -7,7 +10,7 @@ BEE_BUILDTYPE=autotools
## 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://mirror.synyx.de/apache//apr/apr-iconv-${PKGVERSION}.tar.gz"
SRCURL[0]="https://ftp.fau.de/apache//apr/apr-iconv-${PKGVERSION}.tar.gz"

###############################################################################
## Add URLs/pathes to patch files to the PATCHURL array.
Expand Down Expand Up @@ -52,7 +55,7 @@ SRCURL[0]="http://mirror.synyx.de/apache//apr/apr-iconv-${PKGVERSION}.tar.gz"
#}

mee_configure() {
bee_configure --with-apr=/usr/bin/apr-1-config
bee_configure --with-apr=/usr/bin/apr-1-config
}

#mee_build() {
Expand Down
5 changes: 4 additions & 1 deletion apr-util-1.5.4-0.bee → apr-util.be0
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
#!/usr/bin/env beesh

# BEE_VERSION apr-util-1.6.1-0

BEE_BUILDTYPE=autotools
## 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.)
Expand All @@ -7,7 +10,7 @@ BEE_BUILDTYPE=autotools
## 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://mirror.netcologne.de/apache.org//apr/apr-util-${PKGVERSION}.tar.gz"
SRCURL[0]="https://ftp.fau.de/apache/apr/apr-util-${PKGVERSION}.tar.gz"

###############################################################################
## Add URLs/pathes to patch files to the PATCHURL array.
Expand Down
7 changes: 5 additions & 2 deletions apr-1.5.1-2.bee → apr.be0
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
#!/usr/bin/env beesh

# BEE_VERSION apr-1.6.5-0

BEE_BUILDTYPE=autotools
## 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.)
Expand All @@ -7,7 +10,7 @@ BEE_BUILDTYPE=autotools
## 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://mirror.serversupportforum.de/apache/apr/apr-${PKGVERSION}.tar.gz"
SRCURL[0]="https://ftp.fau.de/apache/apr/apr-${PKGVERSION}.tar.gz"

###############################################################################
## Add URLs/pathes to patch files to the PATCHURL array.
Expand Down Expand Up @@ -52,7 +55,7 @@ SRCURL[0]="http://mirror.serversupportforum.de/apache/apr/apr-${PKGVERSION}.tar.
#}

#mee_configure() {
# bee_configure
# bee_configure
#}

#mee_build() {
Expand Down

0 comments on commit 1ed03d7

Please sign in to comment.