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.
10 lines
219 B
TOML
10 lines
219 B
TOML
[package]
|
|
name = "libmpeg2"
|
|
version = "0.5.1"
|
|
|
|
#TODO the redox target is not supported on the configure script
|
|
[source]
|
|
tar = "https://libmpeg2.sourceforge.io/files/libmpeg2-0.5.1.tar.gz"
|
|
[build]
|
|
template = "configure"
|