Skip to content

Commit

Permalink
fltk: Recreate with current template
Browse files Browse the repository at this point in the history
  • Loading branch information
donald committed Mar 9, 2018
1 parent d252a02 commit d05edbf
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions fltk-1.3.2-0.bee
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,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://fltk.org/pub/fltk/1.3.2/fltk-1.3.2-source.tar.gz"
SRCURL[0]="http://fltk.org/pub/fltk/${PKGVERSION}/fltk-${PKGVERSION}-source.tar.gz"

###############################################################################
## Add URLs/pathes to patch files to the PATCHURL array.
Expand All @@ -22,8 +22,8 @@ SRCURL[0]="http://fltk.org/pub/fltk/1.3.2/fltk-1.3.2-source.tar.gz"
# 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 @@ -75,7 +75,7 @@ mee_configure() {
## 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 d05edbf

Please sign in to comment.