diff options
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 e0ccf6a14f..281f846edd 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 |