diff options
Diffstat (limited to 'development/sqlitebrowser/sqlitebrowser.SlackBuild')
-rw-r--r-- | development/sqlitebrowser/sqlitebrowser.SlackBuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/development/sqlitebrowser/sqlitebrowser.SlackBuild b/development/sqlitebrowser/sqlitebrowser.SlackBuild index bb30105a15..5e88609801 100644 --- a/development/sqlitebrowser/sqlitebrowser.SlackBuild +++ b/development/sqlitebrowser/sqlitebrowser.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for sqlitebrowser -# Copyright 2010 Binh Nguyen <binhnguyen@fastmail.fm> +# Copyright 2010, 2012 Binh Nguyen <binhnguyen@fastmail.fm> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -24,7 +24,7 @@ PRGNAM=sqlitebrowser VERSION=${VERSION:-2.0b1} -BUILD=${BUILD:-2} +BUILD=${BUILD:-3} TAG=${TAG:-_SBo} if [ -z "$ARCH" ]; then @@ -59,7 +59,7 @@ find . \ patch -p0 < $CWD/sqlitebrowser-2.0_beta1-qt-4.7.0.patch qmake -make +make LINK="g++ -ldl" mkdir -p $PKG/usr/bin cp $PRGNAM/$PRGNAM $PKG/usr/bin/ |