Update package version to 2.5.4
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user