libtool: update to 2.4.7

This commit is contained in:
Juergen Daubert 2022-03-18 14:42:19 +01:00
parent 238b5c0937
commit 87b5d96ac6
3 changed files with 16 additions and 16 deletions

View File

@ -11,9 +11,9 @@ drwxr-xr-x root/root usr/include/libltdl/
drwxr-xr-x root/root usr/lib/
-rw-r--r-- root/root usr/lib/libltdl.a
-rwxr-xr-x root/root usr/lib/libltdl.la
lrwxrwxrwx root/root usr/lib/libltdl.so -> libltdl.so.7.3.1
lrwxrwxrwx root/root usr/lib/libltdl.so.7 -> libltdl.so.7.3.1
-rwxr-xr-x root/root usr/lib/libltdl.so.7.3.1
lrwxrwxrwx root/root usr/lib/libltdl.so -> libltdl.so.7.3.2
lrwxrwxrwx root/root usr/lib/libltdl.so.7 -> libltdl.so.7.3.2
-rwxr-xr-x root/root usr/lib/libltdl.so.7.3.2
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/aclocal/
-rw-r--r-- root/root usr/share/aclocal/libtool.m4

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/core.pub
RWRJc1FUaeVeqjtreS25tMc3WBpAqxdnImH27dw1PXzDIqR1dcb0501FusOPYQONxY7ncRLPGMd7q/NAj4baNlXrj7nBEFdObQg=
SHA256 (Pkgfile) = 39b8eadc68c625ebeaf03788fa8ab5ba282976245f55a8a13301c460963363c1
SHA256 (.footprint) = 5963d5621fbbc3e2a2ec26617728a002b0f6bc60578295f329e8f363ced0f3cb
SHA256 (libtool-2.4.6.tar.xz) = 7c87a8c2c8c0fc9cd5019e402bed4292462d00a718a7cd5f11218153bf28b26f
RWRJc1FUaeVeqi807pImlNatGW3KFLn0XKg95PS39Mluj7SWbBZLqAIQEiLEKMThAi73Q0K32/xoadm5gmeZyDjWB8tSn4EpPgs=
SHA256 (Pkgfile) = 60147c5a3dddb89f0abb9fc7dbcfea7ff1a281dfcdff6b6881871a7a12692ea4
SHA256 (.footprint) = 0bf0fab010648b4c6d2e1f547beb5f9aa7e9c3d0847c10b6c4832364d0eac940
SHA256 (libtool-2.4.7.tar.xz) = 4f7f217f057ce655ff22559ad221a0fd8ef84ad1fc5fcb6990cecc333aa1635d

View File

@ -1,16 +1,16 @@
# Description: A generic library support script
# URL: http://www.gnu.org/software/libtool/
# Maintainer: CRUX System Team, core-ports at crux dot nu
# URL: http://www.gnu.org/software/libtool/
# Maintainer: CRUX System Team, core-ports at crux dot nu
name=libtool
version=2.4.6
release=2
version=2.4.7
release=1
source=(http://ftpmirror.gnu.org/gnu/$name/$name-$version.tar.xz)
build() {
cd $name-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
rm -r $PKG/usr/share/info
cd $name-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
rm -r $PKG/usr/share/info
}