From f2393eb33e145cfa726286c02e4b0fcce8ff897b Mon Sep 17 00:00:00 2001 From: Damien Goutte-Gattat Date: Wed, 23 Mar 2016 14:14:52 +0100 Subject: [PATCH] l/scute: Upgraded to scute-1.5.0g2d8d4f0. --- l/scute/scute.SlackBuild | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/l/scute/scute.SlackBuild b/l/scute/scute.SlackBuild index 0a4c2839..1cab4ec9 100755 --- a/l/scute/scute.SlackBuild +++ b/l/scute/scute.SlackBuild @@ -1,6 +1,6 @@ #!/bin/bash # Build script for Slackware -# Copyright (C) 2014,2015 Damien Goutte-Gattat +# Copyright (C) 2014,2015,2016 Damien Goutte-Gattat # # Redistribution and use of this script, with or without modifications, # is permitted provided that the following conditions are met: @@ -23,13 +23,15 @@ # Contact: Damien Goutte-Gattat # # Latest scute sourcecode is available at: . +# +# Depends: d/automake115, l/libgpg-error # Source package infos NAMESRC=${NAMESRC:-scute} VERSION=${VERSION:-1.5.0} ARCHIVE=${ARCHIVE:-$NAMESRC-$VERSION.tar.bz2} WGET=${WGET:-ftp://ftp.gnupg.org/gcrypt/scute/$ARCHIVE} -GITREV=${GITREV:-be53b88} +GITREV=${GITREV:-2d8d4f0} # Build infos NAMEPKG=${NAMEPKG:-scute} @@ -77,7 +79,7 @@ if [ ! -r $ARCHIVE ]; then git clone git://git.gnupg.org/scute.git cd scute git checkout $GITREV - ./autogen.sh --force + AUTOMAKE_SUFFIX=-1.15 ./autogen.sh --force ./configure --enable-maintainer-mode make -j $JOBS make dist