diff --git a/curl-7.39.0-0.bee b/curl.be0 similarity index 87% rename from curl-7.39.0-0.bee rename to curl.be0 index 29d703e41..2c5dc0f87 100755 --- a/curl-7.39.0-0.bee +++ b/curl.be0 @@ -1,5 +1,9 @@ #!/usr/bin/env beesh +# BEE_VERSION curl-7.50.3-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 +11,7 @@ ## 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://curl.haxx.se/download/curl-${PKGVERSION}.tar.bz2" +SRCURL[0]="https://curl.haxx.se/download/curl-${PKGVERSION}.tar.bz2" ############################################################################### ## Add URLs/pathes to patch files to the PATCHURL array. @@ -36,7 +40,6 @@ SRCURL[0]="http://curl.haxx.se/download/curl-${PKGVERSION}.tar.bz2" # sourcesubdir_append src -BEE_BUILDTYPE=autotools ############################################################################### ## Change the default (auto-detected) steps to @@ -53,28 +56,16 @@ BEE_BUILDTYPE=autotools #} #mee_configure() { -# bee_configure -#} - -#mee_configure() { -# cmake \ -# -DCMAKE_INSTALL_PREFIX=${PREFIX} \ -# ${S} +# bee_configure #} - #mee_build() { # bee_build #} #mee_install() { -# cmake \ -# -DCMAKE_INSTALL_PREFIX=${PREFIX} \ -# install # bee_install #} - - ## by default this may be 'make install DESTDIR="${D}"' ############################################################################### @@ -84,7 +75,7 @@ BEE_BUILDTYPE=autotools ## 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. ##