Ports: Fix bugs in the port system

Fix some bugs and add pkg-config for the port system. Also ncurses is
now downloaded from the gnu mirror in the hope that it works better
This commit is contained in:
2024-08-06 16:07:02 +03:00
parent fe94d6cf89
commit 5aca6c7c1f
4 changed files with 22 additions and 9 deletions

View File

@@ -4,7 +4,7 @@ NAME='vim'
VERSION='9.0'
DOWNLOAD_URL="ftp://ftp.vim.org/pub/vim/unix/vim-$VERSION.tar.bz2#a6456bc154999d83d0c20d968ac7ba6e7df0d02f3cb6427fb248660bacfb336e"
TAR_CONTENT='vim90'
DEPENDENCIES=( 'ncurses' )
DEPENDENCIES=('ncurses' )
CONFIGURE_OPTIONS=(
'--with-tlib=ncurses'
'--disable-nls'