Skip to content

Update curl from version 7.39.0 to 7.50.3 #135

Merged
merged 2 commits into from
Sep 27, 2016
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
23 changes: 7 additions & 16 deletions curl-7.39.0-0.bee → curl.be0
Original file line number Diff line number Diff line change
@@ -1,13 +1,17 @@
#!/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.)

###############################################################################
## 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.
Expand Down Expand Up @@ -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
Expand All @@ -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}"'

###############################################################################
Expand All @@ -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.
##
Expand Down