From d05edbfd59d841488af0ef8144cc4b4870f9c11c Mon Sep 17 00:00:00 2001 From: Donald Buczek Date: Thu, 8 Mar 2018 13:01:57 +0100 Subject: [PATCH] fltk: Recreate with current template --- fltk-1.3.2-0.bee | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/fltk-1.3.2-0.bee b/fltk-1.3.2-0.bee index b5c3ca6be..e3029fb2c 100755 --- a/fltk-1.3.2-0.bee +++ b/fltk-1.3.2-0.bee @@ -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. @@ -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 @@ -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. ##