libtool-32: initial import
This commit is contained in:
parent
da553d668e
commit
b410f0b1aa
0
libtool-32/.32bit
Normal file
0
libtool-32/.32bit
Normal file
7
libtool-32/.footprint
Normal file
7
libtool-32/.footprint
Normal file
@ -0,0 +1,7 @@
|
||||
drwxr-xr-x root/root usr/
|
||||
drwxr-xr-x root/root usr/lib32/
|
||||
-rw-r--r-- root/root usr/lib32/libltdl.a
|
||||
-rwxr-xr-x root/root usr/lib32/libltdl.la
|
||||
lrwxrwxrwx root/root usr/lib32/libltdl.so -> libltdl.so.7.3.1
|
||||
lrwxrwxrwx root/root usr/lib32/libltdl.so.7 -> libltdl.so.7.3.1
|
||||
-rwxr-xr-x root/root usr/lib32/libltdl.so.7.3.1
|
5
libtool-32/.signature
Normal file
5
libtool-32/.signature
Normal file
@ -0,0 +1,5 @@
|
||||
untrusted comment: verify with /etc/ports/compat-32.pub
|
||||
RWSwxGo/zH7eXVqqpjj5t8fsh+VuELJlZ8ZSaye7mvLpHARfgMY6LlxWDRfJmn1pa8AwACeuAW2QDrdtGLJ43GGpEJwI0aEiOws=
|
||||
SHA256 (Pkgfile) = 53f4614b7e21696732d8614845067b39e12973992d46785a0e7f3157212cd51b
|
||||
SHA256 (.footprint) = 57101e5a5e20b58688bb3a0a892ed09411649d90df90ef3ffdabbca133c0b0a3
|
||||
SHA256 (libtool-2.4.6.tar.xz) = 7c87a8c2c8c0fc9cd5019e402bed4292462d00a718a7cd5f11218153bf28b26f
|
21
libtool-32/Pkgfile
Normal file
21
libtool-32/Pkgfile
Normal file
@ -0,0 +1,21 @@
|
||||
# Description: A generic library support script
|
||||
# URL: http://www.gnu.org/software/libtool/
|
||||
# Maintainer: CRUX compat-32 Team, compat-32-ports at crux dot nu
|
||||
|
||||
name=libtool-32
|
||||
version=2.4.6
|
||||
release=1
|
||||
source=(https://ftpmirror.gnu.org/gnu/${name%-*}/${name%-*}-$version.tar.xz)
|
||||
|
||||
build() {
|
||||
cd ${name%-*}-$version
|
||||
|
||||
./configure \
|
||||
--prefix=/usr \
|
||||
--libdir=/usr/lib32
|
||||
|
||||
make
|
||||
make DESTDIR=$PKG install
|
||||
|
||||
rm -r $PKG/usr/{bin,include,share}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user