637da791ff
recipes/dev/gcc13 was claiming name='cxx' — conflicted with local/recipes/dev/gcc-native also claiming 'cxx'. Renamed to match directory names for unique package identification by the cookbook.
15 lines
402 B
TOML
15 lines
402 B
TOML
[package]
|
|
name = "libfilezilla"
|
|
version = "0.48.1"
|
|
|
|
#TODO not compiled or tested
|
|
# build instructions - https://svn.filezilla-project.org/filezilla/libfilezilla/trunk/INSTALL?view=markup
|
|
[source]
|
|
tar = "https://dl2.cdn.filezilla-project.org/libfilezilla/libfilezilla-0.48.1.tar.xz?h=ABnRzj5uctW-vLCfNWW5mQ&x=1722822577"
|
|
[build]
|
|
template = "configure"
|
|
dependencies = [
|
|
"libnettle",
|
|
"gnutls3",
|
|
]
|