diff options
author | B. Watson <yalhcru@gmail.com> | 2017-07-03 16:31:24 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-07-08 07:11:15 +0700 |
commit | e6adb88e65b49533a82a15260cf92f086a679450 (patch) | |
tree | 637dfcffd7f69159348431e56f87f3da7ca39605 /graphics/fbida/fbida.SlackBuild | |
parent | 56d334ff20030caa2cd4cfcf15aba65d747d13d6 (diff) | |
download | slackbuilds-e6adb88e65b49533a82a15260cf92f086a679450.tar.gz |
graphics/fbida: Updated for version 2.13.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'graphics/fbida/fbida.SlackBuild')
-rw-r--r-- | graphics/fbida/fbida.SlackBuild | 17 |
1 files changed, 11 insertions, 6 deletions
diff --git a/graphics/fbida/fbida.SlackBuild b/graphics/fbida/fbida.SlackBuild index 6294c83f38..5dd1af70f7 100644 --- a/graphics/fbida/fbida.SlackBuild +++ b/graphics/fbida/fbida.SlackBuild @@ -24,10 +24,10 @@ # Modified by Luis Henrique <lmello.009@gmail.com> -# Modified again on 20140915 by B. Watson <yalhcru@gmail.com> -# - Took over maintenance, minor script cleanup - -# 20150508 bkw: update for v2.10 +# 20170703 bkw: +# - update for v2.13 +# - use new homepage +# - verbose make # 20161015 bkw: # - update for v2.12 @@ -38,8 +38,13 @@ # fbipdf to avoid conflicting with the fbpdf package # - include French man pages, which aren't installed by default +# 20150508 bkw: update for v2.10 + +# Modified again on 20140915 by B. Watson <yalhcru@gmail.com> +# - Took over maintenance, minor script cleanup + PRGNAM=fbida -VERSION=${VERSION:-2.12} +VERSION=${VERSION:-2.13} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -89,7 +94,7 @@ find -L . \ MOTIF_OPT="HAVE_MOTIF=${MOTIF:-yes}" sed -i "/^CFLAGS/s,-g *-O2,$SLKCFLAGS," mk/Variables.mk -make $MOTIF_OPT prefix=/usr +make $MOTIF_OPT prefix=/usr verbose=1 strip fbpdf # not stripped for some reason make install prefix=/usr DESTDIR=$PKG mandir=$PKG/usr/man $MOTIF_OPT |