From 26775b3c1f44d94db2ce9aedf76de5478e05d8d6 Mon Sep 17 00:00:00 2001 From: Luis Henrique Date: Mon, 11 Mar 2013 19:29:41 -0400 Subject: development/bakefile: Updated for version 0.2.9. Signed-off-by: dsomero --- development/bakefile/bakefile.SlackBuild | 6 ++---- development/bakefile/bakefile.info | 6 +++--- development/bakefile/slack-desc | 16 ++++++++-------- 3 files changed, 13 insertions(+), 15 deletions(-) diff --git a/development/bakefile/bakefile.SlackBuild b/development/bakefile/bakefile.SlackBuild index ef97023fbe..77ef986a7a 100644 --- a/development/bakefile/bakefile.SlackBuild +++ b/development/bakefile/bakefile.SlackBuild @@ -5,16 +5,14 @@ # Written by Luis Henrique PRGNAM=bakefile -VERSION=${VERSION:-0.2.8} +VERSION=${VERSION:-0.2.9} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} -# Automatically determine the architecture we're building on: if [ -z "$ARCH" ]; then case "$( uname -m )" in i?86) ARCH=i486 ;; arm*) ARCH=arm ;; - # Unless $ARCH is already set, use uname -m for all other archs: *) ARCH=$( uname -m ) ;; esac fi @@ -38,7 +36,7 @@ else LIBDIRSUFFIX="" fi -set -e # Exit on most errors +set -e rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT diff --git a/development/bakefile/bakefile.info b/development/bakefile/bakefile.info index 5f36af758b..b696418d48 100644 --- a/development/bakefile/bakefile.info +++ b/development/bakefile/bakefile.info @@ -1,8 +1,8 @@ PRGNAM="bakefile" -VERSION="0.2.8" +VERSION="0.2.9" HOMEPAGE="http://www.bakefile.org" -DOWNLOAD="http://downloads.sourceforge.net/bakefile/bakefile-0.2.8.tar.gz" -MD5SUM="874da5c9035514366b7723bc7657c71c" +DOWNLOAD="http://downloads.sourceforge.net/bakefile/bakefile-0.2.9.tar.gz" +MD5SUM="b53813d155df1a45371abc8f781e6d88" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" diff --git a/development/bakefile/slack-desc b/development/bakefile/slack-desc index 1834436bde..97b8f31eee 100644 --- a/development/bakefile/slack-desc +++ b/development/bakefile/slack-desc @@ -1,16 +1,16 @@ # HOW TO EDIT THIS FILE: -# The "handy ruler" below makes it easier to edit a package description. Line -# up the first '|' above the ':' following the base package name, and the '|' -# on the right side marks the last column you can put a character in. You must -# make exactly 11 lines for the formatting to be correct. It's also -# customary to leave one space after the ':'. +# The "handy ruler" below makes it easier to edit a package description. +# Line up the first '|' above the ':' following the base package name, and +# the '|' on the right side marks the last column you can put a character in. +# You must make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':' except on otherwise blank lines. |-----handy-ruler------------------------------------------------------| bakefile: bakefile (Makefile generator) bakefile: -bakefile: Bakefile is cross-platform, cross-compiler native makefiles -bakefile: generator. It takes compiler-independent description of build tasks -bakefile: as input and generates native makefile (autoconf's Makefile.in, +bakefile: Bakefile is cross-platform, cross-compiler native makefiles +bakefile: generator. It takes compiler-independent description of build tasks +bakefile: as input and generates native makefile (autoconf's Makefile.in, bakefile: Visual C++ project, bcc makefile etc.). bakefile: bakefile: Homepage: http://www.bakefile.org -- cgit v1.2.3