From 71c3706cb18c2ed8a134b6f70d8bc05c7a8595a2 Mon Sep 17 00:00:00 2001 From: ponce Date: Sat, 12 Mar 2011 10:36:43 +0100 Subject: 20110312.2 global branch merge. --- desktop/lxmenu-data/lxmenu-data.SlackBuild | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'desktop/lxmenu-data/lxmenu-data.SlackBuild') diff --git a/desktop/lxmenu-data/lxmenu-data.SlackBuild b/desktop/lxmenu-data/lxmenu-data.SlackBuild index 433c8f8585..5797ccc0c2 100644 --- a/desktop/lxmenu-data/lxmenu-data.SlackBuild +++ b/desktop/lxmenu-data/lxmenu-data.SlackBuild @@ -35,24 +35,26 @@ # 20100825_5e1e8e1 12/sep/2010 by ponce # * Adapted to slackbuilds.org's autotools template. # * updated to git snapshot. +# 20101206_802f38f 24/gen/2011 by ponce +# * updated to latest git snapshot. +# 20110214_8351423 1/mar/2011 by ponce +# * updated to latest git snapshot. # # Run 'sh lxmenu-data.SlackBuild' to build a Slackware package. -# The package is created in /tmp . +# The package is created in /tmp. # Install using 'installpkg'. # # ----------------------------------------------------------------------------- PRGNAM=lxmenu-data -VERSION=${VERSION:-20100825_5e1e8e1} +VERSION=${VERSION:-20110214_8351423} 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 -- cgit v1.2.3