diff --git a/apr-iconv-1.2.1-0.bee b/apr-iconv.be0 similarity index 94% rename from apr-iconv-1.2.1-0.bee rename to apr-iconv.be0 index 3e27b5f97..fae0b795c 100755 --- a/apr-iconv-1.2.1-0.bee +++ b/apr-iconv.be0 @@ -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.) @@ -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. @@ -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() { diff --git a/apr-util-1.5.4-0.bee b/apr-util.be0 similarity index 96% rename from apr-util-1.5.4-0.bee rename to apr-util.be0 index 73b8f203d..566a0cc5b 100755 --- a/apr-util-1.5.4-0.bee +++ b/apr-util.be0 @@ -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.) @@ -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. diff --git a/apr-1.5.1-2.bee b/apr.be0 similarity index 95% rename from apr-1.5.1-2.bee rename to apr.be0 index d513f0ed8..fcad66b8c 100755 --- a/apr-1.5.1-2.bee +++ b/apr.be0 @@ -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.) @@ -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. @@ -52,7 +55,7 @@ SRCURL[0]="http://mirror.serversupportforum.de/apache/apr/apr-${PKGVERSION}.tar. #} #mee_configure() { -# bee_configure +# bee_configure #} #mee_build() {