From b27583a45d27adf02a79601617c791ee0c69c7ad Mon Sep 17 00:00:00 2001 From: ffqq Date: Wed, 24 Jan 2024 14:17:43 +0300 Subject: [PATCH] devel/libtool: fix glibc dependency, use ftp, and format the description --- devel/libtool/SCHEMATIC | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/devel/libtool/SCHEMATIC b/devel/libtool/SCHEMATIC index 593d444..38a6715 100644 --- a/devel/libtool/SCHEMATIC +++ b/devel/libtool/SCHEMATIC @@ -1,18 +1,19 @@ #!/bin/sh name="libtool" -short_desc="GNU Libtool is a generic library support script that hides the complexity of using shared libraries behind a consistent, portable interface." -desc="GNU Libtool is a generic library support script that hides the complexity of using shared libraries behind a consistent, portable interface." +short_desc="Generic shared library support script" +desc="GNU Libtool is a generic library support script that hides the +complexity of using shared libraries behind a consistent, portable interface." category="devel" version="2.4.7" maintainer="oak@petrifiedoak.com" www="https://www.gnu.org/software/libtool/" -master_site="https://ftp.gnu.org/gnu/libtool/" +master_site="ftp://ftp.gnu.org/gnu/libtool/" source_name="$name-$version.tar.gz" license_logic="single" license=("GPLv2") build_dependencies=("lang/gcc" "devel/gmake" "devel/m4") -run_dependencies=("devel/glibc") +run_dependencies=("system/glibc") build_process() { cd $name-$version || exit 1