mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-25 10:03:03 +01:00
graphics/fbida: Updated for version 2.13.
Signed-off-by: B. Watson <yalhcru@gmail.com>
This commit is contained in:
parent
5a701dcc41
commit
594211c184
2 changed files with 15 additions and 10 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="fbida"
|
||||
VERSION="2.12"
|
||||
HOMEPAGE="http://linux.bytesex.org/fbida/"
|
||||
DOWNLOAD="https://www.kraxel.org/releases/fbida/fbida-2.12.tar.gz"
|
||||
MD5SUM="f5f3fdaca387f267ddc8a05365113448"
|
||||
VERSION="2.13"
|
||||
HOMEPAGE="https://www.kraxel.org/blog/linux/fbida/"
|
||||
DOWNLOAD="https://www.kraxel.org/releases/fbida/fbida-2.13.tar.gz"
|
||||
MD5SUM="de4268242e93eb95e220e14e441c1c50"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue