mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-04 20:29:09 +01:00
academic/antiprism: Updated for version 0.22.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
This commit is contained in:
parent
dd04513540
commit
05baa858d9
2 changed files with 7 additions and 4 deletions
|
@ -5,7 +5,7 @@
|
|||
# Written by (Jorge Barros de Abreu) (ficmatin10 at gmail dot com)
|
||||
|
||||
PRGNAM=antiprism
|
||||
VERSION=${VERSION:-0.19.2}
|
||||
VERSION=${VERSION:-0.22}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -58,7 +58,10 @@ CFLAGS="$SLKCFLAGS" \
|
|||
CXXFLAGS="$SLKCFLAGS" \
|
||||
./configure \
|
||||
--prefix=/usr \
|
||||
--libdir=/usr/lib$LIBDIRSUFFIX \
|
||||
--mandir=/usr/man \
|
||||
--docdir=/usr/doc/$PRGNAM-$VERSION \
|
||||
--disable-static \
|
||||
--build=$ARCH-slackware-linux
|
||||
|
||||
make
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="antiprism"
|
||||
VERSION="0.19.2"
|
||||
VERSION="0.22"
|
||||
HOMEPAGE="http://www.antiprism.com"
|
||||
DOWNLOAD="http://downloads.sourceforge.net/antiprism/antiprism-0.19.2.tar.gz"
|
||||
MD5SUM="224958ad1a58a4a5dff9d9475a072736"
|
||||
DOWNLOAD="http://downloads.sourceforge.net/antiprism/antiprism-0.22.tar.gz"
|
||||
MD5SUM="1bc6a9dc4117cb585f9ab9ba8d07fbdc"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue