mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
development/autoconf-archive: Updated for version 2019.01.06.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
155c51dcf5
commit
e795585d2f
3 changed files with 7 additions and 22 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for autoconf-archive
|
||||
|
||||
# Copyright 2018 Hunter Sezen California, USA
|
||||
# Copyright 2018-2019 Hunter Sezen California, USA
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -23,8 +23,8 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=autoconf-archive
|
||||
VERSION=${VERSION:-2018.03.13}
|
||||
BUILD=${BUILD:-2}
|
||||
VERSION=${VERSION:-2019.01.06}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
ARCH=noarch
|
||||
|
@ -49,10 +49,6 @@ find -L . \
|
|||
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
|
||||
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
|
||||
|
||||
# respect --docdir properly
|
||||
# http://git.savannah.nongnu.org/cgit/autoconf-archive.git/commit/?id=ad15d52fd1e552bc3d7fcfb3d7bc6a2681f364d8
|
||||
patch -p0 < $CWD/docdir.patch
|
||||
|
||||
autoreconf -fi
|
||||
|
||||
./configure \
|
||||
|
@ -65,7 +61,7 @@ make
|
|||
make install DESTDIR=$PKG
|
||||
|
||||
# Files conflict with versions in development/gnome-common and these files are
|
||||
# not needed by games/nestopia which requires autoconf-arcdhive.
|
||||
# not needed by games/nestopia which requires autoconf-archive.
|
||||
rm -f $PKG/usr/share/aclocal/ax_check_enable_debug.m4 \
|
||||
$PKG/usr/share/aclocal/ax_code_coverage.m4
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="autoconf-archive"
|
||||
VERSION="2018.03.13"
|
||||
VERSION="2019.01.06"
|
||||
HOMEPAGE="https://www.gnu.org/software/autoconf-archive/"
|
||||
DOWNLOAD="http://ftp.wayne.edu/gnu/autoconf-archive/autoconf-archive-2018.03.13.tar.xz"
|
||||
MD5SUM="46b13a5936372297b6d49980327a3c35"
|
||||
DOWNLOAD="https://ftpmirror.gnu.org/autoconf-archive/autoconf-archive-2019.01.06.tar.xz"
|
||||
MD5SUM="d46413c8b00a125b1529bae385bbec55"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
|
@ -1,11 +0,0 @@
|
|||
--- Makefile.am.orig 2018-04-05 19:04:26.122231733 -0700
|
||||
+++ Makefile.am 2018-04-05 19:05:26.998830911 -0700
|
||||
@@ -16,7 +16,7 @@
|
||||
|
||||
SUBDIRS = doc
|
||||
|
||||
-dist_pkgdata_DATA = AUTHORS COPYING COPYING.EXCEPTION README
|
||||
+dist_doc_DATA = AUTHORS COPYING COPYING.EXCEPTION README
|
||||
aclocaldir = $(datadir)/aclocal
|
||||
dist_aclocal_DATA = $(M4FILES)
|
||||
EXTRA_DIST = build-aux/git-version-gen build-aux/gitlog-to-changelog
|
Loading…
Reference in a new issue