From 18aaa563d4333a2a53c1fb54144fa8464b4836ec Mon Sep 17 00:00:00 2001 From: EnumDev Date: Thu, 13 Mar 2025 10:48:00 +0200 Subject: [PATCH] Update package version to 2.5.4 --- pkg.info | 6 +++--- source.sh | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/pkg.info b/pkg.info index 170b8a8..47908e4 100644 --- a/pkg.info +++ b/pkg.info @@ -1,9 +1,9 @@ name: libtool description: A generic library support script -version: 2.4.7 +version: 2.5.4 url: https://www.gnu.org/software/libtool/ license: GPL2-or-later-with-libtool-exception architecture: any -depends: ["autoconf","automake","bash","binutils","coreutils","file","gcc","glibc","grep","make","sed"] -make_depends: ["bash","binutils","coreutils","diffutils","gawk","gcc","glibc","grep","make","sed","texinfo"] +depends: ["glibc", "sh", "tar"] +make_depends: ["gcc","help2man"] type: source diff --git a/source.sh b/source.sh index a460cc5..54ac491 100644 --- a/source.sh +++ b/source.sh @@ -15,14 +15,14 @@ prepare() { # The build function is executed in the source directory # This function is used to compile the source code build() { - ./configure --prefix=/usr + ./configure --prefix=/usr lt_cv_sys_lib_dlsearch_path_spec="/usr/lib" make } # The check function is executed in the source directory # This function is used to run tests to verify the package has been compiled correctly check() { - make -k check + make check } # The package function is executed in the source directory