mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 03:30:05 +02:00
fish: fixup recipe.
This commit is contained in:
@@ -23,13 +23,19 @@ SECONDARY_ARCHITECTURES="x86"
|
||||
|
||||
PROVIDES="
|
||||
fish$secondaryArchSuffix = $portVersion
|
||||
cmd:fish = $portVersion
|
||||
cmd:fish$secondaryArchSuffix = $portVersion
|
||||
cmd:fish_indent$secondaryArchSuffix = $portVersion
|
||||
cmd:fish_pager$secondaryArchSuffix = $portVersion
|
||||
cmd:fishd$secondaryArchSuffix = $portVersion
|
||||
cmd:mimedb$secondaryArchSuffix = $portVersion
|
||||
cmd:set_color$secondaryArchSuffix = $portVersion
|
||||
"
|
||||
REQUIRES="
|
||||
haiku$secondaryArchSuffix
|
||||
lib:libiconv$secondaryArchSuffix
|
||||
lib:libncurses$secondaryArchSuffix
|
||||
lib:libgettextlib_0.18.1$secondaryArchSuffix >= 0.18.1.1
|
||||
lib:libintl$secondaryArchSuffix
|
||||
"
|
||||
BUILD_REQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel >= $haikuVersion
|
||||
@@ -48,6 +54,10 @@ BUILD_PREREQUIRES="
|
||||
|
||||
PATCHES="fish-1.23.1_git.patch"
|
||||
|
||||
GLOBAL_WRITABLE_FILES="
|
||||
settings/fish/config.fish keep-old
|
||||
"
|
||||
|
||||
BUILD()
|
||||
{
|
||||
libtoolize --force --copy --install
|
||||
|
||||
Reference in New Issue
Block a user