diff options
author | James Geboski <jgeboski@gmail.com> | 2012-07-27 09:29:44 -0500 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2012-07-27 09:29:44 -0500 |
commit | 9df8f503793e51f8ad1ab633bf3fb13521ebac46 (patch) | |
tree | b6cdb1355e42644b6feb36f4c34a4a7b2bf90751 /development/geany-plugins/geany-plugins.SlackBuild | |
parent | e23057adf13a100200245df1fe14d7c62fe8f359 (diff) |
development/geany-plugins: Updated for version 1.22.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'development/geany-plugins/geany-plugins.SlackBuild')
-rw-r--r-- | development/geany-plugins/geany-plugins.SlackBuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/development/geany-plugins/geany-plugins.SlackBuild b/development/geany-plugins/geany-plugins.SlackBuild index e0ccf6a14f21d..281f846edd2d9 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 James Geboski <jgeboski@gmail.com> +# Copyright 2010-2012 James Geboski <jgeboski@gmail.com> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=geany-plugins -VERSION=${VERSION:-0.21.1} +VERSION=${VERSION:-1.22} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -78,7 +78,8 @@ CXXFLAGS="$SLKCFLAGS" \ --localstatedir=/var \ --mandir=/usr/man \ --docdir=/usr/doc/$PRGNAM-$VERSION \ - --build=$ARCH-slackware-linux + --build=$ARCH-slackware-linux \ + --enable-geanygdb make make install DESTDIR=$PKG |