summaryrefslogtreecommitdiffstats
path: root/development/gambas3/gambas3.SlackBuild
diff options
context:
space:
mode:
author Fridrich von Stauffenberg <cancellor2@gmail.com>2012-12-10 10:26:24 +0100
committer dsomero <xgizzmo@slackbuilds.org>2012-12-11 16:23:04 -0500
commit91492b69ded7bc1a37bd3a54dea4bbbe4120f9fb (patch)
treec95ec41a14fcee126156de89ab93764f7694a8a7 /development/gambas3/gambas3.SlackBuild
parent521f31dedded165999ed6c865a7d981606520987 (diff)
downloadslackbuilds-91492b69ded7bc1a37bd3a54dea4bbbe4120f9fb.tar.gz
slackbuilds-91492b69ded7bc1a37bd3a54dea4bbbe4120f9fb.tar.xz
development/gambas3: Updated for version 3.3.4, cleanups.
Noted additional dependencies in the README Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'development/gambas3/gambas3.SlackBuild')
-rw-r--r--development/gambas3/gambas3.SlackBuild9
1 files changed, 4 insertions, 5 deletions
diff --git a/development/gambas3/gambas3.SlackBuild b/development/gambas3/gambas3.SlackBuild
index 708df22b33..03ea35a438 100644
--- a/development/gambas3/gambas3.SlackBuild
+++ b/development/gambas3/gambas3.SlackBuild
@@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=gambas3
-VERSION=${VERSION:-3.2.0}
+VERSION=${VERSION:-3.3.4}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -73,11 +73,10 @@ CXXFLAGS="$SLKCFLAGS" \
./configure \
--prefix=/usr \
--libdir=/usr/lib${LIBDIRSUFFIX} \
- --build=$ARCH-slackware-linux \
- --enable-media=no
+ --build=$ARCH-slackware-linux
-make -j1
-make install-strip DESTDIR=$PKG XDG_UTILS=""
+make
+make -j1 install-strip DESTDIR=$PKG XDG_UTILS=""
mkdir -p $PKG/usr/share/icons/hicolor/{scalable/apps,48x48/apps,64x64/mimetypes}
cp -a app/desktop/$PRGNAM.svg $PKG/usr/share/icons/hicolor/scalable/apps