From f19aa1e48a321ad3fd2a208d2419d21e8060ab3d Mon Sep 17 00:00:00 2001 From: alihanozturk Date: Mon, 11 Jan 2016 22:44:00 +0200 Subject: [PATCH] autogen:version update --- system/devel/autogen/actions.py | 8 +++----- system/devel/autogen/pspec.xml | 9 ++++++++- 2 files changed, 11 insertions(+), 6 deletions(-) diff --git a/system/devel/autogen/actions.py b/system/devel/autogen/actions.py index 14f603ab..072b3660 100644 --- a/system/devel/autogen/actions.py +++ b/system/devel/autogen/actions.py @@ -6,13 +6,13 @@ from pisi.actionsapi import autotools from pisi.actionsapi import pisitools -from pisi.actionsapi import shelltools from pisi.actionsapi import get def setup(): - autotools.autoreconf("-vfi") - autotools.configure("--disable-static") + #autotools.autoreconf("-vfi") + autotools.configure("--prefix=/usr \ + --disable-static") pisitools.dosed("libtool", " -shared ", " -Wl,-O1,--as-needed -shared ") @@ -22,6 +22,4 @@ def build(): def install(): autotools.rawInstall("DESTDIR=%s" % get.installDIR()) - pisitools.domove("usr/share/pkgconfig/", "/usr/lib/") - pisitools.dodoc("AUTHORS", "ChangeLog", "COPYING", "NEWS", "README", "THANKS", "TODO", "VERSION") diff --git a/system/devel/autogen/pspec.xml b/system/devel/autogen/pspec.xml index e146e5a5..c0cf2a7a 100644 --- a/system/devel/autogen/pspec.xml +++ b/system/devel/autogen/pspec.xml @@ -12,7 +12,7 @@ app:console The automated text and program generation tool autogen is a tool designed to simplify the creation and maintenance of programs that contain large amounts of repetitious text. - ftp://ftp.gnu.org/gnu/autogen/rel5.18.4/autogen-5.18.4.tar.xz + ftp://ftp.gnu.org/gnu/autogen/autogen-5.18.7.tar.xz gc-devel gmp-devel @@ -55,6 +55,13 @@ + + 2016-01-11 + 5.18.7 + Version bump. + Alihan Öztürk + alihan@pisilinux.org + 2014-11-23 5.18.4