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.
21 lines
332 B
TOML
21 lines
332 B
TOML
[package]
|
|
name = "partclone"
|
|
version = "0.3.40"
|
|
|
|
#TODO not compiled or tested
|
|
[source]
|
|
git = "https://github.com/Thomas-Tsai/partclone"
|
|
rev = "0.3.40"
|
|
shallow_clone = true
|
|
script = """
|
|
autotools_recursive_regenerate
|
|
"""
|
|
[build]
|
|
template = "configure"
|
|
configureflags = [
|
|
"--enable-ncursesw",
|
|
]
|
|
dependencies = [
|
|
"ncursesw",
|
|
]
|