summaryrefslogtreecommitdiffstats
path: root/desktop/lxmenu-data/lxmenu-data.SlackBuild
diff options
context:
space:
mode:
author ponce2011-03-12 10:36:43 +0100
committer ponce2011-03-12 10:36:43 +0100
commit71c3706cb18c2ed8a134b6f70d8bc05c7a8595a2 (patch)
tree01ec39873fdb9c3a49de360f0a754fa1ec61a48a /desktop/lxmenu-data/lxmenu-data.SlackBuild
parent14b97b9df3f67cffbb5791166e877b90e6c3b31c (diff)
downloadold.slackbuilds-71c3706cb18c2ed8a134b6f70d8bc05c7a8595a2.tar.gz
20110312.2 global branch merge.current-20110312.2
Diffstat (limited to 'desktop/lxmenu-data/lxmenu-data.SlackBuild')
-rw-r--r--desktop/lxmenu-data/lxmenu-data.SlackBuild10
1 files changed, 6 insertions, 4 deletions
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 <matteo.bernardini@gmail.com>
# * Adapted to slackbuilds.org's autotools template.
# * updated to git snapshot.
+# 20101206_802f38f 24/gen/2011 by ponce <matteo.bernardini@gmail.com>
+# * updated to latest git snapshot.
+# 20110214_8351423 1/mar/2011 by ponce <matteo.bernardini@gmail.com>
+# * 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