diff options
author | Stu Miller <slackbuilds@go4it2day.com> | 2013-12-07 01:37:32 +0700 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2013-12-14 10:53:00 -0600 |
commit | 30821c7340cd7733a29494f8891d236cf4f7c872 (patch) | |
tree | 42ade03e813b8a420b6b380252df67273662e8a5 /desktop/yawp/yawp.SlackBuild | |
parent | 6a96285402c4e872bddda77f55bdd9a4caa661c8 (diff) |
desktop/yawp: Updated for version 0.4.5.
LIBDIR_SUFFIX is not used and it still produced the correct result.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'desktop/yawp/yawp.SlackBuild')
-rw-r--r-- | desktop/yawp/yawp.SlackBuild | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/desktop/yawp/yawp.SlackBuild b/desktop/yawp/yawp.SlackBuild index a9f77c42c1e8..86e5d4e5d315 100644 --- a/desktop/yawp/yawp.SlackBuild +++ b/desktop/yawp/yawp.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for yaWP (Yet Another Weather Plasmoid) -# Written by Stu Miller <slackbuilds@go4it2day.com> +# Written by Stu Miller <slackbuilds@go4it2day.com> Centennial, CO, USA # # Redistribution and use of this script, with or without modification, is # permitted provided that the following conditions are met: @@ -22,7 +22,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=yawp -VERSION=${VERSION:-0.4.3} +VERSION=${VERSION:-0.4.5} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -71,8 +71,7 @@ find -L . \ CFLAGS="$SLKCFLAGS" \ CXXFLAGS="$SLKCFLAGS" \ cmake . \ --DCMAKE_INSTALL_PREFIX="/usr" \ --DLIBDIR_SUFFIX=${LIBDIRSUFFIX} +-DCMAKE_INSTALL_PREFIX="/usr" make make install DESTDIR=$PKG |