diff options
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 1ea48a624f82b..2e4db86de9dba 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 |