diff options
author | James Geboski <jgeboski@gmail.com> | 2013-03-13 05:05:11 -0400 |
---|---|---|
committer | dsomero <xgizzmo@slackbuilds.org> | 2013-03-22 07:16:45 -0400 |
commit | 44cd7796d42f210b319d1fc119fae49248296517 (patch) | |
tree | 80ed301812fb67f0e38507df1a82a476d34c3a28 /development/geany-plugins/geany-plugins.SlackBuild | |
parent | f9396db1d4d9e8bda0dc59d69c5974d337fa094c (diff) |
development/geany-plugins: Updated for version 1.23.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'development/geany-plugins/geany-plugins.SlackBuild')
-rw-r--r-- | development/geany-plugins/geany-plugins.SlackBuild | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/development/geany-plugins/geany-plugins.SlackBuild b/development/geany-plugins/geany-plugins.SlackBuild index 1ea48a624f82..2e4db86de9db 100644 --- a/development/geany-plugins/geany-plugins.SlackBuild +++ b/development/geany-plugins/geany-plugins.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for Geany Plugins -# Copyright 2010-2012 James Geboski <jgeboski@gmail.com> +# Copyright 2010-2013 James Geboski <jgeboski@gmail.com> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,8 +23,8 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=geany-plugins -VERSION=${VERSION:-1.22} -BUILD=${BUILD:-2} +VERSION=${VERSION:-1.23} +BUILD=${BUILD:-1} TAG=${TAG:-_SBo} if [ -z "$ARCH" ]; then @@ -78,8 +78,7 @@ CXXFLAGS="$SLKCFLAGS" \ --localstatedir=/var \ --mandir=/usr/man \ --docdir=/usr/doc/$PRGNAM-$VERSION \ - --build=$ARCH-slackware-linux \ - --enable-geanygdb + --build=$ARCH-slackware-linux make make install DESTDIR=$PKG |