mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 21:37:35 +00:00
Ports: Add GNU libtool
This commit is contained in:
parent
da177c6517
commit
435bd841ee
3 changed files with 27 additions and 0 deletions
16
Ports/libtool/package.sh
Executable file
16
Ports/libtool/package.sh
Executable file
|
@ -0,0 +1,16 @@
|
|||
#!/usr/bin/env -S bash ../.port_include.sh
|
||||
port=libtool
|
||||
version=2.4
|
||||
useconfigure="true"
|
||||
depends="bash sed"
|
||||
files="https://ftp.gnu.org/gnu/libtool/libtool-${version}.tar.xz libtool-${version}.tar.xz
|
||||
https://ftp.gnu.org/gnu/libtool/libtool-${version}.tar.xz.sig libtool-${version}.tar.xz.sig
|
||||
https://ftp.gnu.org/gnu/gnu-keyring.gpg gnu-keyring.gpg"
|
||||
auth_type="sig"
|
||||
auth_opts="--keyring ./gnu-keyring.gpg libtool-${version}.tar.xz.sig"
|
||||
configopts="--prefix=/usr/local"
|
||||
|
||||
post_install() {
|
||||
mkdir -p "${SERENITY_BUILD_DIR}/Root/usr/bin"
|
||||
ln -sf /usr/local/bin/sed "${SERENITY_BUILD_DIR}/Root/usr/bin/sed"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue